Searched defs:psubd (Results 1 – 3 of 3) sorted by relevance
282 __ psubd(dst, src); in VisitVecNeg() local325 __ psubd(dst, tmp); in VisitVecAbs() local
299 __ psubd(dst, src); in VisitVecNeg() local342 __ psubd(dst, tmp); in VisitVecAbs() local
1454 void X86Assembler::psubd(XmmRegister dst, XmmRegister src) { in psubd() function in art::x86::X86Assembler