mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 14:08:17 +01:00
thumb32: Implement SMMLA{R}
This commit is contained in:
parent
b6add0ddf4
commit
0c542777b0
3 changed files with 22 additions and 2 deletions
|
|
@ -272,8 +272,8 @@ INST(thumb32_SMUAD, "SMUAD", "111110110010nnnn1111dd
|
|||
//INST(thumb32_SMLAWY, "SMLAWY", "111110110011------------000-----")
|
||||
INST(thumb32_SMUSD, "SMUSD", "111110110100nnnn1111dddd000Mmmmm")
|
||||
//INST(thumb32_SMLSD, "SMLSD", "111110110100------------000-----")
|
||||
INST(thumb32_SMMUL, "SMMUL", "111110110101nnnn1111dddd000Mmmmm")
|
||||
//INST(thumb32_SMMLA, "SMMLA", "111110110101------------000-----")
|
||||
INST(thumb32_SMMUL, "SMMUL", "111110110101nnnn1111dddd000Rmmmm")
|
||||
INST(thumb32_SMMLA, "SMMLA", "111110110101nnnnaaaadddd000Rmmmm")
|
||||
//INST(thumb32_SMMLS, "SMMLS", "111110110110------------000-----")
|
||||
INST(thumb32_USAD8, "USAD8", "111110110111nnnn1111dddd0000mmmm")
|
||||
INST(thumb32_USADA8, "USADA8", "111110110111nnnnaaaadddd0000mmmm")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue