Searched refs:pkwb (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/alpha/ |
D | idctdsp_alpha_asm.S | 68 pkwb t0, t0 70 pkwb t1, t1 71 pkwb t2, t2 72 pkwb t3, t3 135 pkwb t0, t0 # 0 7 153 pkwb t3, t3 # 1 7 157 pkwb t6, t6 # 2 7 158 pkwb t9, t9 # 3 7
|
D | idctdsp_alpha.c | 51 stl(pkwb(shorts0), pixels); 56 stl(pkwb(shorts1), pixels + 4); 99 stl(pkwb(shorts0), pixels); 100 stl(pkwb(shorts1), pixels + 4);
|
D | asm.h | 130 #define pkwb __builtin_alpha_pkwb macro 144 #define pkwb(a) ({ uint64_t __r; __asm__ (".arch ev6; pkwb %r1,%0" : "=r" (__r) : "rJ" … macro
|