Searched refs:__bf_shf (Results 1 – 4 of 4) sorted by relevance
11 #define __bf_shf(x) (__builtin_ffsll(x) - 1U) macro14 (typeof(_mask))(((_reg) & (_mask)) >> __bf_shf(_mask)); \
17 #define __bf_shf(x) (__builtin_ffsll(x) - 1U) macro20 (typeof(_mask))(((_reg) & (_mask)) >> __bf_shf(_mask)); \25 ((typeof(_mask))(_val) << __bf_shf(_mask)) & (_mask); \
14 #define __bf_shf(x) (__builtin_ffsll(x) - 1U) macro17 (typeof(_mask))(((_reg) & (_mask)) >> __bf_shf(_mask)); \22 ((typeof(_mask))(_val) << __bf_shf(_mask)) & (_mask); \
33 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro37 ((typeof(_mask))(_val) << __bf_shf(_mask)) & (_mask); \