__PPCBITS
#define __PPCBITS(m, n) (((1 << ((n) - (m) + 1)) - 1) << (31 - (m)))
#define __PPCBITS(m,n) __BITS(31-(n),31-(m))