[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ARM / ldrd-strd-gnu-arm-bad-imm.s
blob0475a361a9ae3723f9a41cdf81b5284645a8284e
1 @ RUN: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s
2 .text
3 @ CHECK: error: invalid instruction, any one of the following would fix this:
4 @ CHECK: ldrd r0, [r0, #512]
5 @ CHECK: note: invalid operand for instruction
6 @ CHECK: note: instruction requires: thumb2
7 ldrd r0, [r0, #512]
9 @ CHECK: error: invalid instruction, any one of the following would fix this:
10 @ CHECK: strd r0, [r0, #512]
11 @ CHECK: note: invalid operand for instruction
12 @ CHECK: note: instruction requires: thumb2
13 strd r0, [r0, #512]