Searched refs:popcnt_z15 (Results 1 – 1 of 1) sorted by relevance
20 static __always_inline unsigned long popcnt_z15(unsigned long w) in popcnt_z15() function34 return popcnt_z15(w); in __arch_hweight64()48 return popcnt_z15(w); in __arch_hweight32()61 return popcnt_z15((unsigned short)w); in __arch_hweight16()
Completed in 4 milliseconds