Home
last modified time | relevance | path

Searched refs:MULH (Results 1 – 22 of 22) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dmathops.h33 #define MULH MULH macro
34 static inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/arm/
Dmathops.h32 #define MULH MULH macro
33 static inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/ppc/
Dmathops.h42 #define MULH MULH macro
43 static inline av_const int MULH(int a, int b){ in MULH() function
/third_party/ffmpeg/libavcodec/x86/
Dmathops.h47 #define MULH MULH macro
48 static av_always_inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/avr32/
Dmathops.h42 #define MULH MULH macro
43 static inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/
Dmathops.h61 #ifndef MULH
62 static av_always_inline int MULH(int a, int b){ in MULH() function
Dmpegaudiodec_fixed.c33 #define MULH3(x, y, s) MULH((s)*(x), y)
Ddct32_template.c43 # define MULH3(x, y, s) MULH((s)*(x), y)
Daptxenc.c113 d = rshift32_clip24(MULH(dither, dither), 7) - (1 << 23); in aptx_quantize_difference()
Dopus_silk.c171 gaindiv = (1 << 30) - MULH(rc, rc); in silk_is_lpc_stable()
173 totalinvgain = MULH(totalinvgain, gaindiv) << 2; in silk_is_lpc_stable()
Dmpegaudiodsp_template.c68 # define MULH3(x, y, s) MULH((s)*(x), y)
Dmpegaudiodec_template.c1087 SUINT tmp2 = MULH(tmp0 + tmp1, csa_table[j][0]); \
1088 ptr[-1-j] = 4 * (tmp2 - MULH(tmp1, csa_table[j][2])); \
1089 ptr[ j] = 4 * (tmp2 + MULH(tmp0, csa_table[j][3])); \
Dwmavoice.c1266 y = x - 9 * MULH(477218589, x); // x % 9 in pRNG()
Dac3dec.c491 MULH(s->fixed_coeffs[CPL_CH][bin] * (1 << 4), cpl_coord); in calc_transform_coeffs_cpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoM.td29 def MULH : ALU_rr<0b0000001, 0b001, "mulh">,
64 def : PatGprGpr<mulhs, MULH>;
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
Dcomc597.mme.h852 MULH, R2, ZERO, ZERO, 0, NONE, NONE),
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_float_buffer.txt339 MULH H3, H3.xzxz, H3.yyww; # bilinear filter weights
341 MULH H0, H1, H3.x; # blend
DNV_fragment_program.txt1550 | "MULH" | "MULH_SAT"
2043 floating-point multiply, "MULH" performs a 16-bit floating-point multiply,
/third_party/openGLES/extensions/NV/
DNV_float_buffer.txt339 MULH H3, H3.xzxz, H3.yyww; # bilinear filter weights
341 MULH H0, H1, H3.x; # blend
DNV_fragment_program.txt1550 | "MULH" | "MULH_SAT"
2043 floating-point multiply, "MULH" performs a 16-bit floating-point multiply,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedExynosM5.td792 def : InstRW<[M5WriteNMUL3], (instregex "^(SQR?D)?MULH?v")>;
DAArch64SchedExynosM4.td747 M4ReadNMULM1], (instregex "^(SQR?D)?MULH?v")>;