aboutsummaryrefslogtreecommitdiff
path: root/unratified
diff options
context:
space:
mode:
authorNeel Gala <neelgala@incoresemi.com>2022-04-08 19:30:47 +0530
committerNeel Gala <neelgala@incoresemi.com>2022-04-08 20:11:59 +0530
commit80959a74a4500468fd99aa053f582a62097ccd93 (patch)
tree6616f17b94e3b681a2eca288d31acffc1442a18b /unratified
parentdc03fedb066c80228518d6ecb943abe92a21b11c (diff)
downloadriscv-opcodes-80959a74a4500468fd99aa053f582a62097ccd93.zip
riscv-opcodes-80959a74a4500468fd99aa053f582a62097ccd93.tar.gz
riscv-opcodes-80959a74a4500468fd99aa053f582a62097ccd93.tar.bz2
migrate unratified and uncategorized bitmanip ops
Diffstat (limited to 'unratified')
-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
+
+
+
+
+