[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / MC / AArch64 / SVE / eor.s
blob2116a25d41b095b209b6ed8967f1e6c907678b1a
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 -d --mattr=+sve - | FileCheck %s --check-prefix=CHECK-INST
9 // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \
10 // RUN: | llvm-objdump -d --mattr=-sve - | FileCheck %s --check-prefix=CHECK-UNKNOWN
12 eor z5.b, z5.b, #0xf9
13 // CHECK-INST: eor z5.b, z5.b, #0xf9
14 // CHECK-ENCODING: [0xa5,0x2e,0x40,0x05]
15 // CHECK-ERROR: instruction requires: sve or sme
16 // CHECK-UNKNOWN: 05402ea5 <unknown>
18 eor z23.h, z23.h, #0xfff9
19 // CHECK-INST: eor z23.h, z23.h, #0xfff9
20 // CHECK-ENCODING: [0xb7,0x6d,0x40,0x05]
21 // CHECK-ERROR: instruction requires: sve or sme
22 // CHECK-UNKNOWN: 05406db7 <unknown>
24 eor z0.s, z0.s, #0xfffffff9
25 // CHECK-INST: eor z0.s, z0.s, #0xfffffff9
26 // CHECK-ENCODING: [0xa0,0xeb,0x40,0x05]
27 // CHECK-ERROR: instruction requires: sve or sme
28 // CHECK-UNKNOWN: 0540eba0 <unknown>
30 eor z0.d, z0.d, #0xfffffffffffffff9
31 // CHECK-INST: eor z0.d, z0.d, #0xfffffffffffffff9
32 // CHECK-ENCODING: [0xa0,0xef,0x43,0x05]
33 // CHECK-ERROR: instruction requires: sve or sme
34 // CHECK-UNKNOWN: 0543efa0 <unknown>
36 eor z5.b, z5.b, #0x6
37 // CHECK-INST: eor z5.b, z5.b, #0x6
38 // CHECK-ENCODING: [0x25,0x3e,0x40,0x05]
39 // CHECK-ERROR: instruction requires: sve or sme
40 // CHECK-UNKNOWN: 05403e25 <unknown>
42 eor z23.h, z23.h, #0x6
43 // CHECK-INST: eor z23.h, z23.h, #0x6
44 // CHECK-ENCODING: [0x37,0x7c,0x40,0x05]
45 // CHECK-ERROR: instruction requires: sve or sme
46 // CHECK-UNKNOWN: 05407c37 <unknown>
48 eor z0.s, z0.s, #0x6
49 // CHECK-INST: eor z0.s, z0.s, #0x6
50 // CHECK-ENCODING: [0x20,0xf8,0x40,0x05]
51 // CHECK-ERROR: instruction requires: sve or sme
52 // CHECK-UNKNOWN: 0540f820 <unknown>
54 eor z0.d, z0.d, #0x6
55 // CHECK-INST: eor z0.d, z0.d, #0x6
56 // CHECK-ENCODING: [0x20,0xf8,0x43,0x05]
57 // CHECK-ERROR: instruction requires: sve or sme
58 // CHECK-UNKNOWN: 0543f820 <unknown>
60 eor z23.d, z13.d, z8.d
61 // CHECK-INST: eor z23.d, z13.d, z8.d
62 // CHECK-ENCODING: [0xb7,0x31,0xa8,0x04]
63 // CHECK-ERROR: instruction requires: sve or sme
64 // CHECK-UNKNOWN: 04a831b7 <unknown>
66 eor z0.d, z0.d, z0.d
67 // CHECK-INST: eor z0.d, z0.d, z0.d
68 // CHECK-ENCODING: [0x00,0x30,0xa0,0x04]
69 // CHECK-ERROR: instruction requires: sve or sme
70 // CHECK-UNKNOWN: 04a03000 <unknown>
72 eor z31.s, p7/m, z31.s, z31.s
73 // CHECK-INST: eor z31.s, p7/m, z31.s, z31.s
74 // CHECK-ENCODING: [0xff,0x1f,0x99,0x04]
75 // CHECK-ERROR: instruction requires: sve or sme
76 // CHECK-UNKNOWN: 04991fff <unknown>
78 eor z31.h, p7/m, z31.h, z31.h
79 // CHECK-INST: eor z31.h, p7/m, z31.h, z31.h
80 // CHECK-ENCODING: [0xff,0x1f,0x59,0x04]
81 // CHECK-ERROR: instruction requires: sve or sme
82 // CHECK-UNKNOWN: 04591fff <unknown>
84 eor z31.d, p7/m, z31.d, z31.d
85 // CHECK-INST: eor z31.d, p7/m, z31.d, z31.d
86 // CHECK-ENCODING: [0xff,0x1f,0xd9,0x04]
87 // CHECK-ERROR: instruction requires: sve or sme
88 // CHECK-UNKNOWN: 04d91fff <unknown>
90 eor z31.b, p7/m, z31.b, z31.b
91 // CHECK-INST: eor z31.b, p7/m, z31.b, z31.b
92 // CHECK-ENCODING: [0xff,0x1f,0x19,0x04]
93 // CHECK-ERROR: instruction requires: sve or sme
94 // CHECK-UNKNOWN: 04191fff <unknown>
96 eor p0.b, p0/z, p0.b, p1.b
97 // CHECK-INST: eor p0.b, p0/z, p0.b, p1.b
98 // CHECK-ENCODING: [0x00,0x42,0x01,0x25]
99 // CHECK-ERROR: instruction requires: sve or sme
100 // CHECK-UNKNOWN: 25014200 <unknown>
102 eor p0.b, p0/z, p0.b, p0.b
103 // CHECK-INST: not p0.b, p0/z, p0.b
104 // CHECK-ENCODING: [0x00,0x42,0x00,0x25]
105 // CHECK-ERROR: instruction requires: sve or sme
106 // CHECK-UNKNOWN: 25004200 <unknown>
108 eor p15.b, p15/z, p15.b, p15.b
109 // CHECK-INST: not p15.b, p15/z, p15.b
110 // CHECK-ENCODING: [0xef,0x7f,0x0f,0x25]
111 // CHECK-ERROR: instruction requires: sve or sme
112 // CHECK-UNKNOWN: 250f7fef <unknown>
115 // --------------------------------------------------------------------------//
116 // Test aliases.
118 eor z0.s, z0.s, z0.s
119 // CHECK-INST: eor z0.d, z0.d, z0.d
120 // CHECK-ENCODING: [0x00,0x30,0xa0,0x04]
121 // CHECK-ERROR: instruction requires: sve or sme
122 // CHECK-UNKNOWN: 04a03000 <unknown>
124 eor z0.h, z0.h, z0.h
125 // CHECK-INST: eor z0.d, z0.d, z0.d
126 // CHECK-ENCODING: [0x00,0x30,0xa0,0x04]
127 // CHECK-ERROR: instruction requires: sve or sme
128 // CHECK-UNKNOWN: 04a03000 <unknown>
130 eor z0.b, z0.b, z0.b
131 // CHECK-INST: eor z0.d, z0.d, z0.d
132 // CHECK-ENCODING: [0x00,0x30,0xa0,0x04]
133 // CHECK-ERROR: instruction requires: sve or sme
134 // CHECK-UNKNOWN: 04a03000 <unknown>
137 // --------------------------------------------------------------------------//
138 // Test compatibility with MOVPRFX instruction.
140 movprfx z4.b, p7/z, z6.b
141 // CHECK-INST: movprfx z4.b, p7/z, z6.b
142 // CHECK-ENCODING: [0xc4,0x3c,0x10,0x04]
143 // CHECK-ERROR: instruction requires: sve or sme
144 // CHECK-UNKNOWN: 04103cc4 <unknown>
146 eor z4.b, p7/m, z4.b, z31.b
147 // CHECK-INST: eor z4.b, p7/m, z4.b, z31.b
148 // CHECK-ENCODING: [0xe4,0x1f,0x19,0x04]
149 // CHECK-ERROR: instruction requires: sve or sme
150 // CHECK-UNKNOWN: 04191fe4 <unknown>
152 movprfx z4, z6
153 // CHECK-INST: movprfx z4, z6
154 // CHECK-ENCODING: [0xc4,0xbc,0x20,0x04]
155 // CHECK-ERROR: instruction requires: sve or sme
156 // CHECK-UNKNOWN: 0420bcc4 <unknown>
158 eor z4.b, p7/m, z4.b, z31.b
159 // CHECK-INST: eor z4.b, p7/m, z4.b, z31.b
160 // CHECK-ENCODING: [0xe4,0x1f,0x19,0x04]
161 // CHECK-ERROR: instruction requires: sve or sme
162 // CHECK-UNKNOWN: 04191fe4 <unknown>
164 movprfx z0, z7
165 // CHECK-INST: movprfx z0, z7
166 // CHECK-ENCODING: [0xe0,0xbc,0x20,0x04]
167 // CHECK-ERROR: instruction requires: sve or sme
168 // CHECK-UNKNOWN: 0420bce0 <unknown>
170 eor z0.d, z0.d, #0x6
171 // CHECK-INST: eor z0.d, z0.d, #0x6
172 // CHECK-ENCODING: [0x20,0xf8,0x43,0x05]
173 // CHECK-ERROR: instruction requires: sve or sme
174 // CHECK-UNKNOWN: 0543f820 <unknown>