Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/alpha/
H A Dasm.h126 #define maxuw4 __builtin_alpha_maxuw4 macro
140 #define maxuw4(a, b) ({ uint64_t __r; __asm__ (".arch ev6; maxuw4 %r1,%2,%0" : "=r" (__r) : "%rJ" (a), "rI" (b)); __r; }) macro

Completed in 1 milliseconds