aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-02-05 18:15:50 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-02-05 18:15:50 -0800
commitbaed88131913ae48e3c84f7fdaa5549e5a698a07 (patch)
tree24a225897648d7dcf792178f2a2e6674a9fc45c3 /opcodes
parentcd97d2f441715dd31bb3fd079ab86dd957b5b4b0 (diff)
downloadriscv-opcodes-baed88131913ae48e3c84f7fdaa5549e5a698a07.zip
riscv-opcodes-baed88131913ae48e3c84f7fdaa5549e5a698a07.tar.gz
riscv-opcodes-baed88131913ae48e3c84f7fdaa5549e5a698a07.tar.bz2
WIP on priv spec v1.9
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes9
1 files changed, 3 insertions, 6 deletions
diff --git a/opcodes b/opcodes
index 1f15231..38ea6e7 100644
--- a/opcodes
+++ b/opcodes
@@ -115,12 +115,9 @@ sc.d rd rs1 rs2 aqrl 31..29=0 28..27=3 14..12=3 6..2=0x0B 1..0=3
# SYSTEM
scall 11..7=0 19..15=0 31..20=0x000 14..12=0 6..2=0x1C 1..0=3
sbreak 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=0x100 14..12=0 6..2=0x1C 1..0=3
-sfence.vm 11..7=0 rs1 31..20=0x101 14..12=0 6..2=0x1C 1..0=3
-wfi 11..7=0 19..15=0 31..20=0x102 14..12=0 6..2=0x1C 1..0=3
-mrth 11..7=0 19..15=0 31..20=0x306 14..12=0 6..2=0x1C 1..0=3
-mrts 11..7=0 19..15=0 31..20=0x305 14..12=0 6..2=0x1C 1..0=3
-hrts 11..7=0 19..15=0 31..20=0x205 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
+sfence.vm 11..7=0 rs1 31..20=0x104 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
csrrw rd rs1 imm12 14..12=1 6..2=0x1C 1..0=3
csrrs rd rs1 imm12 14..12=2 6..2=0x1C 1..0=3
csrrc rd rs1 imm12 14..12=3 6..2=0x1C 1..0=3