Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc237 __ xorps(result_, result_); in Generate() local
2337 __ xorps(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
2350 __ xorps(tmp, kScratchDoubleReg); in AssembleArchInstruction() local
2351 __ xorps(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
2417 __ xorps(dst, kScratchDoubleReg); in AssembleArchInstruction() local
2553 __ xorps(i.OutputSimd128Register(), kScratchDoubleReg); in AssembleArchInstruction() local
2632 __ xorps(dst, kScratchDoubleReg); in AssembleArchInstruction() local
2845 __ xorps(i.OutputSimd128Register(), kScratchDoubleReg); in AssembleArchInstruction() local
2926 __ xorps(dst, kScratchDoubleReg); in AssembleArchInstruction() local
3269 __ xorps(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
/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