maxuw4            131 libavcodec/alpha/asm.h #define maxuw4  __builtin_alpha_maxuw4
maxuw4            145 libavcodec/alpha/asm.h #define maxuw4(a, b) ({ uint64_t __r; __asm__ (".arch ev6; maxuw4  %r1,%2,%0"  : "=r" (__r) : "%rJ" (a), "rI" (b)); __r; })
maxuw4            178 libavcodec/alpha/asm.h #define maxuw4(a, b) asm ("maxuw4  %a0,%a1,%v0", a, b)