summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AArch64/SVE/ctermne-diagnostics.s
blob: 96346f44449f209c1643e1bcafe6790ab02774c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve  2>&1 < %s| FileCheck %s


// ------------------------------------------------------------------------- //
// Invalid scalar registers

ctermne w30, wsp
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
// CHECK-NEXT: ctermne w30, wsp
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:

ctermne w30, x0
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
// CHECK-NEXT: ctermne w30, x0
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:

ctermne wsp, w30
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
// CHECK-NEXT: ctermne wsp, w30
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:

ctermne x0, w30
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
// CHECK-NEXT: ctermne x0, w30
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
OpenPOWER on IntegriCloud