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

/art/compiler/utils/x86/
H A Dassembler_x86.h328 void andps(XmmRegister dst, XmmRegister src);
329 void andps(XmmRegister dst, const Address& src);
H A Dassembler_x86.cc755 void X86Assembler::andps(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
805 void X86Assembler::andps(XmmRegister dst, const Address& src) { function in class:art::x86::X86Assembler
/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc306 __ andps(output.AsFpuRegister<XmmRegister>(), xmm_temp);
446 __ andps(out, op2);
H A Dintrinsics_x86.cc361 __ andps(output.AsFpuRegister<XmmRegister>(), Address(ESP, 0));
530 __ andps(out, op2);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h438 void andps(XmmRegister dst, XmmRegister src);
H A Dassembler_x86_64_test.cc941 DriverStr(RepeatFF(&x86_64::X86_64Assembler::andps, "andps %{reg2}, %{reg1}"), "andps");
H A Dassembler_x86_64.cc1001 void X86_64Assembler::andps(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler

Completed in 27 milliseconds