Searched defs:andps (Results 1 – 6 of 6) sorted by relevance
332 __ andps(dst, src); in VisitVecAbs() local
349 __ andps(dst, src); in VisitVecAbs() local
4774 __ andps(out, op2); in GenerateMinMaxFP() local4881 __ andps(out, mask); in VisitAbs() local
4638 __ andps(out, op2); in GenerateMinMaxFP() local4773 __ andps(out, temp); in VisitAbs() local
1993 void X86Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86::X86Assembler2001 void X86Assembler::andps(XmmRegister dst, const Address& src) { in andps() function in art::x86::X86Assembler
2813 void X86_64Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86_64::X86_64Assembler