Searched refs:__sw_hweight32 (Results 1 – 9 of 9) sorted by relevance
14 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() function29 EXPORT_SYMBOL(__sw_hweight32);53 return __sw_hweight32((unsigned int)(w >> 32)) + in __sw_hweight64()54 __sw_hweight32((unsigned int)w); in __sw_hweight64()
11 ENTRY(__sw_hweight32)36 ENDPROC(__sw_hweight32)37 EXPORT_SYMBOL(__sw_hweight32)73 call __sw_hweight3276 call __sw_hweight32
12 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() function46 return __sw_hweight32((unsigned int)(w >> 32)) + in __sw_hweight64()47 __sw_hweight32((unsigned int)w); in __sw_hweight64()
34 sethi %hi(__sw_hweight32), %g135 jmpl %g1 + %lo(__sw_hweight32), %g0
9 return __sw_hweight32(w); in __arch_hweight32()
26 extern unsigned int __sw_hweight32(unsigned int w);
64 b __sw_hweight32
12 extern unsigned int __sw_hweight32(unsigned int w);