Searched refs:clzsi (Results 1 – 3 of 3) sorted by relevance
90 sr = clzsi(d.s.high) - clzsi(n.s.high); in __udivmoddi4()123 sr = 1 + n_uword_bits + clzsi(d.s.low) - clzsi(n.s.high); in __udivmoddi4()148 sr = clzsi(d.s.high) - clzsi(n.s.high); in __udivmoddi4()
28 #define clzsi __builtin_clz macro31 #define clzsi __builtin_clzl macro34 #error could not determine appropriate clzsi macro for this system
13 #define clz(a) (sizeof(a) == sizeof(unsigned long long) ? __builtin_clzll(a) : clzsi(a))