1 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sme
< %s \
2 // RUN
: | FileCheck
%s
--check-prefixes
=CHECK-ENCODING
,CHECK-INST
3 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
< %s
2>&1 \
4 // RUN
: | FileCheck
%s
--check-prefixes
=CHECK-ENCODING
,CHECK-INST
5 // RUN
: llvm-mc
-triple
=aarch64
-filetype
=obj
-mattr
=+sme
< %s \
6 // RUN
: | llvm-objdump
-d
--mattr
=+sme
- | FileCheck
%s
--check-prefix
=CHECK-INST
7 // RUN
: llvm-mc
-triple
=aarch64
-filetype
=obj
-mattr
=+sme
< %s \
8 // RUN
: | llvm-objdump
-d
--mattr
=-sme
- | FileCheck
%s
--check-prefix
=CHECK-INST
12 // CHECK-ENCODING
: [0x7f,0x46,0x03,0xd5]
15 // CHECK-INST
: smstop sm
16 // CHECK-ENCODING
: [0x7f,0x42,0x03,0xd5]
19 // CHECK-INST
: smstop za
20 // CHECK-ENCODING
: [0x7f,0x44,0x03,0xd5]
23 // CHECK-INST
: smstop sm
24 // CHECK-ENCODING
: [0x7f,0x42,0x03,0xd5]
27 // CHECK-INST
: smstop za
28 // CHECK-ENCODING
: [0x7f,0x44,0x03,0xd5]