diff options
author | merry <git@mary.rs> | 2022-02-08 09:46:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 10:46:42 +0100 |
commit | 86b37d0ff7764ac62b1e9578b07a8b648a3bd55a (patch) | |
tree | f1500dddb5a4dad5c2d65a653e50b9a7dcee6287 /ARMeilleure/Instructions/InstName.cs | |
parent | 863c5811903d9fe1020d966028ce6a030477be92 (diff) |
ARMeilleure: A32: Implement SHSUB8 and UHSUB8 (#3089)1.1.21
* ARMeilleure: A32: Implement UHSUB8
* ARMeilleure: A32: Implement SHSUB8
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 698979b9..3e016495 100644 --- a/ARMeilleure/Instructions/InstName.cs +++ b/ARMeilleure/Instructions/InstName.cs @@ -80,6 +80,7 @@ namespace ARMeilleure.Instructions Sbcs, Sbfm, Sdiv, + Shsub8, Smaddl, Smsubl, Smulh, @@ -546,6 +547,7 @@ namespace ARMeilleure.Instructions Tst, Ubfx, Uhadd8, + Uhsub8, Umaal, Umlal, Umull, |