1 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sve
< %s \
2 // RUN
: | FileCheck
%s
--check-prefixes
=CHECK-ENCODING
,CHECK-INST
3 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sme
< %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
=+sve
< %s \
8 // RUN
: | llvm-objdump
--no-print-imm-hex
-d
--mattr
=+sve
- | FileCheck
%s
--check-prefix
=CHECK-INST
9 // RUN
: llvm-mc
-triple
=aarch64
-filetype
=obj
-mattr
=+sve
< %s \
10 // RUN
: | llvm-objdump
--no-print-imm-hex
-d
--mattr
=-sve
- | FileCheck
%s
--check-prefix
=CHECK-UNKNOWN
13 cmpgt p0.
b, p0
/z
, z0.
b, z0.
b
14 // CHECK-INST
: cmpgt p0.
b, p0
/z
, z0.
b, z0.
b
15 // CHECK-ENCODING
: [0x10,0x80,0x00,0x24]
16 // CHECK-ERROR
: instruction requires
: sve
or sme
17 // CHECK-UNKNOWN
: 24008010 <unknown
>
19 cmpgt p0.h
, p0
/z
, z0.h
, z0.h
20 // CHECK-INST
: cmpgt p0.h
, p0
/z
, z0.h
, z0.h
21 // CHECK-ENCODING
: [0x10,0x80,0x40,0x24]
22 // CHECK-ERROR
: instruction requires
: sve
or sme
23 // CHECK-UNKNOWN
: 24408010 <unknown
>
25 cmpgt p0.s
, p0
/z
, z0.s
, z0.s
26 // CHECK-INST
: cmpgt p0.s
, p0
/z
, z0.s
, z0.s
27 // CHECK-ENCODING
: [0x10,0x80,0x80,0x24]
28 // CHECK-ERROR
: instruction requires
: sve
or sme
29 // CHECK-UNKNOWN
: 24808010 <unknown
>
31 cmpgt p0.d
, p0
/z
, z0.d
, z0.d
32 // CHECK-INST
: cmpgt p0.d
, p0
/z
, z0.d
, z0.d
33 // CHECK-ENCODING
: [0x10,0x80,0xc0,0x24]
34 // CHECK-ERROR
: instruction requires
: sve
or sme
35 // CHECK-UNKNOWN
: 24c08010
<unknown
>
37 cmpgt p0.
b, p0
/z
, z0.
b, z0.d
38 // CHECK-INST
: cmpgt p0.
b, p0
/z
, z0.
b, z0.d
39 // CHECK-ENCODING
: [0x10,0x40,0x00,0x24]
40 // CHECK-ERROR
: instruction requires
: sve
or sme
41 // CHECK-UNKNOWN
: 24004010 <unknown
>
43 cmpgt p0.h
, p0
/z
, z0.h
, z0.d
44 // CHECK-INST
: cmpgt p0.h
, p0
/z
, z0.h
, z0.d
45 // CHECK-ENCODING
: [0x10,0x40,0x40,0x24]
46 // CHECK-ERROR
: instruction requires
: sve
or sme
47 // CHECK-UNKNOWN
: 24404010 <unknown
>
49 cmpgt p0.s
, p0
/z
, z0.s
, z0.d
50 // CHECK-INST
: cmpgt p0.s
, p0
/z
, z0.s
, z0.d
51 // CHECK-ENCODING
: [0x10,0x40,0x80,0x24]
52 // CHECK-ERROR
: instruction requires
: sve
or sme
53 // CHECK-UNKNOWN
: 24804010 <unknown
>
55 cmpgt p0.
b, p0
/z
, z0.
b, #-16
56 // CHECK-INST
: cmpgt p0.
b, p0
/z
, z0.
b, #-16
57 // CHECK-ENCODING
: [0x10,0x00,0x10,0x25]
58 // CHECK-ERROR
: instruction requires
: sve
or sme
59 // CHECK-UNKNOWN
: 25100010 <unknown
>
61 cmpgt p0.h
, p0
/z
, z0.h
, #-16
62 // CHECK-INST
: cmpgt p0.h
, p0
/z
, z0.h
, #-16
63 // CHECK-ENCODING
: [0x10,0x00,0x50,0x25]
64 // CHECK-ERROR
: instruction requires
: sve
or sme
65 // CHECK-UNKNOWN
: 25500010 <unknown
>
67 cmpgt p0.s
, p0
/z
, z0.s
, #-16
68 // CHECK-INST
: cmpgt p0.s
, p0
/z
, z0.s
, #-16
69 // CHECK-ENCODING
: [0x10,0x00,0x90,0x25]
70 // CHECK-ERROR
: instruction requires
: sve
or sme
71 // CHECK-UNKNOWN
: 25900010 <unknown
>
73 cmpgt p0.d
, p0
/z
, z0.d
, #-16
74 // CHECK-INST
: cmpgt p0.d
, p0
/z
, z0.d
, #-16
75 // CHECK-ENCODING
: [0x10,0x00,0xd0,0x25]
76 // CHECK-ERROR
: instruction requires
: sve
or sme
77 // CHECK-UNKNOWN
: 25d00010
<unknown
>
79 cmpgt p0.
b, p0
/z
, z0.
b, #15
80 // CHECK-INST
: cmpgt p0.
b, p0
/z
, z0.
b, #15
81 // CHECK-ENCODING
: [0x10,0x00,0x0f,0x25]
82 // CHECK-ERROR
: instruction requires
: sve
or sme
83 // CHECK-UNKNOWN
: 250f0010
<unknown
>
85 cmpgt p0.h
, p0
/z
, z0.h
, #15
86 // CHECK-INST
: cmpgt p0.h
, p0
/z
, z0.h
, #15
87 // CHECK-ENCODING
: [0x10,0x00,0x4f,0x25]
88 // CHECK-ERROR
: instruction requires
: sve
or sme
89 // CHECK-UNKNOWN
: 254f0010
<unknown
>
91 cmpgt p0.s
, p0
/z
, z0.s
, #15
92 // CHECK-INST
: cmpgt p0.s
, p0
/z
, z0.s
, #15
93 // CHECK-ENCODING
: [0x10,0x00,0x8f,0x25]
94 // CHECK-ERROR
: instruction requires
: sve
or sme
95 // CHECK-UNKNOWN
: 258f0010
<unknown
>
97 cmpgt p0.d
, p0
/z
, z0.d
, #15
98 // CHECK-INST
: cmpgt p0.d
, p0
/z
, z0.d
, #15
99 // CHECK-ENCODING
: [0x10,0x00,0xcf,0x25]
100 // CHECK-ERROR
: instruction requires
: sve
or sme
101 // CHECK-UNKNOWN
: 25cf0010
<unknown
>