xref: /aosp_15_r20/external/llvm/test/MC/ARM/thumb2-bxj-v8.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker@ RUN: not llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
2*9880d681SAndroid Build Coastguard Worker@ RUN: not llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s 2>&1  | FileCheck %s --check-prefix=UNDEF
3*9880d681SAndroid Build Coastguard Worker@ RUN: not llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s 2>&1  | FileCheck %s --check-prefix=UNDEF
4*9880d681SAndroid Build Coastguard Worker@ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1  | FileCheck %s --check-prefix=ARM_MODE
5*9880d681SAndroid Build Coastguard Worker@ RUN: llvm-mc -triple=thumbv8a--none-eabi -show-encoding < %s 2>&1  | FileCheck %s
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Workerbxj r13
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Worker@ CHECK: bxj	sp                      @ encoding: [0xcd,0xf3,0x00,0x8f]
10*9880d681SAndroid Build Coastguard Worker@ UNDEF:  error: r13 (SP) is an unpredictable operand to BXJ
11*9880d681SAndroid Build Coastguard Worker@ ARM_MODE: error: instruction requires: arm-mode
12