Searched defs:pmaddwd (Results 1 – 4 of 4) sorted by relevance
1197 __ pmaddwd(tmp, left); in VisitVecDotProd() local
1224 __ pmaddwd(tmp, left); in VisitVecDotProd() local
2299 void X86Assembler::pmaddwd(XmmRegister dst, XmmRegister src) { in pmaddwd() function in art::x86::X86Assembler
3210 void X86_64Assembler::pmaddwd(XmmRegister dst, XmmRegister src) { in pmaddwd() function in art::x86_64::X86_64Assembler