21 lines · plain
1// RUN: not llvm-mc -triple aarch64-none-linux-gnu -mattr=+sve < %s 2>&1 | FileCheck %s2 3foo:4// CHECK: error: sve predicate register without type specifier expected5 pbarb .req p1.b6// CHECK: error: sve predicate register without type specifier expected7 pbarh .req p1.h8// CHECK: error: sve predicate register without type specifier expected9 pbars .req p1.s10// CHECK: error: sve predicate register without type specifier expected11 pbard .req p1.d12 13// CHECK: error: sve vector register without type specifier expected14 zbarb .req z1.b15// CHECK: error: sve vector register without type specifier expected16 zbarh .req z1.h17// CHECK: error: sve vector register without type specifier expected18 zbars .req z1.s19// CHECK: error: sve vector register without type specifier expected20 zbard .req z1.d21