1 # RUN: not llvm-mc -disassemble -triple armv7 -show-encoding < %s 2>&1 | FileCheck %s
3 # This file is checking encodings that are valid on some triples, but not on the
4 # ARMv7 triple, probably because the relevant instruction is v8, though there
5 # could be other reasons.
7 # Would be vcvtt.f64.f16 d3, s1
9 # CHECK: invalid instruction encoding
10 # CHECK-NEXT: [0xe0 0x3b 0xb2 0xee]
12 # Would be vcvtb.f16.f64 s4, d1
14 # CHECK: invalid instruction encoding
15 # CHECK-NEXT: [0x41 0x2b 0xb3 0xee]
17 # Would be vcvtblt.f16.f64 s4, d1
19 # CHECK: invalid instruction encoding
20 # CHECK-NEXT: [0x41 0x2b 0xb3 0xbe]
22 # Would be vmrs r0, mvfr2
24 # CHECK: invalid instruction encoding
25 # CHECK-NEXT: [0x10 0xa 0xf5 0xee]