Searched refs:andps (Results 1 – 7 of 7) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.h | 445 void andps(XmmRegister dst, XmmRegister src); 446 void andps(XmmRegister dst, const Address& src);
|
D | assembler_x86.cc | 831 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/ |
D | intrinsics_x86.cc | 290 __ 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
|
D | intrinsics_x86_64.cc | 224 __ andps(output.AsFpuRegister<XmmRegister>(), xmm_temp); in MathAbsFP() local 349 __ andps(out, op2); in GenMinMaxFP() local
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 472 void andps(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64_test.cc | 1111 DriverStr(RepeatFF(&x86_64::X86_64Assembler::andps, "andps %{reg2}, %{reg1}"), "andps"); in TEST_F()
|
D | assembler_x86_64.cc | 1029 void X86_64Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86_64::X86_64Assembler
|