Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_vector_x86.cc1228 __ vpaddd(acc, acc, tmp); in VisitVecDotProd() local
H A Dcode_generator_vector_x86_64.cc1201 __ vpaddd(acc, acc, tmp); in VisitVecDotProd() local
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.cc1441 void X86Assembler::vpaddd(XmmRegister dst, XmmRegister add_left, XmmRegister add_right) { in vpaddd() function in art::x86::X86Assembler
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2032 void X86_64Assembler::vpaddd(XmmRegister dst, XmmRegister add_left, XmmRegister add_right) { in vpaddd() function in art::x86_64::X86_64Assembler