Searched refs:Op2_shift (Results 1 – 1 of 1) sorted by relevance
36 #define Op2_shift 542 ((op2) << Op2_shift))50 #define sys_reg_Op2(id) (((id) >> Op2_shift) & Op2_mask)91 #define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift)35 #define Op2_shift global() macro