Searched refs:__bf_shf (Results 1 – 1 of 1) sorted by relevance
42 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro66 ~((_mask) >> __bf_shf(_mask)) & (_val) : 0, \72 (1ULL << __bf_shf(_mask))); \85 (typeof(_mask))((_mask) >> __bf_shf(_mask)); \98 !((((typeof(_mask))_val) << __bf_shf(_mask)) & ~(_mask)); \112 ((typeof(_mask))(_val) << __bf_shf(_mask)) & (_mask); \126 (typeof(_mask))(((_reg) & (_mask)) >> __bf_shf(_mask)); \
Completed in 3 milliseconds