mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 22:18:16 +01:00
thumb32: Implement SMUAD
This commit is contained in:
parent
1e06231575
commit
4d9a7308ac
3 changed files with 27 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ INST(thumb32_MLA, "MLA", "111110110000nnnnaaaadd
|
|||
INST(thumb32_MLS, "MLS", "111110110000nnnnaaaadddd0001mmmm")
|
||||
INST(thumb32_SMULXY, "SMULXY", "111110110001nnnn1111dddd00NMmmmm")
|
||||
INST(thumb32_SMLAXY, "SMLAXY", "111110110001nnnnaaaadddd00NMmmmm")
|
||||
//INST(thumb32_SMUAD, "SMUAD", "111110110010----1111----000-----")
|
||||
INST(thumb32_SMUAD, "SMUAD", "111110110010nnnn1111dddd000Mmmmm")
|
||||
//INST(thumb32_SMLAD, "SMLAD", "111110110010------------000-----")
|
||||
//INST(thumb32_SMULWY, "SMULWY", "111110110011----1111----000-----")
|
||||
//INST(thumb32_SMLAWY, "SMLAWY", "111110110011------------000-----")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue