ARMeilleure: A32: Implement SHSUB8 and UHSUB8 (#3089)
* ARMeilleure: A32: Implement UHSUB8 * ARMeilleure: A32: Implement SHSUB8
This commit is contained in:
parent
863c581190
commit
86b37d0ff7
4 changed files with 87 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue