/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/node/deps/v8/src/codegen/x64/ |
D | sse-instr.h | 34 V(mulss, F3, 0F, 59) \
|
/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
|
/third_party/elfutils/libcpu/ |
D | i386.mnemonics | 294 MNE(mulss)
|
D | x86_64.mnemonics | 283 MNE(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 | IceInstX8664.h | 3395 &Assembler::mulss, &Assembler::mulss};
|
D | IceInstX8632.h | 3498 &Assembler::mulss, &Assembler::mulss};
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 860 void mulss(XMMRegister dst, XMMRegister src) { mulss(dst, Operand(src)); } in mulss() function 861 void mulss(XMMRegister dst, Operand src);
|
/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/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 271 AVX_OP(Mulss, mulss)
|
/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/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/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
/third_party/elfutils/libcpu/defs/ |
D | i386 | 695 11110011,00001111,01011001,{Mod}{xmmreg}{R_m}:mulss {Mod}{R_m},{xmmreg}
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 1514 mulss(dst, lhs); in emit_f32_mul() 1517 mulss(dst, rhs); in emit_f32_mul()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 1910 mulss(dst, lhs); in emit_f32_mul() 1913 mulss(dst, rhs); in emit_f32_mul()
|