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