Skip to content

Commit

Permalink
Zbkx renames xperm.n and xperm.b as xperm4 and xperm8. Others for con…
Browse files Browse the repository at this point in the history
…sistency.
  • Loading branch information
mjosaarinen committed Nov 1, 2021
1 parent 7cdc041 commit 6a13d49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions opcodes-rv32b
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ bfp rd rs1 rs2 31..25=36 14..12=7 6..2=0x0C 1..0=3
shfli rd rs1 31..25=4 shamtw 14..12=1 6..2=0x04 1..0=3
unshfli rd rs1 31..25=4 shamtw 14..12=5 6..2=0x04 1..0=3

xperm.n rd rs1 rs2 31..25=20 14..12=2 6..2=0x0C 1..0=3
xperm.b rd rs1 rs2 31..25=20 14..12=4 6..2=0x0C 1..0=3
xperm.h rd rs1 rs2 31..25=20 14..12=6 6..2=0x0C 1..0=3
xperm4 rd rs1 rs2 31..25=20 14..12=2 6..2=0x0C 1..0=3
xperm8 rd rs1 rs2 31..25=20 14..12=4 6..2=0x0C 1..0=3
xperm16 rd rs1 rs2 31..25=20 14..12=6 6..2=0x0C 1..0=3
2 changes: 1 addition & 1 deletion opcodes-rv64b
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ 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
xperm32 rd rs1 rs2 31..25=20 14..12=0 6..2=0x0C 1..0=3

0 comments on commit 6a13d49

Please sign in to comment.