Searched defs:punpcklbw (Results 1 – 4 of 4) sorted by relevance
74 __ punpcklbw(dst, dst); in VisitVecReplicateScalar() local1289 __ punpcklbw(reg, tmp); in VisitVecLoad() local
79 __ punpcklbw(dst, dst); in VisitVecReplicateScalar() local1316 __ punpcklbw(reg, tmp); in VisitVecLoad() local
2598 void X86Assembler::punpcklbw(XmmRegister dst, XmmRegister src) { in punpcklbw() function in art::x86::X86Assembler
3507 void X86_64Assembler::punpcklbw(XmmRegister dst, XmmRegister src) { in punpcklbw() function in art::x86_64::X86_64Assembler