Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.h486 void andps(XmmRegister dst, XmmRegister src);
487 void andps(XmmRegister dst, const Address& src);
Dassembler_x86_test.cc577 DriverStr(RepeatFF(&x86::X86Assembler::andps, "andps %{reg2}, %{reg1}"), "andps"); in TEST_F()
Dassembler_x86.cc1147 void X86Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86::X86Assembler
1155 void X86Assembler::andps(XmmRegister dst, const Address& src) { in andps() function in art::x86::X86Assembler
/art/compiler/optimizing/
Dcode_generator_vector_x86.cc228 __ andps(dst, src); in VisitVecAbs() local
518 __ andps(dst, src); in VisitVecAnd() local
Dcode_generator_vector_x86_64.cc221 __ andps(dst, src); in VisitVecAbs() local
507 __ andps(dst, src); in VisitVecAnd() local
Dintrinsics_x86.cc385 __ andps(output.AsFpuRegister<XmmRegister>(), temp); in MathAbsFP() local
397 __ andps(output.AsFpuRegister<XmmRegister>(), Address(ESP, 0)); in MathAbsFP() local
557 __ andps(out, op2); in GenMinMaxFP() local
Dintrinsics_x86_64.cc273 __ andps(output.AsFpuRegister<XmmRegister>(), xmm_temp); in MathAbsFP() local
398 __ andps(out, op2); in GenMinMaxFP() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.h515 void andps(XmmRegister dst, XmmRegister src); // no addr variant (for now)
Dassembler_x86_64_test.cc1261 DriverStr(RepeatFF(&x86_64::X86_64Assembler::andps, "andps %{reg2}, %{reg1}"), "andps"); in TEST_F()
Dassembler_x86_64.cc1361 void X86_64Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86_64::X86_64Assembler