aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/ldrd-strd-gnu-thumb-bad-regs.s
blob: 9d81a27f0ca5a427240101ab84cb72bf7c755c5d (plain)
1
2
3
4
5
6
7
8
9
10
@ RUN: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s
.text
.thumb
@ CHECK: error: invalid operand for instruction
@ CHECK:         ldrd    r12, [r0, #512]
        ldrd    r12, [r0, #512]

@ CHECK: error: invalid operand for instruction
@ CHECK:         strd    r12, [r0, #512]
        strd    r12, [r0, #512]