Ryujinx/ARMeilleure/Diagnostics
Ficture Seven ee22517d92
Improve branch operations (#1442)
* Add Compare instruction

* Add BranchIf instruction

* Use test when BranchIf & Compare against 0

* Propagate Compare into BranchIfTrue/False use

- Propagate Compare operations into their BranchIfTrue/False use and
  turn these into a BranchIf.

- Clean up Comparison enum.

* Replace BranchIfTrue/False with BranchIf

* Use BranchIf in EmitPtPointerLoad

- Using BranchIf early instead of BranchIfTrue/False improves LCQ and
  reduces the amount of work needed by the Optimizer.

  EmitPtPointerLoader was a/the big producer of BranchIfTrue/False.

- Fix asserts firing when assembling BitwiseAnd because of type
  mismatch in EmitStoreExclusive. This is harmless and should not
  cause any diffs.

* Increment PPTC interval version

* Improve IRDumper for BranchIf & Compare

* Use BranchIf in EmitNativeCall

* Clean up

* Do not emit test when immediately preceded by and
2020-08-05 08:52:33 +10:00
..
IRDumper.cs Improve branch operations (#1442) 2020-08-05 08:52:33 +10:00
Logger.cs Add Profiled Persistent Translation Cache. (#769) 2020-06-16 20:28:02 +02:00
PassName.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
Symbols.cs Improve IRDumper (#1135) 2020-05-04 12:06:22 +10:00