aboutsummaryrefslogtreecommitdiff
path: root/opcodes-rv64b
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-01-08 16:32:42 -0800
committerAndrew Waterman <andrew@sifive.com>2021-01-08 16:32:42 -0800
commit2aa7492f08f140f5c8a9c8439add6e46f6ad3b92 (patch)
treea930fe85e27840810e84ddfa23fb30608ce62d29 /opcodes-rv64b
parent0eaeaa7554a8666e810abb978a7891467ab77343 (diff)
downloadriscv-opcodes-2aa7492f08f140f5c8a9c8439add6e46f6ad3b92.zip
riscv-opcodes-2aa7492f08f140f5c8a9c8439add6e46f6ad3b92.tar.gz
riscv-opcodes-2aa7492f08f140f5c8a9c8439add6e46f6ad3b92.tar.bz2
Update Zba/Zbc/Zbs mnemonics to v0.93; Zbe to v0.94-draft
The Zbs v0.93 mnemonics unfortunately collided with Zbe.
Diffstat (limited to 'opcodes-rv64b')
-rw-r--r--opcodes-rv64b16
1 files changed, 8 insertions, 8 deletions
diff --git a/opcodes-rv64b b/opcodes-rv64b
index 58b50ee..c428e5e 100644
--- a/opcodes-rv64b
+++ b/opcodes-rv64b
@@ -7,9 +7,9 @@ crc32c.d rd rs1 31..20=0x61B 14..12=1 6..2=0x04 1..0=3
bmator rd rs1 rs2 31..25=4 14..12=3 6..2=0x0C 1..0=3
bmatxor rd rs1 rs2 31..25=36 14..12=3 6..2=0x0C 1..0=3
-slliu.w rd rs1 31..26=2 shamt 14..12=1 6..2=0x06 1..0=3
+slli.uw rd rs1 31..26=2 shamt 14..12=1 6..2=0x06 1..0=3
-addu.w rd rs1 rs2 31..25=4 14..12=0 6..2=0x0E 1..0=3
+add.uw rd rs1 rs2 31..25=4 14..12=0 6..2=0x0E 1..0=3
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
@@ -39,16 +39,16 @@ fsriw rd rs1 shamtw rs3 26..25=2 14..12=5 6..2=0x06 1..0=3
clzw rd rs1 31..20=0x600 14..12=1 6..2=0x06 1..0=3
ctzw rd rs1 31..20=0x601 14..12=1 6..2=0x06 1..0=3
-pcntw rd rs1 31..20=0x602 14..12=1 6..2=0x06 1..0=3
+cpopw rd rs1 31..20=0x602 14..12=1 6..2=0x06 1..0=3
-sh1addu.w rd rs1 rs2 31..25=16 14..12=2 6..2=0x0E 1..0=3
-sh2addu.w rd rs1 rs2 31..25=16 14..12=4 6..2=0x0E 1..0=3
-sh3addu.w rd rs1 rs2 31..25=16 14..12=6 6..2=0x0E 1..0=3
+sh1add.uw rd rs1 rs2 31..25=16 14..12=2 6..2=0x0E 1..0=3
+sh2add.uw rd rs1 rs2 31..25=16 14..12=4 6..2=0x0E 1..0=3
+sh3add.uw rd rs1 rs2 31..25=16 14..12=6 6..2=0x0E 1..0=3
shflw rd rs1 rs2 31..25=4 14..12=1 6..2=0x0E 1..0=3
unshflw rd rs1 rs2 31..25=4 14..12=5 6..2=0x0E 1..0=3
-bextw rd rs1 rs2 31..25=4 14..12=6 6..2=0x0E 1..0=3
-bdepw rd rs1 rs2 31..25=36 14..12=6 6..2=0x0E 1..0=3
+bcompressw rd rs1 rs2 31..25=4 14..12=6 6..2=0x0E 1..0=3
+bdecompressw rd rs1 rs2 31..25=36 14..12=6 6..2=0x0E 1..0=3
packw rd rs1 rs2 31..25=4 14..12=4 6..2=0x0E 1..0=3
packuw rd rs1 rs2 31..25=36 14..12=4 6..2=0x0E 1..0=3
bfpw rd rs1 rs2 31..25=36 14..12=7 6..2=0x0E 1..0=3