Ryujinx/ARMeilleure/CodeGen/RegisterAllocators
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
..
AllocationResult.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
CopyResolver.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
HybridAllocator.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
IRegisterAllocator.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
LinearScanAllocator.cs Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
LiveInterval.cs Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
LiveIntervalList.cs Optimize LSRA (#2563) 2021-10-08 18:15:44 -03:00
LiveRange.cs Optimize LSRA (#2563) 2021-10-08 18:15:44 -03:00
RegisterMasks.cs Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
StackAllocator.cs Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
UseList.cs Optimize LSRA (#2563) 2021-10-08 18:15:44 -03:00