Searched refs:punpckldq (Results 1 – 10 of 10) sorted by relevance
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1720 punpckldq %xmm1, %xmm0 1927 punpckldq %xmm1, %xmm0 1954 punpckldq %xmm1, %xmm0
|
/art/compiler/optimizing/ |
D | code_generator_vector_x86.cc | 100 __ punpckldq(dst, tmp); in VisitVecReplicateScalar() local 1147 __ punpckldq(dst, tmp); in VisitVecSetScalars() local
|
D | intrinsics_x86.cc | 218 __ punpckldq(temp1, temp2); in MoveIntToFP() local 1892 __ punpckldq(temp1, temp2); in GenUnsafePut() local
|
D | code_generator_x86.cc | 5546 __ punpckldq(temp1, temp2); in HandleFieldSet() local
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 625 void punpckldq(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_test.cc | 1122 DriverStr(RepeatFF(&x86::X86Assembler::punpckldq, "punpckldq %{reg2}, %{reg1}"), "punpckldq"); in TEST_F()
|
D | assembler_x86.cc | 2616 void X86Assembler::punpckldq(XmmRegister dst, XmmRegister src) { in punpckldq() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 663 void punpckldq(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64_test.cc | 1902 DriverStr(RepeatFF(&x86_64::X86_64Assembler::punpckldq, in TEST_F()
|
D | assembler_x86_64.cc | 3527 void X86_64Assembler::punpckldq(XmmRegister dst, XmmRegister src) { in punpckldq() function in art::x86_64::X86_64Assembler
|