Searched defs:andps (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/llvm/test/MC/X86/ |
H A D | intel-syntax-ambiguous.s | 53 andps xmm1, xmmword ptr xmm1 label 56 andps xmmword ptr xmm1, xmm1 label
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_x86_64.cc | 332 __ andps(dst, src); in VisitVecAbs() local
|
H A D | code_generator_vector_x86.cc | 349 __ andps(dst, src); in VisitVecAbs() local
|
H A D | code_generator_x86_64.cc | 4802 __ andps(out, op2); in GenerateMinMaxFP() local 4909 __ andps(out, mask); in VisitAbs() local
|
H A D | code_generator_x86.cc | 4636 __ andps(out, op2); in GenerateMinMaxFP() local 4771 __ andps(out, temp); in VisitAbs() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8664.cpp | 1324 void AssemblerX8664::andps(Type Ty, XmmRegister dst, XmmRegister src) { in andps() function in Ice::X8664::AssemblerX8664 1334 void AssemblerX8664::andps(Type Ty, XmmRegister dst, const AsmAddress &src) { in andps() function in Ice::X8664::AssemblerX8664
|
H A D | IceAssemblerX8632.cpp | 1233 void AssemblerX8632::andps(Type Ty, XmmRegister dst, XmmRegister src) { in andps() function in Ice::X8632::AssemblerX8632 1242 void AssemblerX8632::andps(Type Ty, XmmRegister dst, const AsmAddress &src) { in andps() function in Ice::X8632::AssemblerX8632
|
/aosp_15_r20/art/compiler/utils/x86/ |
H A D | assembler_x86.cc | 1993 void X86Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86::X86Assembler 2001 void X86Assembler::andps(XmmRegister dst, const Address& src) { in andps() function in art::x86::X86Assembler
|
/aosp_15_r20/art/compiler/utils/x86_64/ |
H A D | assembler_x86_64.cc | 2813 void X86_64Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86_64::X86_64Assembler
|