Ryujinx/Ryujinx.Tests/Cpu
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)
* Update CpuTest.cs

* Update CpuTestSimd.cs

* Superseded.

* Update AInstEmitSimdCvt.cs

* Update ASoftFloat.cs

* Nit.

* Update PackageReferences.

* Update AInstEmitSimdArithmetic.cs

* Update AVectorHelper.cs

* Update ASoftFloat.cs

* Update ASoftFallback.cs

* Update AThreadState.cs

* Create FPType.cs

* Create FPExc.cs

* Create FPCR.cs

* Create FPSR.cs

* Update ARoundMode.cs

* Update APState.cs

* Avoid an unwanted implicit cast of the operator >= to long, continuing to check for negative values. Remove a leftover.

* Nits.
2018-10-23 11:12:45 -03:00
..
CpuTest.cs 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) 2018-10-23 11:12:45 -03:00
CpuTestAlu.cs Remove old Tester, update Tests (some reworks). (#400) 2018-09-08 14:23:07 -03:00
CpuTestAluImm.cs Remove old Tester, update Tests (some reworks). (#400) 2018-09-08 14:23:07 -03:00
CpuTestAluRs.cs Remove old Tester, update Tests (some reworks). (#400) 2018-09-08 14:23:07 -03:00
CpuTestAluRx.cs Remove old Tester, update Tests (some reworks). (#400) 2018-09-08 14:23:07 -03:00
CpuTestBfm.cs Remove old Tester, update Tests (some reworks). (#400) 2018-09-08 14:23:07 -03:00
CpuTestCcmpImm.cs Remove old Tester, update Tests (some reworks). (#400) 2018-09-08 14:23:07 -03:00
CpuTestCcmpReg.cs Remove old Tester, update Tests (some reworks). (#400) 2018-09-08 14:23:07 -03:00
CpuTestCsel.cs Remove old Tester, update Tests (some reworks). (#400) 2018-09-08 14:23:07 -03:00
CpuTestMisc.cs Remove old Tester, update Tests (some reworks). (#400) 2018-09-08 14:23:07 -03:00
CpuTestMov.cs Remove old Tester, update Tests (some reworks). (#400) 2018-09-08 14:23:07 -03:00
CpuTestMul.cs Remove old Tester, update Tests (some reworks). (#400) 2018-09-08 14:23:07 -03:00
CpuTestSimd.cs 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) 2018-10-23 11:12:45 -03:00
CpuTestSimdArithmetic.cs Remove unnecessary usings (#463) 2018-10-17 14:55:10 -03:00
CpuTestSimdCrypto.cs Remove old Tester, update Tests (some reworks). (#400) 2018-09-08 14:23:07 -03:00
CpuTestSimdIns.cs Add Fmls_Se, Fmulx_Se/Ve, Smov_S Inst.; Opt. Clz/Clz_V, Cnt_V, Shl_V, S/Ushr_V, S/Usra_V Inst.; Add 11 Tests. Some fixes. (#449) 2018-10-13 23:35:16 -03:00
CpuTestSimdReg.cs Add Fmls_Se, Fmulx_Se/Ve, Smov_S Inst.; Opt. Clz/Clz_V, Cnt_V, Shl_V, S/Ushr_V, S/Usra_V Inst.; Add 11 Tests. Some fixes. (#449) 2018-10-13 23:35:16 -03:00
CpuTestSimdRegElem.cs Add Fmls_Se, Fmulx_Se/Ve, Smov_S Inst.; Opt. Clz/Clz_V, Cnt_V, Shl_V, S/Ushr_V, S/Usra_V Inst.; Add 11 Tests. Some fixes. (#449) 2018-10-13 23:35:16 -03:00
CpuTestSimdRegElemF.cs Add Fmls_Se, Fmulx_Se/Ve, Smov_S Inst.; Opt. Clz/Clz_V, Cnt_V, Shl_V, S/Ushr_V, S/Usra_V Inst.; Add 11 Tests. Some fixes. (#449) 2018-10-13 23:35:16 -03:00
CpuTestSimdShImm.cs 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) 2018-09-17 01:54:05 -03:00