aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Cpu/LightningJit
AgeCommit message (Expand)Author
2024-08-08Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 ins...gdkchan
2024-03-26Implement host tracked memory manager mode (#6356)gdkchan
2024-03-07LightningJit: Disable some cache ops and CTR_EL0 access on Windows Arm (#6326)gdkchan
2024-02-17LightningJit: Add a limit on the number of instructions per function for Arm6...gdkchan
2024-02-08LightningJit: Reduce stack usage for Arm32 code (#6245)gdkchan
2024-01-20Implement a new JIT for Arm devices (#6057)gdkchan