Searched defs:SHR (Results 1 – 7 of 7) sorted by relevance
11 #define SHR(in, shift) (unsigned long long) (in >> (shift)) macro
76 #define SHR(x, n) (x >> n) macro
92 #define SHR(x, n) (x >> n) macro
31 #define SHR(x, c) ((x) >> (c)) macro
109 #define SHR(x, n) (x >> n) macro
138 #define SHR(x, n) (x >> n) macro
363 #define SHR(val, val_width, amount) (((val) | ((val) << (val_width))) >> (amount)) & ((1 << (v… macro