ARMeilleure: A32: Implement SHSUB8 and UHSUB8 (#3089)

* ARMeilleure: A32: Implement UHSUB8

* ARMeilleure: A32: Implement SHSUB8
This commit is contained in:
merry 2022-02-08 09:46:42 +00:00 committed by GitHub
parent 863c581190
commit 86b37d0ff7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 87 additions and 0 deletions

View file

@ -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,