Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. (#1471)
* Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. * Address PR feedback & Nit.
This commit is contained in:
parent
1ad9045c6b
commit
6938988427
15 changed files with 309 additions and 31 deletions
|
@ -205,7 +205,9 @@ namespace Ryujinx.Tests.Cpu
|
|||
{
|
||||
if (Ignore_FpcrFz_FpcrDn)
|
||||
{
|
||||
#pragma warning disable CS0162
|
||||
fpcr &= ~((1 << (int)Fpcr.Fz) | (1 << (int)Fpcr.Dn));
|
||||
#pragma warning restore CS0162
|
||||
}
|
||||
|
||||
Opcode(opcode);
|
||||
|
@ -319,7 +321,9 @@ namespace Ryujinx.Tests.Cpu
|
|||
|
||||
if (IgnoreAllExcept_FpsrQc)
|
||||
{
|
||||
#pragma warning disable CS0162
|
||||
fpsrMask &= Fpsr.Qc;
|
||||
#pragma warning restore CS0162
|
||||
}
|
||||
|
||||
if (fpSkips != FpSkips.None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue