mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-11 00:48:03 +01:00
thumb32: Implement SMLAL
This commit is contained in:
parent
28108c7924
commit
5859105a61
3 changed files with 24 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ INST(thumb32_SMULL, "SMULL", "111110111000nnnnllllhh
|
|||
//INST(thumb32_SDIV, "SDIV", "111110111001------------1111----")
|
||||
INST(thumb32_UMULL, "UMULL", "111110111010nnnnllllhhhh0000mmmm")
|
||||
//INST(thumb32_UDIV, "UDIV", "111110111011------------1111----")
|
||||
//INST(thumb32_SMLAL, "SMLAL", "111110111100------------0000----")
|
||||
INST(thumb32_SMLAL, "SMLAL", "111110111100nnnnllllhhhh0000mmmm")
|
||||
//INST(thumb32_SMLALXY, "SMLALXY", "111110111100------------10------")
|
||||
//INST(thumb32_SMLALD, "SMLALD", "111110111100------------110-----")
|
||||
//INST(thumb32_SMLSLD, "SMLSLD", "111110111101------------110-----")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue