1# RUN: not llvm-mc -disassemble -triple=thumbv8.1m.main-none-eabi -mattr=+mve.fp,+fp64 -show-encoding %s 2> %t | FileCheck %s 2# RUN: FileCheck --check-prefix=ERROR < %t %s 3# RUN: not llvm-mc -disassemble -triple=thumbv8.1m.main-none-eabi -show-encoding %s &> %t 4# RUN: FileCheck --check-prefix=CHECK-NOMVE < %t %s 5# RUN: not llvm-mc -disassemble -triple=thumbv8.1m.main-none-eabi -mattr=+mve.fp,+fp64 -show-encoding %s 2> %t | FileCheck %s 6# RUN: FileCheck --check-prefix=ERROR < %t %s 7 8# CHECK: vmov lr, r7, q4[2], q4[0] @ encoding: [0x07,0xec,0x0e,0x8f] 9# CHECK-NOMVE: [[@LINE+1]]:2: warning: invalid instruction encoding 10[0x07,0xec,0x0e,0x8f] 11 12# CHECK: vmov q3[3], q3[1], r4, r1 @ encoding: [0x11,0xec,0x14,0x6f] 13# CHECK-NOMVE: [[@LINE+1]]:2: warning: invalid instruction encoding 14[0x11,0xec,0x14,0x6f] 15 16# ERROR: [[@LINE+1]]:2: warning: invalid instruction encoding 17[0x40,0xec,0x00,0x0f] 18 19# ERROR: [[@LINE+1]]:2: warning: invalid instruction encoding 20[0x50,0xec,0x00,0x0f] 21