1 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sme2
< %s \
2 // RUN
: | FileCheck
%s
--check-prefixes
=CHECK-ENCODING
,CHECK-INST
3 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sve2p1
< %s \
4 // RUN
: | FileCheck
%s
--check-prefixes
=CHECK-ENCODING
,CHECK-INST
5 // RUN
: not llvm-mc
-triple
=aarch64
-show-encoding
< %s
2>&1 \
6 // RUN
: | FileCheck
%s
--check-prefix
=CHECK-ERROR
7 // RUN
: llvm-mc
-triple
=aarch64
-filetype
=obj
-mattr
=+sme2
< %s \
8 // RUN
: | llvm-objdump
-d
--mattr
=+sme2
- | FileCheck
%s
--check-prefix
=CHECK-INST
9 // RUN
: llvm-mc
-triple
=aarch64
-filetype
=obj
-mattr
=+sme2
< %s \
10 // RUN
: | llvm-objdump
-d
--mattr
=-sme2
,-sve2p1
- | FileCheck
%s
--check-prefix
=CHECK-UNKNOWN
11 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sme2
< %s \
12 // RUN
: | sed
'/.text/d' | sed
's/.*encoding: //g' \
13 // RUN
: | llvm-mc
-triple
=aarch64
-mattr
=+sme2
-disassemble
-show-encoding \
14 // RUN
: | FileCheck
%s
--check-prefixes
=CHECK-ENCODING
,CHECK-INST
16 sqcvtn z0.h
, {z0.s-z1.s
} // 01000101-00110001-01000000-00000000
17 // CHECK-INST
: sqcvtn z0.h
, { z0.s
, z1.s
}
18 // CHECK-ENCODING
: [0x00,0x40,0x31,0x45]
19 // CHECK-ERROR
: instruction requires
: sme2
or sve2p1
20 // CHECK-UNKNOWN
: 45314000 <unknown
>
22 sqcvtn z21.h
, {z10.s-z11.s
} // 01000101-00110001-01000001-01010101
23 // CHECK-INST
: sqcvtn z21.h
, { z10.s
, z11.s
}
24 // CHECK-ENCODING
: [0x55,0x41,0x31,0x45]
25 // CHECK-ERROR
: instruction requires
: sme2
or sve2p1
26 // CHECK-UNKNOWN
: 45314155 <unknown
>
28 sqcvtn z23.h
, {z12.s-z13.s
} // 01000101-00110001-01000001-10010111
29 // CHECK-INST
: sqcvtn z23.h
, { z12.s
, z13.s
}
30 // CHECK-ENCODING
: [0x97,0x41,0x31,0x45]
31 // CHECK-ERROR
: instruction requires
: sme2
or sve2p1
32 // CHECK-UNKNOWN
: 45314197 <unknown
>
34 sqcvtn z31.h
, {z30.s-z31.s
} // 01000101-00110001-01000011-11011111
35 // CHECK-INST
: sqcvtn z31.h
, { z30.s
, z31.s
}
36 // CHECK-ENCODING
: [0xdf,0x43,0x31,0x45]
37 // CHECK-ERROR
: instruction requires
: sme2
or sve2p1
38 // CHECK-UNKNOWN
: 453143df
<unknown
>