DRPS
Debug restore PE state
This instruction restores PSTATE from the SPSR.
The SPSR is checked for the current Exception level for an illegal return event.
See Illegal return events from AArch64 state.
This instruction is UNDEFINED at EL0.
This instruction is UNDEFINED in Non-debug state.
For more information on the operation of DRPS,
see DRPS.
1
1
0
1
0
1
1
0
1
0
1
1
1
1
1
1
0
0
0
0
0
0
1
1
1
1
1
0
0
0
0
0
DRPS
// Empty.
if !Halted() || PSTATE.EL == EL0 then UNDEFINED;
DRPSInstruction();