forked from riscv/riscv-opcodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate unratified and uncategorized bitmanip ops
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|
||
|
||
|