1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-10-19 04:51:46 +01:00
Ryujinx/ARMeilleure/IntermediateRepresentation
gdkchan 5e0f8e8738
Implement JIT Arm64 backend (#4114)
* Implement JIT Arm64 backend

* PPTC version bump

* Address some feedback from Arm64 JIT PR

* Address even more PR feedback

* Remove unused IsPageAligned function

* Sync Qc flag before calls

* Fix comment and remove unused enum

* Address riperiperi PR feedback

* Delete Breakpoint IR instruction that was only implemented for Arm64
2023-01-10 19:16:59 -03:00
..
BasicBlock.cs
BasicBlockFrequency.cs Implement block placement (#1549) 2020-09-19 20:00:24 -03:00
Comparison.cs
IIntrusiveListNode.cs
Instruction.cs
Intrinsic.cs Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
IntrusiveList.cs
MemoryOperand.cs
Multiplier.cs Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
Operand.cs Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
OperandKind.cs
OperandType.cs Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
Operation.cs
PhiOperation.cs
Register.cs
RegisterType.cs