Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.cpp1779 void AssemblerX8632::xorps(Type Ty, XmmRegister dst, const AsmAddress &src) { in xorps() function in Ice::X8632::AssemblerX8632
1788 void AssemblerX8632::xorps(Type Ty, XmmRegister dst, XmmRegister src) { in xorps() function in Ice::X8632::AssemblerX8632
DIceAssemblerX8664.cpp1923 void AssemblerX8664::xorps(Type Ty, XmmRegister dst, const AsmAddress &src) { in xorps() function in Ice::X8664::AssemblerX8664
1933 void AssemblerX8664::xorps(Type Ty, XmmRegister dst, XmmRegister src) { in xorps() function in Ice::X8664::AssemblerX8664
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dsse.h724 #define xorps(vars, vard, xmmreg) sse_m2m(xorps, vars, vard, xmmreg) macro