-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for overlaps between different fields (#122)
- Loading branch information
1 parent
660a100
commit 08ca2b1
Showing
8 changed files
with
24 additions
and
16 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
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
bclri rd rs1 31..26=0x12 shamt 14..12=1 6..2=0x04 1..0=3 | ||
bexti rd rs1 31..26=0x12 shamt 14..12=5 6..2=0x04 1..0=3 | ||
binvi rd rs1 31..26=0x1a shamt 14..12=1 6..2=0x04 1..0=3 | ||
bseti rd rs1 31..26=0x0a shamt 14..12=1 6..2=0x04 1..0=3 | ||
bclri rd rs1 31..26=0x12 shamtd 14..12=1 6..2=0x04 1..0=3 | ||
bexti rd rs1 31..26=0x12 shamtd 14..12=5 6..2=0x04 1..0=3 | ||
binvi rd rs1 31..26=0x1a shamtd 14..12=1 6..2=0x04 1..0=3 | ||
bseti rd rs1 31..26=0x0a shamtd 14..12=1 6..2=0x04 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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
fslw rd rs1 rs2 rs3 26..25=2 14..12=1 6..2=0x0E 1..0=3 | ||
fsrw rd rs1 rs2 rs3 26..25=2 14..12=5 6..2=0x0E 1..0=3 | ||
fsriw rd rs1 rs3 26..25=2 shamtw 14..12=5 6..2=0x06 1..0=3 | ||
fsri rd rs1 rs3 26=1 shamt 14..12=5 6..2=0x04 1..0=3 | ||
fsri rd rs1 rs3 26=1 shamtd 14..12=5 6..2=0x04 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