aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests/Cpu/CpuTestAlu.cs
AgeCommit message (Expand)Author
2018-06-18Add Cmeq_S, Cmge_S, Cmgt_S, Cmhi_S, Cmhs_S, Cmle_S, Cmlt_S (Reg, Zero) & Cmts...LDj3SNuD
2018-05-11Add intrinsics support (#121)gdkchan
2018-04-18Add 151 complete tests for 71 base instructions of types: Alu; AluImm; AluRs;...LDj3SNuD
2018-03-05Add Frintx_S, ASRV test, update ADCS, use Assert.Multiple and indent (#44)MS-DOS1999
2018-02-24Update ADC test, add WZR/WSP, ADCS, SBCS test (#37)MS-DOS1999
2018-02-23Add flags parameters in singleOpcode function, and add ADC Test (#36)MS-DOS1999
2018-02-23Review of cpu tests and creation of a class for mixed cpu tests. (#35)LDj3SNuD
2018-02-18Rename ARegisters to AThreadStategdkchan
2018-02-15Add some tests (#18)Merry