Searched defs:movhpd (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/x86/ | ||
D | assembler_x86.cc | 1038 void X86Assembler::movhpd(XmmRegister dst, const Address& src) { in movhpd() function in art::x86::X86Assembler |
/art/compiler/optimizing/ | ||
D | code_generator_x86.cc | 7253 __ movhpd(reg, stack); in EmitSwap() local |