aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests/Cpu/CpuTest32.cs
AgeCommit message (Expand)Author
2023-02-09Replace unicorn bindings with Nuget package (#4378)TSRBerry
2023-01-17Implement support for page sizes > 4KB (#4252)gdkchan
2022-11-20Use upstream unicorn for Ryujinx.Tests.Unicorn (#3771)TSRBerry
2022-10-23Ryujinx.Tests.Unicorn: Implement IDisposable (#3794)merry
2022-09-20Fpsr and Fpcr freed. (#3701)LDj3SNuD
2022-09-13Implement PLD and SUB (imm16) on T32, plus UADD8, SADD8, USUB8 and SSUB8 on b...gdkchan
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...gdkchan
2022-05-02Support memory aliasing (#2954)gdkchan
2022-04-21T32: Implement load/store single (immediate) (#3186)merry
2022-03-11KThread: Fix GetPsr mask (#3180)merry
2022-02-22T32: Implement ALU (shifted register) instructions (#3135)merry
2022-02-17ARMeilleure: Thumb support (All T16 instructions) (#3105)merry
2021-05-29Add multi-level function table (#2228)FICTURE7
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2020-11-17shader cache: Fix Linux boot issues (#1709)Mary
2020-08-13Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. (#1471)LDj3SNuD
2020-08-08CPU: This PR fixes Fpscr, among other things. (#1433)LDj3SNuD
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-04-17Improve V128 (#1097)Ficture Seven
2020-03-14Implement AESMC, AESIMC, AESE, AESD and VEOR AArch32 instructions (#982)riperiperi
2020-03-01Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions (#954)gdkchan
2020-02-24Add most of the A32 instruction set to ARMeilleure (#897)riperiperi