1 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sve2-aes
< %s \
2 // RUN
: | FileCheck
%s
--check-prefixes
=CHECK-ENCODING
,CHECK-INST
3 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sve2
,+sve-aes
< %s \
4 // RUN
: | FileCheck
%s
--check-prefixes
=CHECK-ENCODING
,CHECK-INST
5 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+ssve-aes
,+sve-aes
< %s \
6 // RUN
: | FileCheck
%s
--check-prefixes
=CHECK-ENCODING
,CHECK-INST
7 // RUN
: not llvm-mc
-triple
=aarch64
-show-encoding
< %s
2>&1 \
8 // RUN
: | FileCheck
%s
--check-prefix
=CHECK-ERROR
9 // RUN
: not llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sme
< %s
2>&1 \
10 // RUN
: | FileCheck
%s
--check-prefix
=CHECK-ERROR
11 // RUN
: llvm-mc
-triple
=aarch64
-filetype
=obj
-mattr
=+sve2
,+sve-aes
< %s \
12 // RUN
: | llvm-objdump
-d
--mattr
=+sve2
,+sve-aes
- | FileCheck
%s
--check-prefix
=CHECK-INST
13 // RUN
: llvm-mc
-triple
=aarch64
-filetype
=obj
-mattr
=+sve2
,+sve-aes
< %s \
14 // RUN
: | llvm-objdump
-d
--mattr
=-sve-aes
- | FileCheck
%s
--check-prefix
=CHECK-UNKNOWN
18 // CHECK-INST
: aesmc z0.
b, z0.
b
19 // CHECK-ENCODING
: [0x00,0xe0,0x20,0x45]
20 // CHECK-ERROR
: instruction requires
: sve2
or ssve-aes sve-aes
21 // CHECK-UNKNOWN
: 4520e000
<unknown
>
24 // CHECK-INST
: aesmc z31.
b, z31.
b
25 // CHECK-ENCODING
: [0x1f,0xe0,0x20,0x45]
26 // CHECK-ERROR
: instruction requires
: sve2
or ssve-aes sve-aes
27 // CHECK-UNKNOWN
: 4520e01f
<unknown
>