Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_vector_x86.cc1227 __ vpmaddwd(tmp, left, right); in VisitVecDotProd() local
Dcode_generator_vector_x86_64.cc1200 __ vpmaddwd(tmp, left, right); in VisitVecDotProd() local
/art/compiler/utils/x86/
Dassembler_x86.cc2271 void X86Assembler::vpmaddwd(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vpmaddwd() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3146 void X86_64Assembler::vpmaddwd(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vpmaddwd() function in art::x86_64::X86_64Assembler