Home
last modified time | relevance | path

Searched refs:vmovups (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86_test.cc529 DriverStr(RepeatFA(&x86::X86Assembler::vmovups, "vmovups {mem}, %{reg}"), "vmovups_load"); in TEST_F()
541 DriverStr(RepeatAF(&x86::X86Assembler::vmovups, "vmovups %{reg}, {mem}"), "vmovups_store"); in TEST_F()
Dassembler_x86.h395 void vmovups(XmmRegister dst, const Address& src); // load unaligned
397 void vmovups(const Address& dst, XmmRegister src); // store unaligned
Dassembler_x86.cc487 vmovups(dst, src); in movups()
497 void X86Assembler::vmovups(XmmRegister dst, const Address& src) { in vmovups() function in art::x86::X86Assembler
551 vmovups(dst, src); in movups()
561 void X86Assembler::vmovups(const Address& dst, XmmRegister src) { in vmovups() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h426 void vmovups(XmmRegister dst, const Address& src); // load unaligned
427 void vmovups(const Address& dst, XmmRegister src); // store unaligned
Dassembler_x86_64.cc532 vmovups(dst, src); in movups()
543 void X86_64Assembler::vmovups(XmmRegister dst, const Address& src) { in vmovups() function in art::x86_64::X86_64Assembler
638 vmovups(dst, src); in movups()
649 void X86_64Assembler::vmovups(const Address& dst, XmmRegister src) { in vmovups() function in art::x86_64::X86_64Assembler
Dassembler_x86_64_test.cc1170 DriverStr(RepeatAF(&x86_64::X86_64Assembler::vmovups, "vmovups %{reg}, {mem}"), "vmovups_s"); in TEST_F()
1182 DriverStr(RepeatFA(&x86_64::X86_64Assembler::vmovups, "vmovups {mem}, %{reg}"), "vmovups_l"); in TEST_F()