mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 13:44:31 +01:00
thumb32: Implement SMMLS{R}
This commit is contained in:
parent
0c542777b0
commit
53f1a52be9
3 changed files with 21 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ INST(thumb32_SMUSD, "SMUSD", "111110110100nnnn1111dd
|
|||
//INST(thumb32_SMLSD, "SMLSD", "111110110100------------000-----")
|
||||
INST(thumb32_SMMUL, "SMMUL", "111110110101nnnn1111dddd000Rmmmm")
|
||||
INST(thumb32_SMMLA, "SMMLA", "111110110101nnnnaaaadddd000Rmmmm")
|
||||
//INST(thumb32_SMMLS, "SMMLS", "111110110110------------000-----")
|
||||
INST(thumb32_SMMLS, "SMMLS", "111110110110nnnnaaaadddd000Rmmmm")
|
||||
INST(thumb32_USAD8, "USAD8", "111110110111nnnn1111dddd0000mmmm")
|
||||
INST(thumb32_USADA8, "USADA8", "111110110111nnnnaaaadddd0000mmmm")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue