ryujinx/src/Ryujinx.Cpu/LightningJit
gdkchan 427b7d06b5
Implement a new JIT for Arm devices (#6057)
* Implement a new JIT for Arm devices

* Auto-format

* Make a lot of Assembler members read-only

* More read-only

* Fix more warnings

* ObjectDisposedException.ThrowIf

* New JIT cache for platforms that enforce W^X, currently unused

* Remove unused using

* Fix assert

* Pass memory manager type around

* Safe memory manager mode support + other improvements

* Actual safe memory manager mode masking support

* PR feedback
2024-01-20 11:11:28 -03:00
..
Arm32 Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
Arm64 Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
Cache Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
CodeGen Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
Graph Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
State Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
Table Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
AarchCompiler.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
AddressForm.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
CodeWriter.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
CompiledFunction.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
CpuPreset.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
CpuPresets.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
IsaFeature.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
IsaVersion.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
IStackWalker.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
LightningJitCpuContext.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
LightningJitEngine.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
NativeContextOffsets.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
NativeInterface.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
TranslatedFunction.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
Translator.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
TranslatorCache.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
TranslatorStubs.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00