xref: /llvm-project/llvm/test/MC/AArch64/armv8.9a-debug-pmu-error.s (revision b0d4045dabef871c8ba81ff804916f78d734541b)
1// RUN: not llvm-mc -triple aarch64-none-linux-gnu -show-encoding               -mattr=+ite < %s 2>&1 | FileCheck %s
2// RUN: not llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.8a -mattr=+ite < %s 2>&1 | FileCheck %s
3// RUN: not llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.9a -mattr=+ite < %s 2>&1 | FileCheck %s
4// RUN: not llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v9.3a -mattr=+ite < %s 2>&1 | FileCheck %s
5// RUN: not llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v9.4a -mattr=+ite < %s 2>&1 | FileCheck %s
6
7// FEAT_PMUv3p9/FEAT_PMUV3_ICNTR - PMZR_EL0 is write-only
8            mrs x3, PMZR_EL0
9// CHECK: [[@LINE-1]]:21: error: expected readable system register
10