Searched refs:STO_PPC64_LOCAL_BIT (Results 1 – 8 of 8) sorted by relevance
389 STO_PPC64_LOCAL_BIT = 5, enumerator390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()400 return Val << STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()
2297 #define STO_PPC64_LOCAL_BIT 5 macro
2302 #define STO_PPC64_LOCAL_BIT 5 macro