Searched refs:S_BONUS_REG (Results 1 – 1 of 1) sorted by relevance
16611 #define S_BONUS_REG 6 macro16613 #define V_BONUS_REG(x) ((x) << S_BONUS_REG)16614 #define G_BONUS_REG(x) (((x) >> S_BONUS_REG) & M_BONUS_REG)