aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2020-11-13 17:15:23 -0800
committerAndrew Waterman <andrew@sifive.com>2020-11-13 17:15:23 -0800
commit0ad043ce9f0b5c1dbd29b05f54614b693f1133be (patch)
treebf04f0b7c993dea6dcaa6cf2c347350593eca287
parent4f733d70be0d86d3d4a46e87bd7f5231c06d4546 (diff)
downloadriscv-opcodes-0ad043ce9f0b5c1dbd29b05f54614b693f1133be.zip
riscv-opcodes-0ad043ce9f0b5c1dbd29b05f54614b693f1133be.tar.gz
riscv-opcodes-0ad043ce9f0b5c1dbd29b05f54614b693f1133be.tar.bz2
Update minu/max encodings
See https://github.com/riscv/riscv-bitmanip/pull/88
-rw-r--r--opcodes-rv32b4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes-rv32b b/opcodes-rv32b
index 735951a..bff201a 100644
--- a/opcodes-rv32b
+++ b/opcodes-rv32b
@@ -53,8 +53,8 @@ clmul rd rs1 rs2 31..25=5 14..12=1 6..2=0x0C 1..0=3
clmulr rd rs1 rs2 31..25=5 14..12=2 6..2=0x0C 1..0=3
clmulh rd rs1 rs2 31..25=5 14..12=3 6..2=0x0C 1..0=3
min rd rs1 rs2 31..25=5 14..12=4 6..2=0x0C 1..0=3
-max rd rs1 rs2 31..25=5 14..12=5 6..2=0x0C 1..0=3
-minu rd rs1 rs2 31..25=5 14..12=6 6..2=0x0C 1..0=3
+minu rd rs1 rs2 31..25=5 14..12=5 6..2=0x0C 1..0=3
+max rd rs1 rs2 31..25=5 14..12=6 6..2=0x0C 1..0=3
maxu rd rs1 rs2 31..25=5 14..12=7 6..2=0x0C 1..0=3
shfl rd rs1 rs2 31..25=4 14..12=1 6..2=0x0C 1..0=3