blob: 71cd4aea2f859b2ad93d7412239f0b458dc462ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
@ 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]
|