Searched defs:PPC_BIT32 (Results 1 – 4 of 4) sorted by relevance
13 #define PPC_BIT32(bit) (0x80000000 >> (bit)) macro
16 #define PPC_BIT32(bit) (0x80000000 >> (bit)) macro
20 #define PPC_BIT32(bit) (0x80000000UL >> (bit)) macro
46 #define PPC_BIT32(bit) (0x80000000 >> (bit)) macro