Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.h446 void movhpd(XmmRegister dst, const Address& src);
447 void movhpd(const Address& dst, XmmRegister src);
Dassembler_x86.cc1001 void X86Assembler::movhpd(XmmRegister dst, const Address& src) { in movhpd() function in art::x86::X86Assembler
1010 void X86Assembler::movhpd(const Address& dst, XmmRegister src) { in movhpd() function in art::x86::X86Assembler