Searched refs:__arch_hweight8 (Results 1 – 14 of 14) sorted by relevance
5 ENTRY(__arch_hweight8)9 ENDPROC(__arch_hweight8)11 .word __arch_hweight8
16 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
25 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w))
24 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
42 EXPORT_SYMBOL(__arch_hweight8);
47 unsigned int __arch_hweight8(unsigned int w);
74 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
31 EXPORT_SYMBOL(__arch_hweight8);
25 _GLOBAL(__arch_hweight8)
40 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
135 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
267 unsigned int __arch_hweight8(unsigned int w);
420 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
438 #define __arch_hweight8(x) ((unsigned int) __arch_hweight64((x) & 0xfful)) macro