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

/art/compiler/utils/x86/
H A Dassembler_x86.h326 void andpd(XmmRegister dst, XmmRegister src);
327 void andpd(XmmRegister dst, const Address& src);
H A Dassembler_x86.cc763 void X86Assembler::andpd(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
813 void X86Assembler::andpd(XmmRegister dst, const Address& src) { function in class:art::x86::X86Assembler
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h436 void andpd(XmmRegister dst, const Address& src);
437 void andpd(XmmRegister dst, XmmRegister src);
H A Dassembler_x86_64_test.cc945 DriverStr(RepeatFF(&x86_64::X86_64Assembler::andpd, "andpd %{reg2}, %{reg1}"), "andpd");
H A Dassembler_x86_64.cc983 void X86_64Assembler::andpd(XmmRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
992 void X86_64Assembler::andpd(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc303 __ andpd(output.AsFpuRegister<XmmRegister>(), xmm_temp);
444 __ andpd(out, op2);
H A Dintrinsics_x86.cc357 __ andpd(output.AsFpuRegister<XmmRegister>(), Address(ESP, 0));
528 __ andpd(out, op2);

Completed in 215 milliseconds