Searched refs:xchgq (Results 1 - 3 of 3) sorted by relevance

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h378 void xchgq(CpuRegister dst, CpuRegister src);
H A Dassembler_x86_64.cc825 void X86_64Assembler::xchgq(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc1441 __ xchgq(destination.AsX86_64().AsCpuRegister(), source.AsX86_64().AsCpuRegister());

Completed in 166 milliseconds