aboutsummaryrefslogtreecommitdiff
path: root/opcodes-system
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-11-08 18:43:43 -0800
committerAndrew Waterman <andrew@sifive.com>2022-02-21 22:27:04 -0800
commit71cd23ab5d25cd8f5db26cb254245d8424bf854d (patch)
tree73e3274520f7f1dd872912296cfc917b802b0315 /opcodes-system
parent2497a8cc120a9d30d0cc9bf01372dc2efbefbc25 (diff)
downloadriscv-opcodes-rnmi.zip
riscv-opcodes-rnmi.tar.gz
riscv-opcodes-rnmi.tar.bz2
Add RNMI CSRs and instructionrnmi
Don't merge yet; it's still early days for this extension.
Diffstat (limited to 'opcodes-system')
-rw-r--r--opcodes-system1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes-system b/opcodes-system
index aa26e38..33e4745 100644
--- a/opcodes-system
+++ b/opcodes-system
@@ -3,6 +3,7 @@ ecall 11..7=0 19..15=0 31..20=0x000 14..12=0 6..2=0x1C 1..0=3
ebreak 11..7=0 19..15=0 31..20=0x001 14..12=0 6..2=0x1C 1..0=3
sret 11..7=0 19..15=0 31..20=0x102 14..12=0 6..2=0x1C 1..0=3
mret 11..7=0 19..15=0 31..20=0x302 14..12=0 6..2=0x1C 1..0=3
+mnret 11..7=0 19..15=0 31..20=0x702 14..12=0 6..2=0x1C 1..0=3
dret 11..7=0 19..15=0 31..20=0x7b2 14..12=0 6..2=0x1C 1..0=3
sfence.vma 11..7=0 rs1 rs2 31..25=0x09 14..12=0 6..2=0x1C 1..0=3
wfi 11..7=0 19..15=0 31..20=0x105 14..12=0 6..2=0x1C 1..0=3