Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_vector_x86.cc80 __ punpcklwd(dst, dst); in VisitVecReplicateScalar() local
87 __ punpcklwd(dst, dst); in VisitVecReplicateScalar() local
H A Dcode_generator_vector_x86_64.cc75 __ punpcklwd(dst, dst); in VisitVecReplicateScalar() local
82 __ punpcklwd(dst, dst); in VisitVecReplicateScalar() local
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.cc2607 void X86Assembler::punpcklwd(XmmRegister dst, XmmRegister src) { in punpcklwd() function in art::x86::X86Assembler
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc3517 void X86_64Assembler::punpcklwd(XmmRegister dst, XmmRegister src) { in punpcklwd() function in art::x86_64::X86_64Assembler