Searched defs:psubb (Results 1 – 4 of 4) sorted by relevance
161 __ psubb(dst, src); in VisitVecNeg() local254 __ psubb(dst, tmp); // 16 x one in VisitVecNot() local388 __ psubb(dst, src); in VisitVecSub() local
168 __ psubb(dst, src); in VisitVecNeg() local261 __ psubb(dst, tmp); // 16 x one in VisitVecNot() local395 __ psubb(dst, src); in VisitVecSub() local
807 void X86Assembler::psubb(XmmRegister dst, XmmRegister src) { in psubb() function in art::x86::X86Assembler
895 void X86_64Assembler::psubb(XmmRegister dst, XmmRegister src) { in psubb() function in art::x86_64::X86_64Assembler