mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-30 05:56:16 +00:00
(Live recompiler) Add dedicated float compare operations, fix switch case handling with multiple functions, add reference symbol handling, other misc fixes
This commit is contained in:
parent
3672805121
commit
75f2abdb7d
8 changed files with 275 additions and 100 deletions
|
@ -99,6 +99,12 @@ namespace N64Recomp {
|
|||
LessEq,
|
||||
Greater,
|
||||
GreaterEq,
|
||||
EqualF32,
|
||||
LessF32,
|
||||
LessEqF32,
|
||||
EqualF64,
|
||||
LessF64,
|
||||
LessEqF64,
|
||||
// Loads
|
||||
LD,
|
||||
LW,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue