Home
last modified time | relevance | path

Searched refs:__bf_shf (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dbitfield.h50 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro
58 ~((_mask) >> __bf_shf(_mask)) & (_val) : 0, \
63 (1ULL << __bf_shf(_mask))); \
76 !((((typeof(_mask))_val) << __bf_shf(_mask)) & ~(_mask)); \
90 ((typeof(_mask))(_val) << __bf_shf(_mask)) & (_mask); \
104 (typeof(_mask))(((_reg) & (_mask)) >> __bf_shf(_mask)); \