Searched refs:punpcklwd (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_vector_x86.cc | 80 __ punpcklwd(dst, dst); in VisitVecReplicateScalar() local 87 __ punpcklwd(dst, dst); in VisitVecReplicateScalar() local
|
D | code_generator_vector_x86_64.cc | 75 __ punpcklwd(dst, dst); in VisitVecReplicateScalar() local 82 __ punpcklwd(dst, dst); in VisitVecReplicateScalar() local
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 648 void punpcklwd(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_test.cc | 1196 DriverStr(RepeatFF(&x86::X86Assembler::punpcklwd, "punpcklwd %{reg2}, %{reg1}"), "punpcklwd"); in TEST_F()
|
D | assembler_x86.cc | 2607 void X86Assembler::punpcklwd(XmmRegister dst, XmmRegister src) { in punpcklwd() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 662 void punpcklwd(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64_test.cc | 1913 DriverStr(RepeatFF(&x86_64::X86_64Assembler::punpcklwd, in TEST_F()
|
D | assembler_x86_64.cc | 3517 void X86_64Assembler::punpcklwd(XmmRegister dst, XmmRegister src) { in punpcklwd() function in art::x86_64::X86_64Assembler
|