aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unratified/rv64_b9
-rw-r--r--unratified/rv_b12
2 files changed, 21 insertions, 0 deletions
diff --git a/unratified/rv64_b b/unratified/rv64_b
new file mode 100644
index 0000000..3d01b8c
--- /dev/null
+++ b/unratified/rv64_b
@@ -0,0 +1,9 @@
+# RV64B additions to RV32B
+
+
+slow rd rs1 rs2 31..25=16 14..12=1 6..2=0x0E 1..0=3
+srow rd rs1 rs2 31..25=16 14..12=5 6..2=0x0E 1..0=3
+
+sloiw rd rs1 31..26=8 25=0 shamtw 14..12=1 6..2=0x06 1..0=3
+sroiw rd rs1 31..26=8 25=0 shamtw 14..12=5 6..2=0x06 1..0=3
+
diff --git a/unratified/rv_b b/unratified/rv_b
new file mode 100644
index 0000000..4fe7ef0
--- /dev/null
+++ b/unratified/rv_b
@@ -0,0 +1,12 @@
+
+slo rd rs1 rs2 31..25=16 14..12=1 6..2=0x0C 1..0=3
+sro rd rs1 rs2 31..25=16 14..12=5 6..2=0x0C 1..0=3
+
+
+sloi rd rs1 31..26=8 shamt 14..12=1 6..2=0x04 1..0=3
+sroi rd rs1 31..26=8 shamt 14..12=5 6..2=0x04 1..0=3
+
+
+
+
+