summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AArch64/SVE/dot-req.s
blob: 9bec12a6e610fed8dfd2f6240ed841e6956f5fea (plain)
1
2
3
4
5
6
7
8
9
// RUN: llvm-mc -triple=aarch64-none-linux-gnu -mattr=+sve -show-encoding < %s 2>&1 | FileCheck %s

foo:
// CHECK-NOT: error:
  pbar .req p1

// CHECK: add z0.s, z1.s, z2.s
  zbar .req z1
  add  z0.s, zbar.s, z2.s
OpenPOWER on IntegriCloud