1 // RUN
: not llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sve
2>&1 < %s| FileCheck
%s
4 // ------------------------------------------------------------------------- //
5 // Tied operands must match
7 smulh z0.
b, p7
/m
, z1.
b, z2.
b
8 // CHECK
: [[@LINE-
1]]:{{[0-9]+}}: error
: operand must match destination register
9 // CHECK-NEXT
: smulh z0.
b, p7
/m
, z1.
b, z2.
b
10 // CHECK-
NOT: [[@LINE-
1]]:{{[0-9]+}}:
13 // ------------------------------------------------------------------------- //
16 smulh z0.
b, p8
/m
, z0.
b, z1.
b
17 // CHECK
: [[@LINE-
1]]:{{[0-9]+}}: error
: invalid restricted predicate register
, expected p0.
.p7 (without element suffix)
18 // CHECK-NEXT
: smulh z0.
b, p8
/m
, z0.
b, z1.
b
19 // CHECK-
NOT: [[@LINE-
1]]:{{[0-9]+}}: