Home
last modified time | relevance | path

Searched refs:dst_rax (Results 1 – 1 of 1) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3821 const bool dst_rax = dst.AsRegister() == RAX; in xchgl() local
3822 if (src_rax || dst_rax) { in xchgl()
3841 const bool dst_rax = dst.AsRegister() == RAX; in xchgq() local
3842 if (src_rax || dst_rax) { in xchgq()
3844 if (src_rax && dst_rax) { in xchgq()