Skip to content

Commit

Permalink
migrate unratified and uncategorized bitmanip ops
Browse files Browse the repository at this point in the history
  • Loading branch information
neelgala committed Apr 8, 2022
1 parent dc03fed commit 80959a7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions unratified/rv64_b
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# RV64B additions to RV32B


slow rd rs1 rs2 31..25=16 14..12=1 6..2=0x0E 1..0=3
srow rd rs1 rs2 31..25=16 14..12=5 6..2=0x0E 1..0=3

sloiw rd rs1 31..26=8 25=0 shamtw 14..12=1 6..2=0x06 1..0=3
sroiw rd rs1 31..26=8 25=0 shamtw 14..12=5 6..2=0x06 1..0=3

12 changes: 12 additions & 0 deletions unratified/rv_b
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

slo rd rs1 rs2 31..25=16 14..12=1 6..2=0x0C 1..0=3
sro rd rs1 rs2 31..25=16 14..12=5 6..2=0x0C 1..0=3


sloi rd rs1 31..26=8 shamt 14..12=1 6..2=0x04 1..0=3
sroi rd rs1 31..26=8 shamt 14..12=5 6..2=0x04 1..0=3





0 comments on commit 80959a7

Please sign in to comment.