brintos

brintos / llvm-project-archived public Read only

0
0
Text · 436 B · 766a08c Raw
11 lines · plain
1// RUN: not llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.5a < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR2 3// Check that XAFlag/AXFlag don't accept operands like MSR does4xaflag S0_0_C4_C0_1, xzr5axflag S0_0_C4_C0_1, xzr6 7// CHECK-ERROR: invalid operand for instruction8// CHECK-ERROR-NEXT: xaflag S0_0_C4_C0_1, xzr9// CHECK-ERROR: invalid operand for instruction10// CHECK-ERROR-NEXT: axflag S0_0_C4_C0_1, xzr11