Op1_shift
(((op0) << Op0_shift) | ((op1) << Op1_shift) | \
#define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask)
#define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift)
(((op0) << Op0_shift) | ((op1) << Op1_shift) | \
#define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask)
#define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift)