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

/art/compiler/utils/x86/
H A Dassembler_x86.h490 void andps(XmmRegister dst, XmmRegister src);
491 void andps(XmmRegister dst, const Address& src);
H A Dassembler_x86_test.cc620 DriverStr(RepeatFF(&x86::X86Assembler::andps, "andps %{reg2}, %{reg1}"), "andps");
H A Dassembler_x86.cc1174 void X86Assembler::andps(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
1182 void X86Assembler::andps(XmmRegister dst, const Address& src) { function in class:art::x86::X86Assembler
/art/compiler/optimizing/
H A Dcode_generator_vector_x86.cc363 __ andps(dst, src);
738 __ andps(dst, src);
H A Dcode_generator_vector_x86_64.cc346 __ andps(dst, src);
721 __ andps(dst, src);
H A Dintrinsics_x86.cc379 __ andps(output.AsFpuRegister<XmmRegister>(), temp);
391 __ andps(output.AsFpuRegister<XmmRegister>(), Address(ESP, 0));
549 __ andps(out, op2);
H A Dintrinsics_x86_64.cc269 __ andps(output.AsFpuRegister<XmmRegister>(), xmm_temp);
393 __ andps(out, op2);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h534 void andps(XmmRegister dst, XmmRegister src); // no addr variant (for now)
H A Dassembler_x86_64_test.cc1374 DriverStr(RepeatFF(&x86_64::X86_64Assembler::andps, "andps %{reg2}, %{reg1}"), "andps");
H A Dassembler_x86_64.cc1389 void X86_64Assembler::andps(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler

Completed in 69 milliseconds