Ryujinx/Ryujinx.Tests/Cpu
MS-DOS1999 ca6cf1cc90 Add Frint Instructions and Tests (#62)
* add 'ADC 32bit and Overflow' test

* Add WZR/WSP tests

* fix ADC and ADDS

* add ADCS test

* add SBCS test

* indent my code and delete comment

* '/' <- i hate you x)

* remove spacebar char

* remove false tab

* add frintx_S test

* update frintx_S test

* add ASRV test

* fix new line

* fix PR

* fix indent

* Add add_V tests

* work on Frintx_V

* Add Frintx_V Instruction

* add some instruction and test

* Syntax + indent

* Delete Console Write

* Delete Console Write 2

* CR del

* Skip NaNs tests

* Skip NaNs tests 2

* Fix errors 1

* Fix errors 2
2018-03-23 07:40:23 -03:00
..
CpuTest.cs Allow more than one process, free resources on process dispose, implement SvcExitThread 2018-03-12 01:14:12 -03:00
CpuTestAlu.cs Add Frintx_S, ASRV test, update ADCS, use Assert.Multiple and indent (#44) 2018-03-05 09:21:19 -03:00
CpuTestMisc.cs Add Frintx_S, ASRV test, update ADCS, use Assert.Multiple and indent (#44) 2018-03-05 09:21:19 -03:00
CpuTestScalar.cs Add Frint Instructions and Tests (#62) 2018-03-23 07:40:23 -03:00
CpuTestSimdArithmetic.cs Add Frint Instructions and Tests (#62) 2018-03-23 07:40:23 -03:00
CpuTestSimdMove.cs Review of cpu tests and creation of a class for mixed cpu tests. (#35) 2018-02-23 09:29:20 -03:00