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

/art/compiler/utils/x86/
H A Dassembler_x86.h488 void andpd(XmmRegister dst, XmmRegister src);
489 void andpd(XmmRegister dst, const Address& src);
H A Dassembler_x86_test.cc616 DriverStr(RepeatFF(&x86::X86Assembler::andpd, "andpd %{reg2}, %{reg1}"), "andpd");
H A Dassembler_x86.cc1156 void X86Assembler::andpd(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
1165 void X86Assembler::andpd(XmmRegister dst, const Address& src) { function in class:art::x86::X86Assembler
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h532 void andpd(XmmRegister dst, const Address& src);
533 void andpd(XmmRegister dst, XmmRegister src);
H A Dassembler_x86_64.cc1371 void X86_64Assembler::andpd(XmmRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
1380 void X86_64Assembler::andpd(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
H A Dassembler_x86_64_test.cc1378 DriverStr(RepeatFF(&x86_64::X86_64Assembler::andpd, "andpd %{reg2}, %{reg1}"), "andpd");
/art/compiler/optimizing/
H A Dcode_generator_vector_x86.cc369 __ andpd(dst, src);
742 __ andpd(dst, src);
H A Dcode_generator_vector_x86_64.cc352 __ andpd(dst, src);
725 __ andpd(dst, src);
H A Dintrinsics_x86.cc375 __ andpd(output.AsFpuRegister<XmmRegister>(), temp);
387 __ andpd(output.AsFpuRegister<XmmRegister>(), Address(ESP, 0));
547 __ andpd(out, op2);
H A Dintrinsics_x86_64.cc266 __ andpd(output.AsFpuRegister<XmmRegister>(), xmm_temp);
391 __ andpd(out, op2);

Completed in 124 milliseconds