aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Instructions/InstName.cs
diff options
context:
space:
mode:
authormerry <git@mary.rs>2022-02-06 15:25:45 +0000
committerGitHub <noreply@github.com>2022-02-06 12:25:45 -0300
commit88d3ffb97c9d6e29a7eb44135ccea88753ca5f61 (patch)
tree448a5f7bd29cebc964bdaff87b23b34293406941 /ARMeilleure/Instructions/InstName.cs
parent222b1ad7da04830852664dbd465117e441211f28 (diff)
ARMeilleure: A32: Implement SHADD8 (#3086)1.1.18
Diffstat (limited to 'ARMeilleure/Instructions/InstName.cs')
-rw-r--r--ARMeilleure/Instructions/InstName.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ARMeilleure/Instructions/InstName.cs b/ARMeilleure/Instructions/InstName.cs
index a520c86a..698979b9 100644
--- a/ARMeilleure/Instructions/InstName.cs
+++ b/ARMeilleure/Instructions/InstName.cs
@@ -516,6 +516,7 @@ namespace ARMeilleure.Instructions
Rsb,
Rsc,
Sbfx,
+ Shadd8,
Smla__,
Smlal,
Smlal__,