mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 16:37:42 +00:00
Thumb2 assembly parsing and encoding for LDRT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56806c2997
commit
d4b72de3e2
@ -863,6 +863,20 @@ _func:
|
||||
@ CHECK: ldrsht r1, [r8, #255] @ encoding: [0x38,0xf9,0xff,0x1e]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ LDRT
|
||||
@------------------------------------------------------------------------------
|
||||
ldrt r1, [r2]
|
||||
ldrt r2, [r6, #0]
|
||||
ldrt r3, [r7, #3]
|
||||
ldrt r4, [r9, #255]
|
||||
|
||||
@ CHECK: ldrt r1, [r2] @ encoding: [0x52,0xf8,0x00,0x1e]
|
||||
@ CHECK: ldrt r2, [r6] @ encoding: [0x56,0xf8,0x00,0x2e]
|
||||
@ CHECK: ldrt r3, [r7, #3] @ encoding: [0x57,0xf8,0x03,0x3e]
|
||||
@ CHECK: ldrt r4, [r9, #255] @ encoding: [0x59,0xf8,0xff,0x4e]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ IT
|
||||
@------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user