17 lines · plain
1# RUN: not llvm-mc -triple=thumbv8.1m.main-none-eabi -show-encoding < %s 2>%t2# RUN: FileCheck < %t %s3# RUN: not llvm-mc -triple=thumbv8.1m.main-none-eabi -mattr=+mve -show-encoding < %s &>%t4# RUN: FileCheck --check-prefix=CHECK-MVE < %t %s5 6# CHECK-MVE: instruction requires: mve.fp7# CHECK: instruction requires: mve.fp8vcadd.f32 q1, q2, q3, #2709 10# CHECK-MVE: instruction requires: mve.fp11# CHECK: instruction requires: mve.fp12vadd.f32 q1, q2, q313 14# CHECK-MVE: vadd.i16 q1, q2, q3 @ encoding: [0x14,0xef,0x46,0x28]15# CHECK: instruction requires: mve16vadd.i16 q1, q2, q317