diff options
author | Andrew Waterman <andrew@sifive.com> | 2020-11-13 17:15:23 -0800 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2020-11-13 17:15:23 -0800 |
commit | 0ad043ce9f0b5c1dbd29b05f54614b693f1133be (patch) | |
tree | bf04f0b7c993dea6dcaa6cf2c347350593eca287 /opcodes-rv32b | |
parent | 4f733d70be0d86d3d4a46e87bd7f5231c06d4546 (diff) | |
download | riscv-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
Diffstat (limited to 'opcodes-rv32b')
-rw-r--r-- | opcodes-rv32b | 4 |
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 |