hweight32 — returns the hamming weight of a N-bit word
hweight32 ( x);
hweight32 (
)
x
the word to weigh
The Hamming Weight of a number is the total number of bits set in it.