Home
last modified time | relevance | path

Searched refs:minsw4 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/alpha/
Didctdsp_alpha_asm.S63 minsw4 t0, t8, t0
65 minsw4 t1, t8, t1
66 minsw4 t2, t8, t2
67 minsw4 t3, t8, t3
132 minsw4 t0, tf, t0 # 0 6
142 minsw4 t3, tf, t3 # 1 6
148 minsw4 t6, tf, t6 # 2 6
155 minsw4 t9, tf, t9 # 3 6
Didctdsp_alpha.c50 shorts0 = minsw4(shorts0, clampmask);
55 shorts1 = minsw4(shorts1, clampmask);
88 shorts0 = minsw4(shorts0, clampmask);
97 shorts1 = minsw4(shorts1, clampmask);
Dasm.h123 #define minsw4 __builtin_alpha_minsw4 macro
137 #define minsw4(a, b) ({ uint64_t __r; __asm__ (".arch ev6; minsw4 %r1,%2,%0" : "=r" (__r) : "%rJ"… macro
Dmpegvideo_alpha.c46 negmask = minsw4(negmask, 0); /* positive -> 0000 (0) */ in dct_unquantize_h263_axp()