mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 22:48:25 +01:00
thumb32: Implement SMLALD{X}
This commit is contained in:
parent
87cb771bd2
commit
fe3deb1831
3 changed files with 32 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ INST(thumb32_UMULL, "UMULL", "111110111010nnnnllllhh
|
|||
//INST(thumb32_UDIV, "UDIV", "111110111011------------1111----")
|
||||
INST(thumb32_SMLAL, "SMLAL", "111110111100nnnnllllhhhh0000mmmm")
|
||||
INST(thumb32_SMLALXY, "SMLALXY", "111110111100nnnnllllhhhh10NMmmmm")
|
||||
//INST(thumb32_SMLALD, "SMLALD", "111110111100------------110-----")
|
||||
INST(thumb32_SMLALD, "SMLALD", "111110111100nnnnllllhhhh110Mmmmm")
|
||||
//INST(thumb32_SMLSLD, "SMLSLD", "111110111101------------110-----")
|
||||
INST(thumb32_UMLAL, "UMLAL", "111110111110nnnnllllhhhh0000mmmm")
|
||||
//INST(thumb32_UMAAL, "UMAAL", "111110111110------------0110----")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue