Searched defs:phaddd (Results 1 – 4 of 4) sorted by relevance
208 __ phaddd(dst, dst); in VisitVecReduce() local209 __ phaddd(dst, dst); in VisitVecReduce() local
225 __ phaddd(dst, dst); in VisitVecReduce() local226 __ phaddd(dst, dst); in VisitVecReduce() local
2295 void X86Assembler::phaddd(XmmRegister dst, XmmRegister src) { in phaddd() function in art::x86::X86Assembler
3185 void X86_64Assembler::phaddd(XmmRegister dst, XmmRegister src) { in phaddd() function in art::x86_64::X86_64Assembler