__const_bitcount8
#define HWEIGHT8(x) (__const_bitcount8((uint8_t)(x)))
__const_bitcount8(x) + \
__const_bitcount8((x) >> 8))