Searched defs:shufps (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/llvm/test/MC/X86/ |
H A D | shuffle-comments.s | 243 shufps $27, %xmm0, %xmm1 label 245 shufps $27, (%rax), %xmm1 label
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_x86_64.cc | 98 __ shufps(dst, dst, Immediate(0)); in VisitVecReplicateScalar() local
|
H A D | code_generator_vector_x86.cc | 107 __ shufps(dst, dst, Immediate(0)); in VisitVecReplicateScalar() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8664.cpp | 1691 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 D | IceAssemblerX8632.cpp | 1569 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 D | assembler_x86.cc | 2616 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 D | assembler_x86_64.cc | 3561 void X86_64Assembler::shufps(XmmRegister dst, XmmRegister src, const Immediate& imm) { in shufps() function in art::x86_64::X86_64Assembler
|