Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/alpha/
H A Dasm.h132 #define unpkbw __builtin_alpha_unpkbw macro
146 #define unpkbw(a) ({ uint64_t __r; __asm__ (".arch ev6; unpkbw %r1,%0" : "=r" (__r) : "rJ" (a)); __r; }) macro

Completed in 1 milliseconds