ryujinx/Ryujinx.Cpu
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
..
Jit Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
Tracking
ExceptionCallbacks.cs
ICpuContext.cs
ICpuEngine.cs
IDiskCacheState.cs
IExecutionContext.cs
ITickSource.cs Refactor CPU interface to allow the implementation of other CPU emulators (#3362) 2022-05-31 16:29:35 -03:00
IVirtualMemoryManagerTracked.cs
LoadState.cs
MemoryEhMeilleure.cs
MemoryHelper.cs
MemoryManagerBase.cs
Ryujinx.Cpu.csproj
TickSource.cs