Searched refs:andps (Results 1 – 10 of 10) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.h | 554 void andps(XmmRegister dst, XmmRegister src); 555 void andps(XmmRegister dst, const Address& src);
|
D | assembler_x86_test.cc | 881 DriverStr(RepeatFF(&x86::X86Assembler::andps, "andps %{reg2}, %{reg1}"), "andps"); in TEST_F()
|
D | assembler_x86.cc | 1956 void X86Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86::X86Assembler 1964 void X86Assembler::andps(XmmRegister dst, const Address& src) { in andps() function in art::x86::X86Assembler
|
/art/compiler/optimizing/ |
D | code_generator_vector_x86_64.cc | 332 __ andps(dst, src); in VisitVecAbs() local 823 cpu_has_avx ? __ vandps(dst, other_src, src) : __ andps(dst, src); in VisitVecAnd()
|
D | code_generator_vector_x86.cc | 349 __ andps(dst, src); in VisitVecAbs() local 840 cpu_has_avx ? __ vandps(dst, other_src, src) : __ andps(dst, src); in VisitVecAnd()
|
D | code_generator_x86_64.cc | 4166 __ andps(out, op2); in GenerateMinMaxFP() local 4273 __ andps(out, mask); in VisitAbs() local
|
D | code_generator_x86.cc | 4120 __ andps(out, op2); in GenerateMinMaxFP() local 4255 __ andps(out, temp); in VisitAbs() local
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 593 void andps(XmmRegister dst, XmmRegister src); // no addr variant (for now)
|
D | assembler_x86_64_test.cc | 1644 DriverStr(RepeatFF(&x86_64::X86_64Assembler::andps, "andps %{reg2}, %{reg1}"), "andps"); in TEST_F()
|
D | assembler_x86_64.cc | 2752 void X86_64Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86_64::X86_64Assembler
|