Fix the encoding of mrrc and mcrr family of instructions. Also add testcases for...
[oota-llvm.git] / test / MC / ARM / thumb2_instructions.s
1 @ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding %s > %t
2 @ RUN: FileCheck < %t %s
3
4         .syntax unified
5         .text
6
7 @ FIXME: This is not the correct instruction representation, but at least we are
8 @ parsing the ldr to something.
9 @
10 @ CHECK: ldr r0, [r7, #258]
11         ldr     r0, [r7, #-8]
12