thumb32: Implement SMLALXY

This commit is contained in:
Lioncash 2021-02-07 17:37:26 -05:00
parent 8320c56a6e
commit 87cb771bd2
3 changed files with 26 additions and 1 deletions

View file

@ -284,7 +284,7 @@ INST(thumb32_SMULL, "SMULL", "111110111000nnnnllllhh
INST(thumb32_UMULL, "UMULL", "111110111010nnnnllllhhhh0000mmmm")
//INST(thumb32_UDIV, "UDIV", "111110111011------------1111----")
INST(thumb32_SMLAL, "SMLAL", "111110111100nnnnllllhhhh0000mmmm")
//INST(thumb32_SMLALXY, "SMLALXY", "111110111100------------10------")
INST(thumb32_SMLALXY, "SMLALXY", "111110111100nnnnllllhhhh10NMmmmm")
//INST(thumb32_SMLALD, "SMLALD", "111110111100------------110-----")
//INST(thumb32_SMLSLD, "SMLSLD", "111110111101------------110-----")
INST(thumb32_UMLAL, "UMLAL", "111110111110nnnnllllhhhh0000mmmm")