__const_bitcount32
#define HWEIGHT32(x) (__const_bitcount32((uint32_t)(x)))
__const_bitcount32(x) + \
__const_bitcount32((x) >> 32))