[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git] / test / MC / ARM / thumb2-bxj.s
blob00d76e5a05c4ef8a30b4c3c8c78d05fe73d4326c
1 @ RUN: llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s | FileCheck %s
2 @ RUN: llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s | FileCheck %s
3 @ RUN: llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s | FileCheck %s
4 @ RUN: llvm-mc -triple=thumbv8a--none-eabi -show-encoding < %s | FileCheck %s
5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
7 bxj r2
9 @ CHECK: bxj r2 @ encoding: [0xc2,0xf3,0x00,0x8f]
10 @ UNDEF: error: instruction requires: !armv*m