Ryujinx/ARMeilleure
FICTURE7 c805542b29
Allow LocalVariable to be assigned more than once (#2288)
* Allow `LocalVariable` to be assigned more than once

This allows us to write flow controls like loops and if-elses with
LocalVariables participating in phi nodes.

* Add `GetLocalNumber` to operand
2021-05-17 01:54:53 +02:00
..
CodeGen Allow LocalVariable to be assigned more than once (#2288) 2021-05-17 01:54:53 +02:00
Common Add inlined on translation call counting (#2190) 2021-04-18 23:43:53 +02:00
Decoders Add inlined on translation call counting (#2190) 2021-04-18 23:43:53 +02:00
Diagnostics Implement block placement (#1549) 2020-09-19 20:00:24 -03:00
Instructions Fold constant offsets and group constant addresses (#2285) 2021-05-13 21:26:57 +02:00
IntermediateRepresentation Allow LocalVariable to be assigned more than once (#2288) 2021-05-17 01:54:53 +02:00
Memory PPTC meets ExeFS Patching. (#1865) 2021-05-13 20:05:15 +02:00
State PPTC & Pool Enhancements. (#1968) 2021-02-22 03:23:48 +01:00
Translation Allow LocalVariable to be assigned more than once (#2288) 2021-05-17 01:54:53 +02:00
ARMeilleure.csproj infra: Migrate to .NET 5 (#1694) 2020-11-15 19:27:15 +01:00
Optimizations.cs CPU: Implement VFNMS.F32/64 (#1758) 2020-12-03 20:20:02 +01:00
Statistics.cs Suppress warnings from fields never used or never assigned (CS0169 and CS0649) (#919) 2020-04-21 07:59:59 +10:00