Searched refs:andps (Results 1 – 10 of 10) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.h | 486 void andps(XmmRegister dst, XmmRegister src); 487 void andps(XmmRegister dst, const Address& src);
|
D | assembler_x86_test.cc | 577 DriverStr(RepeatFF(&x86::X86Assembler::andps, "andps %{reg2}, %{reg1}"), "andps"); in TEST_F()
|
D | assembler_x86.cc | 1147 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/ |
D | code_generator_vector_x86.cc | 228 __ andps(dst, src); in VisitVecAbs() local 518 __ andps(dst, src); in VisitVecAnd() local
|
D | code_generator_vector_x86_64.cc | 221 __ andps(dst, src); in VisitVecAbs() local 507 __ andps(dst, src); in VisitVecAnd() local
|
D | intrinsics_x86.cc | 385 __ 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
|
D | intrinsics_x86_64.cc | 273 __ andps(output.AsFpuRegister<XmmRegister>(), xmm_temp); in MathAbsFP() local 398 __ andps(out, op2); in GenMinMaxFP() local
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 515 void andps(XmmRegister dst, XmmRegister src); // no addr variant (for now)
|
D | assembler_x86_64_test.cc | 1261 DriverStr(RepeatFF(&x86_64::X86_64Assembler::andps, "andps %{reg2}, %{reg1}"), "andps"); in TEST_F()
|
D | assembler_x86_64.cc | 1361 void X86_64Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86_64::X86_64Assembler
|