Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.h445 void andps(XmmRegister dst, XmmRegister src);
446 void andps(XmmRegister dst, const Address& src);
Dassembler_x86.cc831 void X86Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86::X86Assembler
881 void X86Assembler::andps(XmmRegister dst, const Address& src) { in andps() function in art::x86::X86Assembler
/art/compiler/optimizing/
Dintrinsics_x86.cc290 __ andps(output.AsFpuRegister<XmmRegister>(), temp); in MathAbsFP() local
302 __ andps(output.AsFpuRegister<XmmRegister>(), Address(ESP, 0)); in MathAbsFP() local
461 __ andps(out, op2); in GenMinMaxFP() local
Dintrinsics_x86_64.cc224 __ andps(output.AsFpuRegister<XmmRegister>(), xmm_temp); in MathAbsFP() local
349 __ andps(out, op2); in GenMinMaxFP() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.h472 void andps(XmmRegister dst, XmmRegister src);
Dassembler_x86_64_test.cc1111 DriverStr(RepeatFF(&x86_64::X86_64Assembler::andps, "andps %{reg2}, %{reg1}"), "andps"); in TEST_F()
Dassembler_x86_64.cc1029 void X86_64Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86_64::X86_64Assembler