Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86_test.cc131 TEST_F(AssemblerX86Test, punpckldq) { in TEST_F() argument
132 GetAssembler()->punpckldq(x86::XMM0, x86::XMM1); in TEST_F()
Dassembler_x86.h395 void punpckldq(XmmRegister dst, XmmRegister src);
Dassembler_x86.cc560 void X86Assembler::punpckldq(XmmRegister dst, XmmRegister src) { in punpckldq() function in art::x86::X86Assembler
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1451 punpckldq %xmm1, %xmm0
1587 punpckldq %xmm1, %xmm0
1612 punpckldq %xmm1, %xmm0
/art/compiler/optimizing/
Dintrinsics_x86.cc135 __ punpckldq(temp1, temp2); in MoveIntToFP() local
2054 __ punpckldq(temp1, temp2); in GenUnsafePut() local
Dcode_generator_x86.cc4791 __ punpckldq(temp1, temp2); in HandleFieldSet() local