1*9880d681SAndroid Build Coastguard Worker# RUN: not llvm-mc -disassemble -triple armv7a -mcpu=cortex-a15 %s 2>&1 | FileCheck --check-prefix=CHECK-ARM %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Worker# HVC (ARM) 4*9880d681SAndroid Build Coastguard Worker[0x7f,0xff,0x4f,0xf1] 5*9880d681SAndroid Build Coastguard Worker# CHECK-ARM: warning: invalid instruction encoding 6*9880d681SAndroid Build Coastguard Worker 7*9880d681SAndroid Build Coastguard Worker[0x70,0xff,0x4f,0x01] 8*9880d681SAndroid Build Coastguard Worker[0x7f,0xff,0x4f,0xd1] 9*9880d681SAndroid Build Coastguard Worker# CHECK-ARM: warning: potentially undefined instruction encoding 10*9880d681SAndroid Build Coastguard Worker# CHECK-ARM: warning: potentially undefined instruction encoding 11