Skip to content

Commit

Permalink
migrate H-extension opcodes
Browse files Browse the repository at this point in the history
- involves only renaming
  • Loading branch information
neelgala committed Apr 8, 2022
1 parent c801c67 commit 6fa94f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions opcodes-rv64h → rv64_h
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
hlv.wu rd rs1 24..20=0x1 31..25=0x34 14..12=4 6..2=0x1C 1..0=3
hlv.d rd rs1 24..20=0x0 31..25=0x36 14..12=4 6..2=0x1C 1..0=3
hsv.d 11..7=0 rs1 rs2 31..25=0x37 14..12=4 6..2=0x1C 1..0=3

1 change: 1 addition & 0 deletions opcodes-rv32h → rv_h
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ hlvx.wu rd rs1 24..20=0x3 31..25=0x34 14..12=4 6..2=0x1C 1..0=3
hsv.b 11..7=0 rs1 rs2 31..25=0x31 14..12=4 6..2=0x1C 1..0=3
hsv.h 11..7=0 rs1 rs2 31..25=0x33 14..12=4 6..2=0x1C 1..0=3
hsv.w 11..7=0 rs1 rs2 31..25=0x35 14..12=4 6..2=0x1C 1..0=3

0 comments on commit 6fa94f6

Please sign in to comment.