/third_party/ffmpeg/libavfilter/x86/ |
D | vf_gblur.asm | 41 mulss m2, m0, m0 ; nu ^ 2 42 mulss m3, m2, m0 ; nu ^ 3 43 mulss m4, m3, m0 ; nu ^ 4 65 mulss m5, m1, [ptrq + xq * 4] 108 mulss m5, m0 117 mulss m5, m1, [ptrq + 4*xq] 156 mulss m5, m0
|
D | af_anlmdn.asm | 70 mulss xm1, xm1
|
D | af_afir.asm | 60 mulss xm0, [cq + lenq]
|
D | vf_convolution.asm | 134 mulss m4, m0 ; sum *= rdiv
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | sse.h | 627 #define mulss_m2r(var, reg) sse_m2r(mulss, var, reg) 628 #define mulss_r2r(regs, regd) sse_r2r(mulss, regs, regd) 629 #define mulss(vars, vard, xmmreg) sse_m2m(mulss, vars, vard, xmmreg) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-SSE.txt | 216 mulss %xmm1, %xmm1 221 Because mulss doesn't modify the top 3 elements, the top elements of 225 mulss %xmm0, %xmm0
|
D | README.txt | 304 00000019 mulss 0x00000078,%xmm0
|
D | X86InstrSSE.td | 2693 // like addss or mulss.
|
D | X86InstrAVX512.td | 11598 // like addss or mulss.
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.h | 512 void mulss(Type Ty, XmmRegister dst, XmmRegister src); 513 void mulss(Type Ty, XmmRegister dst, const AsmAddress &src);
|
D | IceAssemblerX8664.h | 531 void mulss(Type Ty, XmmRegister dst, XmmRegister src); 532 void mulss(Type Ty, XmmRegister dst, const AsmAddress &src);
|
D | IceAssemblerX8632.cpp | 535 void AssemblerX8632::mulss(Type Ty, XmmRegister dst, XmmRegister src) { in mulss() function in Ice::X8632::AssemblerX8632 543 void AssemblerX8632::mulss(Type Ty, XmmRegister dst, const AsmAddress &src) { in mulss() function in Ice::X8632::AssemblerX8632
|
D | IceAssemblerX8664.cpp | 579 void AssemblerX8664::mulss(Type Ty, XmmRegister dst, XmmRegister src) { in mulss() function in Ice::X8664::AssemblerX8664 588 void AssemblerX8664::mulss(Type Ty, XmmRegister dst, const AsmAddress &src) { in mulss() function in Ice::X8664::AssemblerX8664
|
D | IceInstX8632.h | 3498 &Assembler::mulss, &Assembler::mulss};
|
D | IceInstX8664.h | 3395 &Assembler::mulss, &Assembler::mulss};
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/ |
D | x86inc.asm | 1404 AVX_INSTR mulss, sse, 1, 0, 0
|
/third_party/ffmpeg/libavutil/x86/ |
D | x86inc.asm | 1418 AVX_INSTR mulss, sse, 1, 0, 0
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 93 TestArithSSXmmXmm(FloatSize, Src, 5.0, Dst0, 50.0, mulss, *); \ in TEST_F() 94 TestArithSSXmmAddr(FloatSize, 6.0, Dst1, 60.0, mulss, *); \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 88 TestArithSSXmmXmm(FloatSize, Src, 5.0, Dst0, 50.0, mulss, *); \ in TEST_F() 89 TestArithSSXmmAddr(FloatSize, 6.0, Dst1, 60.0, mulss, *); \ in TEST_F()
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 1681 #define MULSS(a, b) mulss P_ARG2(a, b)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7711 "\003mul\004mulb\004mull\005mulpd\005mulps\004mulq\005mulsd\005mulss\004" 9373 …{ 4957 /* mulss */, X86::MULSSrr_Int, Convert__Reg1_1__Tie0_1_1__Reg1_0, AMFBS_None, { MCK_FR32, M… 9374 …{ 4957 /* mulss */, X86::MULSSrm_Int, Convert__Reg1_1__Tie0_1_1__Mem325_0, AMFBS_None, { MCK_Mem32… 23926 …{ 4957 /* mulss */, X86::MULSSrr_Int, Convert__Reg1_0__Tie0_1_1__Reg1_1, AMFBS_None, { MCK_FR32, M… 23927 …{ 4957 /* mulss */, X86::MULSSrm_Int, Convert__Reg1_0__Tie0_1_1__Mem325_1, AMFBS_None, { MCK_FR32,…
|