1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-20 22:13:35 +01:00
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
Optimizations.cs CPU: Implement VFNMS.F32/64 (#1758) 2020-12-03 20:20:02 +01:00
Statistics.cs