Home
last modified time | relevance | path

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

/external/llvm/test/MC/X86/
Dintel-syntax-ambiguous.s53 andps xmm1, xmmword ptr xmm1 label
56 andps xmmword ptr xmm1, xmm1 label
/external/swiftshader/third_party/subzero/src/
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
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