Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc753 void X86Assembler::movdqa(XmmRegister dst, XmmRegister src) { in movdqa() function in art::x86::X86Assembler
762 void X86Assembler::movdqa(XmmRegister dst, const Address& src) { in movdqa() function in art::x86::X86Assembler
780 void X86Assembler::movdqa(const Address& dst, XmmRegister src) { in movdqa() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc835 void X86_64Assembler::movdqa(XmmRegister dst, XmmRegister src) { in movdqa() function in art::x86_64::X86_64Assembler
845 void X86_64Assembler::movdqa(XmmRegister dst, const Address& src) { in movdqa() function in art::x86_64::X86_64Assembler
865 void X86_64Assembler::movdqa(const Address& dst, XmmRegister src) { in movdqa() function in art::x86_64::X86_64Assembler