The instruction dret is used to return from debug mode and is defined in the
RISC-V debug mode spec.
https://github.com/riscv/riscv-opcodes/blob/master/opcodes-system
Differential D78583
[RISCV] Add instruction definition for dret pzheng on Apr 21 2020, 1:12 PM. Authored by
Details The instruction dret is used to return from debug mode and is defined in the https://github.com/riscv/riscv-opcodes/blob/master/opcodes-system
Diff Detail
Event TimelineComment Actions Thanks for the patch, as we discussed last week I think supporting dret with the same ease as the privileged instructions is the right path. Given dret is defined in the debug spec rather than the privileged spec, could you please:
//===----------------------------------------------------------------------===// // Debug instructions //===----------------------------------------------------------------------===// |