diff options
author | Chih-Min Chao <48193236+chihminchao@users.noreply.github.com> | 2021-01-18 15:58:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 23:58:36 -0800 |
commit | 0fb56dc2857afe66f95295516e0c499648203486 (patch) | |
tree | 50b421e03f9061ebac22eedeca80c579d0216e56 /opcodes-rv64b | |
parent | 21b508eb9a01ab57f7ec2c6d24231c461331b681 (diff) | |
download | riscv-opcodes-0fb56dc2857afe66f95295516e0c499648203486.zip riscv-opcodes-0fb56dc2857afe66f95295516e0c499648203486.tar.gz riscv-opcodes-0fb56dc2857afe66f95295516e0c499648203486.tar.bz2 |
rvb: add xperm.[nbhw] (#56)
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
Diffstat (limited to 'opcodes-rv64b')
-rw-r--r-- | opcodes-rv64b | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes-rv64b b/opcodes-rv64b index c428e5e..67c2c96 100644 --- a/opcodes-rv64b +++ b/opcodes-rv64b @@ -52,3 +52,5 @@ 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 + +xperm.w rd rs1 rs2 31..25=20 14..12=0 6..2=0x0C 1..0=3 |