aboutsummaryrefslogtreecommitdiff
path: root/unratified/rv_zbr
diff options
context:
space:
mode:
authorNeel Gala <neelgala@incoresemi.com>2022-04-08 19:10:52 +0530
committerNeel Gala <neelgala@incoresemi.com>2022-04-08 20:11:59 +0530
commit9a255844c2726ed301fd4fc9371489f4901d30b0 (patch)
treee9a4c64017928fc6fa85bddf622a8ad07a4e0919 /unratified/rv_zbr
parent25f4c905a52dcb32e25a32b2bfe207dc861fbab5 (diff)
downloadriscv-opcodes-9a255844c2726ed301fd4fc9371489f4901d30b0.zip
riscv-opcodes-9a255844c2726ed301fd4fc9371489f4901d30b0.tar.gz
riscv-opcodes-9a255844c2726ed301fd4fc9371489f4901d30b0.tar.bz2
migrate unratified bitmanip opcodes
- split instructions as per new file naming policy - move all instructions to unratified directory - includes rv[64|32]_zbp[bo] (missed in previous commit while migrating P-extension)
Diffstat (limited to 'unratified/rv_zbr')
-rw-r--r--unratified/rv_zbr7
1 files changed, 7 insertions, 0 deletions
diff --git a/unratified/rv_zbr b/unratified/rv_zbr
new file mode 100644
index 0000000..3cfd5a7
--- /dev/null
+++ b/unratified/rv_zbr
@@ -0,0 +1,7 @@
+crc32.b rd rs1 31..20=0x610 14..12=1 6..2=0x04 1..0=3
+crc32.h rd rs1 31..20=0x611 14..12=1 6..2=0x04 1..0=3
+crc32.w rd rs1 31..20=0x612 14..12=1 6..2=0x04 1..0=3
+crc32c.b rd rs1 31..20=0x618 14..12=1 6..2=0x04 1..0=3
+crc32c.h rd rs1 31..20=0x619 14..12=1 6..2=0x04 1..0=3
+crc32c.w rd rs1 31..20=0x61A 14..12=1 6..2=0x04 1..0=3
+