Home
last modified time | relevance | path

Searched defs:shufps (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/llvm/test/MC/X86/
H A Dshuffle-comments.s243 shufps $27, %xmm0, %xmm1 label
245 shufps $27, (%rax), %xmm1 label
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_x86_64.cc98 __ shufps(dst, dst, Immediate(0)); in VisitVecReplicateScalar() local
H A Dcode_generator_vector_x86.cc107 __ shufps(dst, dst, Immediate(0)); in VisitVecReplicateScalar() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8664.cpp1691 void AssemblerX8664::shufps(Type /* Ty */, XmmRegister dst, XmmRegister src, in shufps() function in Ice::X8664::AssemblerX8664
1702 void AssemblerX8664::shufps(Type /* Ty */, XmmRegister dst, in shufps() function in Ice::X8664::AssemblerX8664
H A DIceAssemblerX8632.cpp1569 void AssemblerX8632::shufps(Type /* Ty */, XmmRegister dst, XmmRegister src, in shufps() function in Ice::X8632::AssemblerX8632
1579 void AssemblerX8632::shufps(Type /* Ty */, XmmRegister dst, in shufps() function in Ice::X8632::AssemblerX8632
/aosp_15_r20/art/compiler/utils/x86/
H A Dassembler_x86.cc2616 void X86Assembler::shufps(XmmRegister dst, XmmRegister src, const Immediate& imm) { in shufps() function in art::x86::X86Assembler
/aosp_15_r20/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc3561 void X86_64Assembler::shufps(XmmRegister dst, XmmRegister src, const Immediate& imm) { in shufps() function in art::x86_64::X86_64Assembler