Home
last modified time | relevance | path

Searched defs:punpckldq (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dcode_generator_vector_x86.cc100 __ punpckldq(dst, tmp); in VisitVecReplicateScalar() local
1147 __ punpckldq(dst, tmp); in VisitVecSetScalars() local
H A Dintrinsics_x86.cc215 __ punpckldq(temp1, temp2); in MoveIntToFP() local
1849 __ punpckldq(temp1, temp2); in GenUnsafePut() local
H A Dcode_generator_x86.cc5925 __ punpckldq(temp1, temp2); in HandleFieldSet() local
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.cc2616 void X86Assembler::punpckldq(XmmRegister dst, XmmRegister src) { in punpckldq() function in art::x86::X86Assembler
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc3527 void X86_64Assembler::punpckldq(XmmRegister dst, XmmRegister src) { in punpckldq() function in art::x86_64::X86_64Assembler