Searched defs:psubb (Results 1 – 4 of 4) sorted by relevance
288 __ psubb(dst, src); in VisitVecNeg() local381 __ psubb(dst, tmp); // 16 x one in VisitVecNot() local
271 __ psubb(dst, src); in VisitVecNeg() local364 __ psubb(dst, tmp); // 16 x one in VisitVecNot() local
1361 void X86Assembler::psubb(XmmRegister dst, XmmRegister src) { in psubb() function in art::x86::X86Assembler
1867 void X86_64Assembler::psubb(XmmRegister dst, XmmRegister src) { in psubb() function in art::x86_64::X86_64Assembler