Searched refs:__sw_hweight32 (Results 1 – 9 of 9) sorted by relevance
13 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() function28 EXPORT_SYMBOL(__sw_hweight32);50 return __sw_hweight32((unsigned int)(w >> 32)) + in __sw_hweight64()51 __sw_hweight32((unsigned int)w); in __sw_hweight64()
11 SYM_FUNC_START(__sw_hweight32)36 SYM_FUNC_END(__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()
52 b __sw_hweight32
25 extern unsigned int __sw_hweight32(unsigned int w);
26 extern unsigned int __sw_hweight32(unsigned int w);