Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_vector_x86.cc112 __ shufpd(dst, dst, Immediate(0)); in VisitVecReplicateScalar() local
Dcode_generator_vector_x86_64.cc103 __ shufpd(dst, dst, Immediate(0)); in VisitVecReplicateScalar() local
/art/compiler/utils/x86/
Dassembler_x86.cc2569 void X86Assembler::shufpd(XmmRegister dst, XmmRegister src, const Immediate& imm) { in shufpd() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3475 void X86_64Assembler::shufpd(XmmRegister dst, XmmRegister src, const Immediate& imm) { in shufpd() function in art::x86_64::X86_64Assembler