Searched refs:punpcklqdq (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 869 DriverStr(RepeatFF(&x86::X86Assembler::punpcklqdq, "punpcklqdq %{reg2}, %{reg1}"), "punpcklqdq"); in TEST_F()
|
D | assembler_x86.h | 565 void punpcklqdq(XmmRegister dst, XmmRegister src);
|
D | assembler_x86.cc | 1864 void X86Assembler::punpcklqdq(XmmRegister dst, XmmRegister src) { in punpcklqdq() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 604 void punpcklqdq(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64_test.cc | 1619 DriverStr(RepeatFF(&x86_64::X86_64Assembler::punpcklqdq, in TEST_F()
|
D | assembler_x86_64.cc | 2048 void X86_64Assembler::punpcklqdq(XmmRegister dst, XmmRegister src) { in punpcklqdq() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | code_generator_vector_x86.cc | 100 __ punpcklqdq(dst, dst); in VisitVecReplicateScalar() local
|
D | code_generator_vector_x86_64.cc | 92 __ punpcklqdq(dst, dst); in VisitVecReplicateScalar() local
|