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