Home
last modified time | relevance | path

Searched defs:movapd (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86.cc787 void X86Assembler::movapd(XmmRegister dst, XmmRegister src) { in movapd() function in art::x86::X86Assembler
820 void X86Assembler::movapd(XmmRegister dst, const Address& src) { in movapd() function in art::x86::X86Assembler
887 void X86Assembler::movapd(const Address& dst, XmmRegister src) { in movapd() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1008 void X86_64Assembler::movapd(XmmRegister dst, XmmRegister src) { in movapd() function in art::x86_64::X86_64Assembler
1069 void X86_64Assembler::movapd(XmmRegister dst, const Address& src) { in movapd() function in art::x86_64::X86_64Assembler
1176 void X86_64Assembler::movapd(const Address& dst, XmmRegister src) { in movapd() function in art::x86_64::X86_64Assembler