-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b589dcc
commit b042458
Showing
19 changed files
with
162 additions
and
14 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
20 changes: 20 additions & 0 deletions
20
tables/tables/instr_id/r4000allegrex/r4000allegrex_cop1_fpu_s.inc
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,20 @@ | ||
/* SPDX-FileCopyrightText: © 2024 Decompollaborate */ | ||
/* SPDX-License-Identifier: MIT */ | ||
|
||
/* | ||
31----------26-25--------21 -----------------------------------------5----------0 | ||
| = COP1 | = S | | function | | ||
-------6------------5-----------------------------------------------------6------ | ||
|---000---|---001---|---010---|---011---|---100---|---101---|---110---|---111---| lo | ||
000 | ADD.S | SUB.S | MUL.S | DIV.S | SQRT.S | ABS.S | MOV.S | NEG.S | | ||
001 | --- | --- | --- | --- |ROUND.W.S|TRUNC.W.S| CEIL.W.S|FLOOR.W.S| | ||
010 | --- | --- | --- | --- | --- | --- | --- | --- | | ||
011 | --- | --- | --- | --- | --- | --- | --- | --- | | ||
100 | --- | --- | --- | --- | CVT.W.S | --- | --- | --- | | ||
101 | --- | --- | --- | --- | --- | --- | --- | --- | | ||
110 | C.F.S | C.UN.S | C.EQ.S | C.UEQ.S | C.OLT.S | C.ULT.S | C.OLE.S | C.ULE.S | | ||
111 | C.SF.S | C.NGLE.S| C.SEQ.S | C.NGL.S | C.LT.S | C.NGE.S | C.LE.S | C.NGT.S | | ||
hi |---------|---------|---------|---------|---------|---------|---------|---------| | ||
*/ | ||
|
||
// The other instructions are implemented using the main CPU table |
20 changes: 20 additions & 0 deletions
20
tables/tables/instr_id/r4000allegrex/r4000allegrex_cop1_fpu_w.inc
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,20 @@ | ||
/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ | ||
/* SPDX-License-Identifier: MIT */ | ||
|
||
/* | ||
31----------26-25--------21 -----------------------------------------5----------0 | ||
| = COP1 | = W | | function | | ||
-------6------------5-----------------------------------------------------6------ | ||
|---000---|---001---|---010---|---011---|---100---|---101---|---110---|---111---| lo | ||
000 | --- | --- | --- | --- | --- | --- | --- | --- | | ||
001 | --- | --- | --- | --- | --- | --- | --- | --- | | ||
010 | --- | --- | --- | --- | --- | --- | --- | --- | | ||
011 | --- | --- | --- | --- | --- | --- | --- | --- | | ||
100 | CVT.S.W | --- | --- | --- | --- | --- | --- | --- | | ||
101 | --- | --- | --- | --- | --- | --- | --- | --- | | ||
110 | --- | --- | --- | --- | --- | --- | --- | --- | | ||
111 | --- | --- | --- | --- | --- | --- | --- | --- | | ||
hi |---------|---------|---------|---------|---------|---------|---------|---------| | ||
*/ | ||
|
||
// The other instructions are implemented using the main CPU table |
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