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 d92c6eea71
commit cbf2c55346
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,