Home
last modified time | relevance | path

Searched refs:punpckldq (Results 1 – 10 of 10) sorted by relevance

/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1705 punpckldq %xmm1, %xmm0
1912 punpckldq %xmm1, %xmm0
1939 punpckldq %xmm1, %xmm0
/art/compiler/optimizing/
Dcode_generator_vector_x86.cc100 __ punpckldq(dst, tmp); in VisitVecReplicateScalar() local
1147 __ punpckldq(dst, tmp); in VisitVecSetScalars() local
Dintrinsics_x86.cc213 __ punpckldq(temp1, temp2); in MoveIntToFP() local
1847 __ punpckldq(temp1, temp2); in GenUnsafePut() local
Dcode_generator_x86.cc5642 __ punpckldq(temp1, temp2); in HandleFieldSet() local
/art/compiler/utils/x86/
Dassembler_x86_test.cc1114 DriverStr(RepeatFF(&x86::X86Assembler::punpckldq, "punpckldq %{reg2}, %{reg1}"), "punpckldq"); in TEST_F()
Dassembler_x86.h625 void punpckldq(XmmRegister dst, XmmRegister src);
Dassembler_x86.cc2616 void X86Assembler::punpckldq(XmmRegister dst, XmmRegister src) { in punpckldq() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h663 void punpckldq(XmmRegister dst, XmmRegister src);
Dassembler_x86_64_test.cc1913 DriverStr(RepeatFF(&x86_64::X86_64Assembler::punpckldq, in TEST_F()
Dassembler_x86_64.cc3527 void X86_64Assembler::punpckldq(XmmRegister dst, XmmRegister src) { in punpckldq() function in art::x86_64::X86_64Assembler