SET_PSTATE
#define SET_PSTATE(x, r) __emit_inst(ENCODE_PSTATE(x, r))
#define SET_PSTATE(x, r) __emit_inst(0xd500401f | PSTATE_ ## r | ((!!x) << PSTATE_Imm_shift))