Searched refs:ia64_popcnt (Results 1 – 3 of 3) sorted by relevance
349 result = ia64_popcnt(x & (~x - 1)); in ffz()364 result = ia64_popcnt((x-1) & ~x); in __ffs()399 return ia64_popcnt(x); in fls()415 return ia64_popcnt(x) - 1; in __fls()429 result = ia64_popcnt(x); in __arch_hweight64()
142 # define ia64_popcnt(x) __builtin_popcountl(x) macro144 # define ia64_popcnt(x) \ macro
33 #define ia64_popcnt _m64_popcnt macro