Searched refs:punpckldq (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 114 TEST_F(AssemblerX86Test, punpckldq) { in TEST_F() argument 115 GetAssembler()->punpckldq(x86::XMM0, x86::XMM1); in TEST_F()
|
D | assembler_x86.h | 280 void punpckldq(XmmRegister dst, XmmRegister src);
|
D | assembler_x86.cc | 501 void X86Assembler::punpckldq(XmmRegister dst, XmmRegister src) { in punpckldq() function in art::x86::X86Assembler
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1389 punpckldq %xmm1, %xmm0 1499 punpckldq %xmm1, %xmm0 1524 punpckldq %xmm1, %xmm0
|
/art/compiler/optimizing/ |
D | intrinsics_x86.cc | 217 __ punpckldq(temp1, temp2); in MoveIntToFP() local 1491 __ punpckldq(temp1, temp2); in GenUnsafePut() local
|
D | code_generator_x86.cc | 3424 __ punpckldq(temp1, temp2); in HandleFieldSet() local
|