Add Tests for instructions Fcvtzs_Gp_Fixed & Fcvtzu_Gp_Fixed, Scvtf_Gp_Fixed & Ucvtf_Gp_Fixed. (#603)

* Create CpuTestSimdCvt.cs

* Update CpuTestMisc.cs

* Update CpuTestSimdCvt.cs
This commit is contained in:
LDj3SNuD 2019-02-24 00:53:27 +01:00 committed by gdkchan
parent 9679896b94
commit a3d46e4133
2 changed files with 362 additions and 2 deletions

View file

@ -12,8 +12,8 @@ namespace Ryujinx.Tests.Cpu
public sealed class CpuTestMisc : CpuTest
{
#if Misc
private const int RndCnt = 2;
private const int RndCntImm = 2;
private const int RndCnt = 2;
private const int RndCntImm = 2;
#region "AluImm & Csel"
[Test, Pairwise]