Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
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
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
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dsse.h703 #define andps(vars, vard, xmmreg) sse_m2m(andps, vars, vard, xmmreg) macro