Home
last modified time | relevance | path

Searched refs:andpd (Results 1 – 10 of 10) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86.h552 void andpd(XmmRegister dst, XmmRegister src);
553 void andpd(XmmRegister dst, const Address& src);
Dassembler_x86_test.cc869 DriverStr(RepeatFF(&x86::X86Assembler::andpd, "andpd %{reg2}, %{reg1}"), "andpd"); in TEST_F()
Dassembler_x86.cc1938 void X86Assembler::andpd(XmmRegister dst, XmmRegister src) { in andpd() function in art::x86::X86Assembler
1947 void X86Assembler::andpd(XmmRegister dst, const Address& src) { in andpd() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h591 void andpd(XmmRegister dst, const Address& src);
592 void andpd(XmmRegister dst, XmmRegister src);
Dassembler_x86_64.cc2734 void X86_64Assembler::andpd(XmmRegister dst, const Address& src) { in andpd() function in art::x86_64::X86_64Assembler
2743 void X86_64Assembler::andpd(XmmRegister dst, XmmRegister src) { in andpd() function in art::x86_64::X86_64Assembler
Dassembler_x86_64_test.cc1659 DriverStr(RepeatFF(&x86_64::X86_64Assembler::andpd, "andpd %{reg2}, %{reg1}"), "andpd"); in TEST_F()
/art/compiler/optimizing/
Dcode_generator_vector_x86_64.cc338 __ andpd(dst, src); in VisitVecAbs() local
827 cpu_has_avx ? __ vandpd(dst, other_src, src) : __ andpd(dst, src); in VisitVecAnd()
Dcode_generator_vector_x86.cc355 __ andpd(dst, src); in VisitVecAbs() local
844 cpu_has_avx ? __ vandpd(dst, other_src, src) : __ andpd(dst, src); in VisitVecAnd()
Dcode_generator_x86_64.cc4283 __ andpd(out, op2); in GenerateMinMaxFP() local
4399 __ andpd(out, mask); in VisitAbs() local
Dcode_generator_x86.cc4169 __ andpd(out, op2); in GenerateMinMaxFP() local
4314 __ andpd(out, temp); in VisitAbs() local