Home
last modified time | relevance | path

Searched refs:ia64_popcnt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/ia64/include/asm/
H A Dbitops.h349 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()
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dgcc_intrin.h142 # define ia64_popcnt(x) __builtin_popcountl(x) macro
144 # define ia64_popcnt(x) \ macro