Searched refs:ia64_popcnt (Results 1 – 3 of 3) sorted by relevance
352 result = ia64_popcnt(x & (~x - 1)); in ffz()367 result = ia64_popcnt((x-1) & ~x); in __ffs()402 return ia64_popcnt(x); in fls()418 return ia64_popcnt(x) - 1; in __fls()432 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