From e36e97c64d7b973fbbc3ac92e9f115d74a4d9e2d Mon Sep 17 00:00:00 2001 From: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> Date: Sat, 8 Aug 2020 17:18:51 +0200 Subject: CPU: This PR fixes Fpscr, among other things. (#1433) * CPU: This PR fixes Fpscr, among other things. * Add Fpscr.Qc = 1 if sat. for Vqrshrn & Vqrshrun. * Fix Vcmp & Vcmpe opcode table. * Revert "Fix Vcmp & Vcmpe opcode table." This reverts commit c117d9410d693185ff5f8ee8e457ffbfb2027dd5. * Address PR feedbacks. --- ARMeilleure/State/FPState.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ARMeilleure/State/FPState.cs') diff --git a/ARMeilleure/State/FPState.cs b/ARMeilleure/State/FPState.cs index 2fe2a567..60c7126c 100644 --- a/ARMeilleure/State/FPState.cs +++ b/ARMeilleure/State/FPState.cs @@ -1,10 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace ARMeilleure.State +namespace ARMeilleure.State { - [Flags] public enum FPState { VFlag = 28, -- cgit v1.2.3