GreemDev-Ryujinx/src/Ryujinx.Cpu/LightningJit
gdkchan 50458b2472
LightningJit: Disable some cache ops and CTR_EL0 access on Windows Arm (#6326)
* LightningJit: Disable some cache ops and CTR_EL0 access on Windows Arm

* Format whitespace

* Delete unused code

* Fix typo

Co-authored-by: riperiperi <rhy3756547@hotmail.com>

---------

Co-authored-by: riperiperi <rhy3756547@hotmail.com>
2024-03-07 20:55:54 -03:00
..
Arm32 LightningJit: Reduce stack usage for Arm32 code (#6245) 2024-02-08 20:17:47 +01:00
Arm64 LightningJit: Disable some cache ops and CTR_EL0 access on Windows Arm (#6326) 2024-03-07 20:55:54 -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