mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 15:47:10 +02:00
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:
parent
5edbab1856
commit
cb09981f8c
2 changed files with 362 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue