mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 23:18:10 +01:00
thumb32: Implement UXTAH
This commit is contained in:
parent
e12ee8d4d7
commit
39a75472e2
3 changed files with 15 additions and 1 deletions
|
|
@ -198,7 +198,7 @@
|
|||
INST(thumb32_SXTH, "SXTH", "11111010000011111111dddd10rrmmmm")
|
||||
INST(thumb32_SXTAH, "SXTAH", "111110100000nnnn1111dddd10rrmmmm")
|
||||
INST(thumb32_UXTH, "UXTH", "11111010000111111111dddd10rrmmmm")
|
||||
//INST(thumb32_UXTAH, "UXTAH", "111110100001----1111----1-------")
|
||||
INST(thumb32_UXTAH, "UXTAH", "111110100001nnnn1111dddd10rrmmmm")
|
||||
//INST(thumb32_SXTB16, "SXTB16", "11111010001011111111----1-------")
|
||||
//INST(thumb32_SXTAB16, "SXTAB16", "111110100010----1111----1-------")
|
||||
//INST(thumb32_UXTB16, "UXTB16", "11111010001111111111----1-------")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue