Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc1197 void X86Assembler::vmovdqa(XmmRegister dst, XmmRegister src) { in vmovdqa() function in art::x86::X86Assembler
1228 void X86Assembler::vmovdqa(XmmRegister dst, const Address& src) { in vmovdqa() function in art::x86::X86Assembler
1290 void X86Assembler::vmovdqa(const Address& dst, XmmRegister src) { in vmovdqa() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1564 void X86_64Assembler::vmovdqa(XmmRegister dst, XmmRegister src) { in vmovdqa() function in art::x86_64::X86_64Assembler
1625 void X86_64Assembler::vmovdqa(XmmRegister dst, const Address& src) { in vmovdqa() function in art::x86_64::X86_64Assembler
1734 void X86_64Assembler::vmovdqa(const Address& dst, XmmRegister src) { in vmovdqa() function in art::x86_64::X86_64Assembler