Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dcompiler.h56 # define __kernel_ctpop(x) __builtin_popcountl(x) macro
66 # define __kernel_ctpop(x) \ macro
80 # define __kernel_ctpop(x) \ macro
/openbmc/linux/arch/alpha/include/asm/
H A Dbitops.h405 return __kernel_ctpop(w); in __arch_hweight64()