mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Add FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137070 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
36ee0e6405
commit
8668a5b0c8
@ -23,6 +23,13 @@ _func:
|
|||||||
@ CHECK: ldr r1, [r2], #30 @ encoding: [0x1e,0x10,0x92,0xe4]
|
@ CHECK: ldr r1, [r2], #30 @ encoding: [0x1e,0x10,0x92,0xe4]
|
||||||
@ CHECK: ldr r3, [r1], #-30 @ encoding: [0x1e,0x30,0x11,0xe4]
|
@ CHECK: ldr r3, [r1], #-30 @ encoding: [0x1e,0x30,0x11,0xe4]
|
||||||
|
|
||||||
|
@------------------------------------------------------------------------------
|
||||||
|
@ FIXME: LDR (literal)
|
||||||
|
@------------------------------------------------------------------------------
|
||||||
|
@ label operands currently assert the show-encoding asm comment helper due
|
||||||
|
@ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
|
||||||
|
@ cleaned up, we can write useful assembly testcases for these sorts of
|
||||||
|
@ instructions.
|
||||||
|
|
||||||
@------------------------------------------------------------------------------
|
@------------------------------------------------------------------------------
|
||||||
@ LDR (register)
|
@ LDR (register)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user