Searched refs:punpcklqdq (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 1118 DriverStr(RepeatFF(&x86::X86Assembler::punpcklqdq, "punpcklqdq %{reg2}, %{reg1}"), "punpcklqdq"); in TEST_F()
|
D | assembler_x86.h | 626 void punpcklqdq(XmmRegister dst, XmmRegister src);
|
D | assembler_x86.cc | 2625 void X86Assembler::punpcklqdq(XmmRegister dst, XmmRegister src) { in punpcklqdq() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 664 void punpcklqdq(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64_test.cc | 1918 DriverStr(RepeatFF(&x86_64::X86_64Assembler::punpcklqdq, in TEST_F()
|
D | assembler_x86_64.cc | 3537 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_64.cc | 93 __ punpcklqdq(dst, dst); in VisitVecReplicateScalar() local
|
D | code_generator_vector_x86.cc | 101 __ punpcklqdq(dst, dst); in VisitVecReplicateScalar() local
|