mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Fix decoding of Thumb2 prefetch instructions, which account for all the remaining Thumb2 decoding failures found by randomized testing so far.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138341 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -292,3 +292,6 @@
|
||||
|
||||
# CHECK: uxtb16 r9, r12, ror #16
|
||||
0x3f 0xfa 0xec 0xf9
|
||||
|
||||
# CHECK: pldw [r11, r12, lsl #2]
|
||||
0x3b 0xf8 0x2c 0xf0
|
||||
|
Reference in New Issue
Block a user