Searched defs:xchgq (Results 1 – 2 of 2) sorted by relevance
1166 void X86_64Assembler::xchgq(CpuRegister dst, CpuRegister src) { in xchgq() function in art::x86_64::X86_64Assembler
4065 __ xchgq(destination.AsRegister<CpuRegister>(), source.AsRegister<CpuRegister>()); in EmitSwap() local