aboutsummaryrefslogtreecommitdiff
path: root/unratified
diff options
context:
space:
mode:
authorPavel I. Kryukov <pavel.kryukov@phystech.edu>2022-06-09 15:27:43 +0300
committerGitHub <noreply@github.com>2022-06-09 05:27:43 -0700
commit08ca2b1ed5fcce8d08bd61a861e71f6e222905eb (patch)
tree45e9c141067c4a6eb6dc9ebb971c0b4e5cc8c8fa /unratified
parent660a1004db4683c6fa2618ce2b81e4d464d4b3d1 (diff)
downloadriscv-opcodes-08ca2b1ed5fcce8d08bd61a861e71f6e222905eb.zip
riscv-opcodes-08ca2b1ed5fcce8d08bd61a861e71f6e222905eb.tar.gz
riscv-opcodes-08ca2b1ed5fcce8d08bd61a861e71f6e222905eb.tar.bz2
Check for overlaps between different fields (#122)
Diffstat (limited to 'unratified')
-rw-r--r--unratified/rv64_zbp4
-rw-r--r--unratified/rv64_zbt2
-rw-r--r--unratified/rv_b4
3 files changed, 5 insertions, 5 deletions
diff --git a/unratified/rv64_zbp b/unratified/rv64_zbp
index f8c06bd..6ffc33f 100644
--- a/unratified/rv64_zbp
+++ b/unratified/rv64_zbp
@@ -1,5 +1,5 @@
-grevi rd rs1 31..26=26 shamt 14..12=5 6..2=0x04 1..0=3
-gorci rd rs1 31..26=10 shamt 14..12=5 6..2=0x04 1..0=3
+grevi rd rs1 31..26=26 shamtd 14..12=5 6..2=0x04 1..0=3
+gorci rd rs1 31..26=10 shamtd 14..12=5 6..2=0x04 1..0=3
shfli rd rs1 31..26=2 25=0 shamtw 14..12=1 6..2=0x04 1..0=3
unshfli rd rs1 31..26=2 25=0 shamtw 14..12=5 6..2=0x04 1..0=3
$import rv64_zbe::packw
diff --git a/unratified/rv64_zbt b/unratified/rv64_zbt
index fcb84b5..d009b73 100644
--- a/unratified/rv64_zbt
+++ b/unratified/rv64_zbt
@@ -1,6 +1,6 @@
fslw rd rs1 rs2 rs3 26..25=2 14..12=1 6..2=0x0E 1..0=3
fsrw rd rs1 rs2 rs3 26..25=2 14..12=5 6..2=0x0E 1..0=3
fsriw rd rs1 rs3 26..25=2 shamtw 14..12=5 6..2=0x06 1..0=3
-fsri rd rs1 rs3 26=1 shamt 14..12=5 6..2=0x04 1..0=3
+fsri rd rs1 rs3 26=1 shamtd 14..12=5 6..2=0x04 1..0=3
diff --git a/unratified/rv_b b/unratified/rv_b
index 4fe7ef0..b0b68b0 100644
--- a/unratified/rv_b
+++ b/unratified/rv_b
@@ -3,8 +3,8 @@ 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
+sloi rd rs1 31..26=8 shamtd 14..12=1 6..2=0x04 1..0=3
+sroi rd rs1 31..26=8 shamtd 14..12=5 6..2=0x04 1..0=3