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