mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 22:18:16 +01:00
thumb32: Implement SXTAB
This commit is contained in:
parent
75a28b00a7
commit
ad5d0d7b77
3 changed files with 15 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ INST(thumb32_SXTAB16, "SXTAB16", "111110100010nnnn1111dd
|
|||
INST(thumb32_UXTB16, "UXTB16", "11111010001111111111dddd10rrmmmm")
|
||||
INST(thumb32_UXTAB16, "UXTAB16", "111110100011nnnn1111dddd10rrmmmm")
|
||||
INST(thumb32_SXTB, "SXTB", "11111010010011111111dddd10rrmmmm")
|
||||
//INST(thumb32_SXTAB, "SXTAB", "111110100100----1111----1-------")
|
||||
INST(thumb32_SXTAB, "SXTAB", "111110100100nnnn1111dddd10rrmmmm")
|
||||
//INST(thumb32_UXTB, "UXTB", "11111010010111111111----1-------")
|
||||
//INST(thumb32_UXTAB, "UXTAB", "111110100101----1111----1-------")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue