mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 03:40:35 +00:00
ba39b2fdc1
llvm-svn: 123722
13 lines
292 B
ArmAsm
13 lines
292 B
ArmAsm
@ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding %s > %t
|
|
@ RUN: FileCheck < %t %s
|
|
|
|
.syntax unified
|
|
.text
|
|
|
|
@ FIXME: This is not the correct instruction representation, but at least we are
|
|
@ parsing the ldr to something.
|
|
@
|
|
@ CHECK: ldr r0, [r7, #258]
|
|
ldr r0, [r7, #-8]
|
|
|