Searched defs:psubw (Results 1 – 3 of 3) sorted by relevance
308 __ psubw(dst, src); in VisitVecNeg() local536 __ psubw(dst, src); in VisitVecSub() local
291 __ psubw(dst, src); in VisitVecNeg() local519 __ psubw(dst, src); in VisitVecSub() local
943 void X86_64Assembler::psubw(XmmRegister dst, XmmRegister src) { in psubw() function in art::x86_64::X86_64Assembler