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] 8 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] 14