Searched defs:PPC_BIT32 (Results 1 – 5 of 5) 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
55 #define PPC_BIT32(bit) (1UL << PPC_BITLSHIFT32(bit)) macro
44 #define PPC_BIT32(bit) (0x80000000 >> (bit)) macro