Home
last modified time | relevance | path

Searched defs:phaddd (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_vector_x86_64.cc208 __ phaddd(dst, dst); in VisitVecReduce() local
209 __ phaddd(dst, dst); in VisitVecReduce() local
Dcode_generator_vector_x86.cc225 __ phaddd(dst, dst); in VisitVecReduce() local
226 __ phaddd(dst, dst); in VisitVecReduce() local
/art/compiler/utils/x86/
Dassembler_x86.cc2295 void X86Assembler::phaddd(XmmRegister dst, XmmRegister src) { in phaddd() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3185 void X86_64Assembler::phaddd(XmmRegister dst, XmmRegister src) { in phaddd() function in art::x86_64::X86_64Assembler