ryujinx/ARMeilleure/IntermediateRepresentation
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
..
BasicBlock.cs Implement block placement (#1549) 2020-09-19 20:00:24 -03:00
BasicBlockFrequency.cs Implement block placement (#1549) 2020-09-19 20:00:24 -03:00
Comparison.cs
IIntrusiveListNode.cs
Instruction.cs
Intrinsic.cs CPU (A64): Add Fmaxnmp & Fminnmp Scalar Inst.s, Fast & Slow Paths; with Tests. (#1894) 2021-01-20 09:12:33 +11:00
IntrinsicOperation.cs
IntrusiveList.cs
MemoryOperand.cs
Multiplier.cs
Node.cs
Operand.cs Allow LocalVariable to be assigned more than once (#2288) 2021-05-17 01:54:53 +02:00
OperandHelper.cs Add inlined on translation call counting (#2190) 2021-04-18 23:43:53 +02:00
OperandKind.cs
OperandType.cs
Operation.cs
OperationHelper.cs PPTC & Pool Enhancements. (#1968) 2021-02-22 03:23:48 +01:00
PhiNode.cs
Register.cs
RegisterType.cs