/third_party/mesa3d/src/mesa/x86/ |
D | read_rgba_span_x86.S | 398 orps %xmm4, %xmm3 399 orps %xmm3, %xmm0 427 orps %xmm4, %xmm3 428 orps %xmm3, %xmm0 457 orps %xmm4, %xmm3 458 orps %xmm3, %xmm0
|
D | assyntax.h | 1682 #define ORPS(a, b) orps P_ARG2(a, b)
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | sse.h | 715 #define orps_m2r(var, reg) sse_m2r(orps, var, reg) 716 #define orps_r2r(regs, regd) sse_r2r(orps, regs, regd) 717 #define orps(vars, vard, xmmreg) sse_m2m(orps, vars, vard, xmmreg) macro
|
/third_party/ffmpeg/libavcodec/x86/ |
D | aacencdsp.asm | 81 orps m2, m5
|
/third_party/mesa3d/src/mesa/x86-64/ |
D | xform4.S | 172 orps %xmm10, %xmm7 /* 1.0 | m14 | m13 | m12 */
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.h | 585 void orps(Type Ty, XmmRegister dst, const AsmAddress &src); 586 void orps(Type Ty, XmmRegister dst, XmmRegister src);
|
D | IceAssemblerX8664.h | 604 void orps(Type Ty, XmmRegister dst, const AsmAddress &src); 605 void orps(Type Ty, XmmRegister dst, XmmRegister src);
|
D | IceAssemblerX8632.cpp | 1251 void AssemblerX8632::orps(Type Ty, XmmRegister dst, XmmRegister src) { in orps() function in Ice::X8632::AssemblerX8632 1260 void AssemblerX8632::orps(Type Ty, XmmRegister dst, const AsmAddress &src) { in orps() function in Ice::X8632::AssemblerX8632
|
D | IceAssemblerX8664.cpp | 1344 void AssemblerX8664::orps(Type Ty, XmmRegister dst, XmmRegister src) { in orps() function in Ice::X8664::AssemblerX8664 1354 void AssemblerX8664::orps(Type Ty, XmmRegister dst, const AsmAddress &src) { in orps() function in Ice::X8664::AssemblerX8664
|
D | IceInstX8632.h | 3579 &Assembler::orps, &Assembler::orps};
|
D | IceInstX8664.h | 3476 &Assembler::orps, &Assembler::orps};
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/ |
D | x86inc.asm | 1406 AVX_INSTR orps, sse, 1, 0, 1
|
/third_party/ffmpeg/libavutil/x86/ |
D | x86inc.asm | 1420 AVX_INSTR orps, sse, 1, 0, 1
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 557 (0.55, 0.43, 0.23, 1.21), orps, |, float); \ in TEST_F() 558 TestArithPSXmmXmm(64, Dst, (1.0, -1000.0), Src, (0.55, 1.21), orps, |, \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 559 (0.55, 0.43, 0.23, 1.21), orps, |, float); \ in TEST_F() 560 TestArithPSXmmXmm(64, Dst, (1.0, -1000.0), Src, (0.55, 1.21), orps, |, \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7714 "\004notq\004notw\002or\003orb\003orl\004orpd\004orps\003orq\003orw\003o" 9427 …{ 5081 /* orps */, X86::ORPSrr, Convert__Reg1_1__Tie0_1_1__Reg1_0, AMFBS_None, { MCK_FR32, MCK_FR3… 9428 …{ 5081 /* orps */, X86::ORPSrm, Convert__Reg1_1__Tie0_1_1__Mem1285_0, AMFBS_None, { MCK_Mem128, MC… 23996 …{ 5081 /* orps */, X86::ORPSrr, Convert__Reg1_0__Tie0_1_1__Reg1_1, AMFBS_None, { MCK_FR32, MCK_FR3… 23997 …{ 5081 /* orps */, X86::ORPSrm, Convert__Reg1_0__Tie0_1_1__Mem1285_1, AMFBS_None, { MCK_FR32, MCK_…
|