mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 06:25:18 +00:00
Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent change to
t2LDREX/t2STREX instructions. Add two test cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128293 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -154,3 +154,9 @@
|
||||
|
||||
# CHECK: ldrd r3, r8, [r11, #-60]
|
||||
0x5b 0xe9 0x0f 0x38
|
||||
|
||||
# CHECK: ldrex r8, [r2]
|
||||
0x52 0xe8 0x00 0x8f
|
||||
|
||||
# CHECK: strexd r1, r7, r8, [r2]
|
||||
0xc2 0xe8 0x71 0x78
|
||||
|
Reference in New Issue
Block a user