/third_party/ffmpeg/libavcodec/x86/ |
H A D | cfhdencdsp.asm | 65 imul xq, 5 67 imul tempq, -11 71 imul xq, 4 75 imul xq, 4 79 imul xq, -1 83 imul xq, -1 157 imul tempq, 11 159 imul xq, -5 163 imul xq, -4 167 imul x [all...] |
H A D | cfhddsp.asm | 92 imul xq, 11 95 imul tempq, -4 115 imul xq, 5 118 imul tempq, 4 234 imul xq, 5 237 imul tempq, 4 257 imul xq, 11 260 imul tempq, -4 460 imul posq, yq 508 imul pos [all...] |
H A D | h264_chromamc.asm | 377 imul r5d, r4d ; x*y<<16 | y*(8-x) 471 imul r6, r4 ; (8-y)*(x*255+8) = (8-y)*x<<8 | (8-y)*(8-x) 472 imul r4d, r5d ; y *(x*255+8) = y *x<<8 | y *(8-x) 602 imul r6d, r4d ; (8-y)*(x*255+8) = (8-y)*x<<8 | (8-y)*(8-x) 603 imul r4d, r5d ; y *(x*255+8) = y *x<<8 | y *(8-x)
|
H A D | rv34dsp.asm | 37 imul %1, 13*13*3 42 imul %1, 13*13
|
H A D | vc1dsp_loopfilter.asm | 220 imul r2, 0x01010101 228 imul r2, 0x01010101
|
H A D | hevc_sao_10bit.asm | 216 imul a_strideq, EDGE_SRCSTRIDE >> 1 217 imul b_strideq, EDGE_SRCSTRIDE >> 1
|
H A D | hevc_sao.asm | 215 imul a_strideq, EDGE_SRCSTRIDE 216 imul b_strideq, EDGE_SRCSTRIDE
|
H A D | videodsp.asm | 96 imul wd, 0x01010101 ; w *= 0x01010101 337 imul vald, 0x01010101
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 21 imul u32 u32 $r3 $r1 $r2 24 imul u32 u32 $r3 $r1 $r2 27 imul u32 u32 $r3 $r1 $r2 29 imul u32 u32 $r3 $r1 $r2 32 imul u32 u32 $r3 $r1 $r2 36 imul u32 u32 hi $r0 $r0 $r2 71 imul u32 u32 $r3 $r1 $r2 73 imul u32 u32 $r3 $r1 $r2 76 imul u32 u32 $r3 $r1 $r2 79 imul u3 [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | doYouNeedToChangeYourTargetLibraryES2015.js | 41 const testMathImul = Math.imul(0,0); 139 var testMathImul = Math.imul(0, 0);
|
/third_party/musl/src/string/x86_64/ |
H A D | memset.s | 6 imul %r8,%rax
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
H A D | buffertotexture11_vs.h | 59 imul null, r0.xy, cb0[0].yzyy, cb0[0].wwww
|
/third_party/python/Lib/ |
H A D | operator.py | 15 'iconcat', 'ifloordiv', 'ilshift', 'imatmul', 'imod', 'imul', 372 def imul(a, b): function 460 __imul__ = imul
|
/third_party/python/Lib/test/ |
H A D | test_list.py | 95 def imul(a, b): a *= b function 97 self.assertRaises((MemoryError, OverflowError), imul, lst, n)
|
/third_party/musl/src/string/i386/ |
H A D | memset.s | 54 imul $0x1010101,%eax
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-names.h | 31 V(imul, Imul, kExprI32Mul, ii2s) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.h | 779 void imul(Type Ty, GPRRegister dst, GPRRegister src); 780 void imul(Type Ty, GPRRegister reg, const Immediate &imm); 781 void imul(Type Ty, GPRRegister reg, const AsmAddress &address); 783 void imul(Type Ty, GPRRegister reg); 784 void imul(Type Ty, const AsmAddress &address); 786 void imul(Type Ty, GPRRegister dst, GPRRegister src, const Immediate &imm); 787 void imul(Type Ty, GPRRegister dst, const AsmAddress &address,
|
H A D | IceAssemblerX8664.h | 775 void imul(Type Ty, GPRRegister dst, GPRRegister src); 776 void imul(Type Ty, GPRRegister reg, const Immediate &imm); 777 void imul(Type Ty, GPRRegister reg, const AsmAddress &address); 779 void imul(Type Ty, GPRRegister reg); 780 void imul(Type Ty, const AsmAddress &address); 782 void imul(Type Ty, GPRRegister dst, GPRRegister src, const Immediate &imm); 783 void imul(Type Ty, GPRRegister dst, const AsmAddress &address,
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_eq.asm | 69 imul tmpd, r5d
|
H A D | vf_v360.asm | 192 imul tmpq, in_linesizeq 197 imul zd, tmpd
|
H A D | vf_psnr.asm | 121 imul px1d, px1d
|
H A D | vf_convolution.asm | 46 imul ptrd, [matrixq + 4 * %1]
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | resample.asm | 159 imul filterd, indexd 404 imul filter1d, indexd 474 imul fracd 483 ; note that for imul/idiv, I need to move filter to edx/eax for each:
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nvc0.cpp | 3034 int imul; // integer MUL to MUL delay 3 3067 res.imul += delta; 3109 max = MAX2(res.imul, max); 3131 res.imul = MAX2(res.imul, that->res.imul); 3154 if (res.imul > cycle) 3155 INFO("imul @ %i\n", res.imul); 3336 ready = score->res.imul; [all...] |
/third_party/lzma/Asm/arm64/ |
H A D | 7zAsm.S | 98 .macro imul reg:req, param:req
|