diff options
| author | LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> | 2020-09-01 01:48:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 20:48:21 -0300 |
| commit | 2cb8bd7006e6e22798a6e44881f3e03d2fe637c5 (patch) | |
| tree | a217364f9de7f1b9cb7b0904dc02c319c456f652 /ARMeilleure/Instructions/InstName.cs | |
| parent | 4f3ae6f62ca5858c2b74eba5a15bad5dff580349 (diff) | |
CPU (A64): Add Scvtf_S_Fixed & Ucvtf_S_Fixed with Tests. (#1492)
Diffstat (limited to 'ARMeilleure/Instructions/InstName.cs')
| -rw-r--r-- | ARMeilleure/Instructions/InstName.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ARMeilleure/Instructions/InstName.cs b/ARMeilleure/Instructions/InstName.cs index 9e820f6b..0d0c1264 100644 --- a/ARMeilleure/Instructions/InstName.cs +++ b/ARMeilleure/Instructions/InstName.cs @@ -315,6 +315,7 @@ namespace ARMeilleure.Instructions Scvtf_Gp, Scvtf_Gp_Fixed, Scvtf_S, + Scvtf_S_Fixed, Scvtf_V, Scvtf_V_Fixed, Sha1c_V, @@ -414,6 +415,7 @@ namespace ARMeilleure.Instructions Ucvtf_Gp, Ucvtf_Gp_Fixed, Ucvtf_S, + Ucvtf_S_Fixed, Ucvtf_V, Ucvtf_V_Fixed, Uhadd_V, |
