Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc824 void X86Assembler::movapd(XmmRegister dst, XmmRegister src) { in movapd() function in art::x86::X86Assembler
857 void X86Assembler::movapd(XmmRegister dst, const Address& src) { in movapd() function in art::x86::X86Assembler
924 void X86Assembler::movapd(const Address& dst, XmmRegister src) { in movapd() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1049 void X86_64Assembler::movapd(XmmRegister dst, XmmRegister src) { in movapd() function in art::x86_64::X86_64Assembler
1110 void X86_64Assembler::movapd(XmmRegister dst, const Address& src) { in movapd() function in art::x86_64::X86_64Assembler
1217 void X86_64Assembler::movapd(const Address& dst, XmmRegister src) { in movapd() function in art::x86_64::X86_64Assembler