Home
last modified time | relevance | path

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

/arch/s390/include/asm/
A Darch_hweight.h20 static __always_inline unsigned long popcnt_z15(unsigned long w) in popcnt_z15() function
34 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