Bit/Word Operations
Power of 2 test. T should be an uinteger type
| T arg | an integer value |
Return the index of the highest set bit T is an uinteger type
| T n | an integer value |
Return the index of the lowest set bit T is an uinteger type
| T n | an integer value |
Return the number of significant bytes in n
| T n | an integer value |
Compute Hamming weights
| T n | an integer value |
Count the trailing zero bits in n
| T n | an integer value |