mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-02 12:44:34 +01:00
thumb32: Implement MLA
This commit is contained in:
parent
153d87c843
commit
cf5058bccb
3 changed files with 16 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ INST(thumb32_CLZ, "CLZ", "111110101011nnnn1111dd
|
|||
|
||||
// Multiply, Multiply Accumulate, and Absolute Difference
|
||||
INST(thumb32_MUL, "MUL", "111110110000nnnn1111dddd0000mmmm")
|
||||
//INST(thumb32_MLA, "MLA", "111110110000------------0000----")
|
||||
INST(thumb32_MLA, "MLA", "111110110000nnnnaaaadddd0000mmmm")
|
||||
//INST(thumb32_MLS, "MLS", "111110110000------------0001----")
|
||||
//INST(thumb32_SMULXY, "SMULXY", "111110110001----1111----00------")
|
||||
//INST(thumb32_SMLAXY, "SMLAXY", "111110110001------------00------")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue