Home
last modified time | relevance | path

Searched defs:MULH (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dmathops.h33 #define MULH MULH macro
34 static inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/ppc/
H A Dmathops.h42 #define MULH MULH macro
43 static inline av_const int MULH(int a, int b){ in MULH() function
/third_party/ffmpeg/libavcodec/arm/
H A Dmathops.h32 #define MULH MULH macro
33 static inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/avr32/
H A 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/
H A Dmathops.h55 #define MULH MULH macro
56 static av_always_inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/
H A Dmathops.h62 static av_always_inline int MULH(int a, int b){ in MULH() function
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeRISCV_common.c116 #define MULH (F7(0x1) | F3(0x1) | OPC(0x33)) macro

Completed in 9 milliseconds