1*9880d681SAndroid Build Coastguard Worker@ RUN: llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker@ RUN: llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s | FileCheck %s 3*9880d681SAndroid Build Coastguard Worker@ RUN: llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s | FileCheck %s 4*9880d681SAndroid Build Coastguard Worker@ RUN: llvm-mc -triple=thumbv8a--none-eabi -show-encoding < %s | FileCheck %s 5*9880d681SAndroid Build Coastguard Worker@ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 6*9880d681SAndroid Build Coastguard Worker 7*9880d681SAndroid Build Coastguard Worker bxj r2 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard Worker@ CHECK: bxj r2 @ encoding: [0xc2,0xf3,0x00,0x8f] 10*9880d681SAndroid Build Coastguard Worker@ UNDEF: error: instruction requires: arm-mode 11