Searched refs:ia64_popcnt (Results 1 – 3 of 3) sorted by relevance
351 result = ia64_popcnt(x & (~x - 1)); in ffz()366 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()
141 # define ia64_popcnt(x) __builtin_popcountl(x) macro143 # define ia64_popcnt(x) \ macro
32 #define ia64_popcnt _m64_popcnt macro