Searched refs:punpcklbw (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_vector_x86.cc | 79 __ punpcklbw(dst, dst); in VisitVecReplicateScalar() local 1316 __ punpcklbw(reg, tmp); in VisitVecLoad() local
|
D | code_generator_vector_x86_64.cc | 74 __ punpcklbw(dst, dst); in VisitVecReplicateScalar() local 1289 __ punpcklbw(reg, tmp); in VisitVecLoad() local
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 647 void punpcklbw(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_test.cc | 1192 DriverStr(RepeatFF(&x86::X86Assembler::punpcklbw, "punpcklbw %{reg2}, %{reg1}"), "punpcklbw"); in TEST_F()
|
D | assembler_x86.cc | 2598 void X86Assembler::punpcklbw(XmmRegister dst, XmmRegister src) { in punpcklbw() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 661 void punpcklbw(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64_test.cc | 1908 DriverStr(RepeatFF(&x86_64::X86_64Assembler::punpcklbw, in TEST_F()
|
D | assembler_x86_64.cc | 3507 void X86_64Assembler::punpcklbw(XmmRegister dst, XmmRegister src) { in punpcklbw() function in art::x86_64::X86_64Assembler
|