21 lines · plain
1# RUN: not llvm-mc -disassemble -triple=thumbv8.1m.main-none-eabi -mattr=+mve.fp,+fp64 -show-encoding %s 2> %t | FileCheck %s2# RUN: FileCheck --check-prefix=ERROR < %t %s3# RUN: not llvm-mc -disassemble -triple=thumbv8.1m.main-none-eabi -show-encoding %s &> %t4# RUN: FileCheck --check-prefix=CHECK-NOMVE < %t %s5# RUN: not llvm-mc -disassemble -triple=thumbv8.1m.main-none-eabi -mattr=+mve.fp,+fp64 -show-encoding %s 2> %t | FileCheck %s6# RUN: FileCheck --check-prefix=ERROR < %t %s7 8# CHECK: vmov lr, r7, q4[2], q4[0] @ encoding: [0x07,0xec,0x0e,0x8f]9# CHECK-NOMVE: [[@LINE+1]]:2: warning: invalid instruction encoding10[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 encoding14[0x11,0xec,0x14,0x6f]15 16# ERROR: [[@LINE+1]]:2: warning: invalid instruction encoding17[0x40,0xec,0x00,0x0f]18 19# ERROR: [[@LINE+1]]:2: warning: invalid instruction encoding20[0x50,0xec,0x00,0x0f]21