Home
last modified time | relevance | path

Searched defs:punpckhqdq (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_vector_x86_64.cc225 __ punpckhqdq(tmp, tmp); in VisitVecReduce() local
Dcode_generator_vector_x86.cc242 __ punpckhqdq(tmp, tmp); in VisitVecReduce() local
/art/compiler/utils/x86/
Dassembler_x86.cc2661 void X86Assembler::punpckhqdq(XmmRegister dst, XmmRegister src) { in punpckhqdq() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3577 void X86_64Assembler::punpckhqdq(XmmRegister dst, XmmRegister src) { in punpckhqdq() function in art::x86_64::X86_64Assembler