thumb32: Implement UXTB16

This commit is contained in:
Lioncash 2021-02-10 16:15:28 -05:00
parent 6733cdd706
commit eec16eea45
3 changed files with 14 additions and 1 deletions

View file

@ -201,7 +201,7 @@ INST(thumb32_UXTH, "UXTH", "11111010000111111111dd
INST(thumb32_UXTAH, "UXTAH", "111110100001nnnn1111dddd10rrmmmm")
INST(thumb32_SXTB16, "SXTB16", "11111010001011111111dddd10rrmmmm")
INST(thumb32_SXTAB16, "SXTAB16", "111110100010nnnn1111dddd10rrmmmm")
//INST(thumb32_UXTB16, "UXTB16", "11111010001111111111----1-------")
INST(thumb32_UXTB16, "UXTB16", "11111010001111111111dddd10rrmmmm")
//INST(thumb32_UXTAB16, "UXTAB16", "111110100011----1111----1-------")
//INST(thumb32_SXTB, "SXTB", "11111010010011111111----1-------")
//INST(thumb32_SXTAB, "SXTAB", "111110100100----1111----1-------")