Home
last modified time | relevance | path

Searched defs:andps (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm/test/MC/X86/
H A Dintel-syntax-ambiguous.s53 andps xmm1, xmmword ptr xmm1 label
56 andps xmmword ptr xmm1, xmm1 label
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_x86_64.cc332 __ andps(dst, src); in VisitVecAbs() local
H A Dcode_generator_vector_x86.cc349 __ andps(dst, src); in VisitVecAbs() local
H A Dcode_generator_x86_64.cc4802 __ andps(out, op2); in GenerateMinMaxFP() local
4909 __ andps(out, mask); in VisitAbs() local
H A Dcode_generator_x86.cc4636 __ andps(out, op2); in GenerateMinMaxFP() local
4771 __ andps(out, temp); in VisitAbs() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8664.cpp1324 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 DIceAssemblerX8632.cpp1233 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 Dassembler_x86.cc1993 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 Dassembler_x86_64.cc2813 void X86_64Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86_64::X86_64Assembler