Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_vector_x86_64.cc57 __ punpcklbw(reg, reg); in VisitVecReplicateScalar() local
898 __ punpcklbw(reg, tmp); in VisitVecLoad() local
Dcode_generator_vector_x86.cc60 __ punpcklbw(reg, reg); in VisitVecReplicateScalar() local
905 __ punpcklbw(reg, tmp); in VisitVecLoad() local
/art/compiler/utils/x86/
Dassembler_x86.cc1478 void X86Assembler::punpcklbw(XmmRegister dst, XmmRegister src) { in punpcklbw() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1704 void X86_64Assembler::punpcklbw(XmmRegister dst, XmmRegister src) { in punpcklbw() function in art::x86_64::X86_64Assembler