mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 13:14:42 +01:00
thumb32: Implement SMLSD{X}
This commit is contained in:
parent
ef3b77f8ae
commit
8a22bdff43
3 changed files with 29 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ INST(thumb32_SMLAD, "SMLAD", "111110110010nnnnaaaadd
|
|||
//INST(thumb32_SMULWY, "SMULWY", "111110110011----1111----000-----")
|
||||
//INST(thumb32_SMLAWY, "SMLAWY", "111110110011------------000-----")
|
||||
INST(thumb32_SMUSD, "SMUSD", "111110110100nnnn1111dddd000Mmmmm")
|
||||
//INST(thumb32_SMLSD, "SMLSD", "111110110100------------000-----")
|
||||
INST(thumb32_SMLSD, "SMLSD", "111110110100nnnnaaaadddd000Xmmmm")
|
||||
INST(thumb32_SMMUL, "SMMUL", "111110110101nnnn1111dddd000Rmmmm")
|
||||
INST(thumb32_SMMLA, "SMMLA", "111110110101nnnnaaaadddd000Rmmmm")
|
||||
INST(thumb32_SMMLS, "SMMLS", "111110110110nnnnaaaadddd000Rmmmm")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue