Does anyone know a quick and easy (or sneaky) way to count bits?

I want to look at either the top or bottom 4 bits of a word and determine whether an odd or even number of bits are high (or low; doesn't matter).

Right now, I'm using LOOKDOWN and it works just fine; but I keep thinking there's a more elegant way to do it.