gdkchan
|
a694420d11
Implement speculative translation on the CPU (#515)
|
hace 7 años |
LDj3SNuD
|
e603b7afbc
Add Sse Opt. for S/Umax_V, S/Umin_V, S/Uaddw_V, S/Usubw_V, Fabs_S/V, Fneg_S/V Inst.; for Fcvtl_V, Fcvtn_V Inst.; and for Fcmp_S Inst.. Add/Improve other Sse Opt.. Add Tests. (#496)
|
hace 7 años |
LDj3SNuD
|
1e7ea76f14
Add Flush-to-zero mode (input, output) to FP instructions (slow paths); update FP Tests. Update Naming Conventions for Tests project. (#489)
|
hace 7 años |
Alex Barney
|
9cb57fb4bb
Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484)
|
hace 7 años |
LDj3SNuD
|
e674b37710
Fix Fcvtl_V and Fcvtn_V; fix half to float conv. and add float to half conv. (full FP emu.). Add 4 FP Tests. (#468)
|
hace 7 años |
LDj3SNuD
|
bba9bf97d0
Add 9+7 fast/slow FP inst. impls.; add 14 FP Tests. (#437)
|
hace 7 años |
LDj3SNuD
|
c7387be0d2
Fix/Add 1+12 [Saturating] [Rounded] Shift Right Narrow (imm.) Instructions; add 14 Tests. Add 6 Tests for PR#405. Add 2 Tests for PR#412. (#409)
|
hace 7 años |
LDj3SNuD
|
ca1e37a295
Remove old Tester, update Tests (some reworks). (#400)
|
hace 7 años |
Merry
|
326777ca4a
Ryujinx.Tests: Add unicorn to test framework (#389)
|
hace 7 años |
LDj3SNuD
|
68300368d7
Add SHADD, SHSUB, UHSUB, SRHADD, URHADD, instructions; add 12 Tests. (#380)
|
hace 7 años |
gdkchan
|
c393cdf8e3
More flexible memory manager (#307)
|
hace 7 años |
LDj3SNuD
|
53934e8872
Add Saba_V, Sabal_V, Sabd_V, Sabdl_V, Uaba_V, Uabal_V; Update Uabd_V, Uabdl_V. Add 16 tests. (#204)
|
hace 7 años |
LDj3SNuD
|
8f6387128a
Add Sse Opt. for Cmeq_V_2D, Cmgt_V_2D (Reg). Add Sse Opt. for Crc32cb, Crc32ch, Crc32cw, Crc32cx. Add 10 simple tests for Fcmgt, Fcmge, Fcmeq, Fcmle, Fcmlt (S, V) (Reg, Zero). Add 2 Cnt_V tests. (#183)
|
hace 7 años |
LDj3SNuD
|
3bdd109f45
Add Cmeq_S, Cmge_S, Cmgt_S, Cmhi_S, Cmhs_S, Cmle_S, Cmlt_S (Reg, Zero) & Cmtst_S compare instructions. Add 22 compare tests (Scalar, Vector). Add Eor_V, Not_V tests. (#171)
|
hace 7 años |
gdkchan
|
76f3b1b3a4
Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation
|
hace 7 años |
gdkchan
|
f9f111bc85
Add intrinsics support (#121)
|
hace 8 años |
LDj3SNuD
|
7cda630aba
Add Sqxtn_S, Sqxtn_V, Uqxtn_S, Uqxtn_V instructions and Tests (6). (#110)
|
hace 8 años |
LDj3SNuD
|
e9a96e3522
Add 151 complete tests for 71 base instructions of types: Alu; AluImm; AluRs; AluRx; Bfm; CcmpImm; CcmpReg; Csel; Mov; Mul. (#80)
|
hace 8 años |
gdkchan
|
7a27990faa
Allow more than one process, free resources on process dispose, implement SvcExitThread
|
hace 8 años |
gdkchan
|
3777fb44cf
Allow to enable/disable memory checks even on release mode through the flag, return error for invalid addresses on SvcMap*Memory svcs, do not return error on SvcQueryMemory (instead, return reserved for the end of the address space), other minor tweaks
|
hace 8 años |
gdkchan
|
5912bd2beb
Disable memory checks by default, even on debug, move ram memory allocation inside the CPU, since the size if fixed anyway, better heap region size
|
hace 8 años |
MS-DOS1999
|
c9ef25681d
Add Frintx_S, ASRV test, update ADCS, use Assert.Multiple and indent (#44)
|
hace 8 años |
gdkchan
|
f876bd2a80
Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it is no longer needed with direct memory access, move some memory management logic out of AMemoryMgr, change default virtual filesystem path to AppData
|
hace 8 años |
gdkchan
|
950011c90f
Added initial support for function names from symbol table on the cpu with tracing, fix wrong ImageEnd on executables with MOD0, fix issue on the CPU on input elimination for instruction with more than one register store
|
hace 8 años |
MS-DOS1999
|
a4ff0d3484
Update ADC test, add WZR/WSP, ADCS, SBCS test (#37)
|
hace 8 años |
MS-DOS1999
|
eafc58c9f2
Add flags parameters in singleOpcode function, and add ADC Test (#36)
|
hace 8 años |
LDj3SNuD
|
f09a0082bf
Review of cpu tests and creation of a class for mixed cpu tests. (#35)
|
hace 8 años |
gdkchan
|
f35d286c8d
Rename ARegisters to AThreadState
|
hace 8 años |
Merry
|
1bfe6a9c22
Add some tests (#18)
|
hace 8 años |