[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AArch64 / armv8.5a-xaflag-error.s
blob766a08c8d5ef67251ea14500e698862fb8c6da61
1 // RUN: not llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.5a < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR
3 // Check that XAFlag/AXFlag don't accept operands like MSR does
4 xaflag S0_0_C4_C0_1, xzr
5 axflag S0_0_C4_C0_1, xzr
7 // CHECK-ERROR: invalid operand for instruction
8 // CHECK-ERROR-NEXT: xaflag S0_0_C4_C0_1, xzr
9 // CHECK-ERROR: invalid operand for instruction
10 // CHECK-ERROR-NEXT: axflag S0_0_C4_C0_1, xzr