1 // RUN
: not llvm-mc
-triple
=amdgcn
-mcpu
=gfx1100
-show-encoding
%s | FileCheck
--check-prefixes
=GFX11
%s
2 // RUN
: not llvm-mc
-triple
=amdgcn
-mcpu
=gfx1100
%s
2>&1 | FileCheck
--check-prefixes
=GFX11-ERR
--implicit-check-
not=error
: %s
4 //===----------------------------------------------------------------------===//
6 //===----------------------------------------------------------------------===//
8 s_load_b32 s5
, s
[2:3], s0
9 // GFX11
: encoding
: [0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0x00]
11 s_load_b32 s101
, s
[2:3], s0
12 // GFX11
: encoding
: [0x41,0x19,0x00,0xf4,0x00,0x00,0x00,0x00]
14 s_load_b32 vcc_lo
, s
[2:3], s0
15 // GFX11
: encoding
: [0x81,0x1a,0x00,0xf4,0x00,0x00,0x00,0x00]
17 s_load_b32 vcc_hi
, s
[2:3], s0
18 // GFX11
: encoding
: [0xc1,0x1a,0x00,0xf4,0x00,0x00,0x00,0x00]
20 s_load_b32 s5
, s
[4:5], s0
21 // GFX11
: encoding
: [0x42,0x01,0x00,0xf4,0x00,0x00,0x00,0x00]
23 s_load_b32 s5
, s
[100:101], s0
24 // GFX11
: encoding
: [0x72,0x01,0x00,0xf4,0x00,0x00,0x00,0x00]
26 s_load_b32 s5
, vcc
, s0
27 // GFX11
: encoding
: [0x75,0x01,0x00,0xf4,0x00,0x00,0x00,0x00]
29 s_load_b32 s5
, s
[2:3], s101
30 // GFX11
: encoding
: [0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xca]
32 s_load_b32 s5
, s
[2:3], vcc_lo
33 // GFX11
: encoding
: [0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xd4]
35 s_load_b32 s5
, s
[2:3], vcc_hi
36 // GFX11
: encoding
: [0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xd6]
38 s_load_b32 s5
, s
[2:3], m0
39 // GFX11
: encoding
: [0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xfa]
41 s_load_b32 s5
, s
[2:3], 0x0
42 // GFX11
: encoding
: [0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xf8]
44 s_load_b32 s5
, s
[2:3], s7 offset
:0x12345
45 // GFX11
: encoding
: [0x41,0x01,0x00,0xf4,0x45,0x23,0x01,0x0e]
47 s_load_b32 s5
, s
[2:3], s0 glc
48 // GFX11
: encoding
: [0x41,0x41,0x00,0xf4,0x00,0x00,0x00,0x00]
50 s_load_b32 s5
, s
[2:3], s0 dlc
51 // GFX11
: encoding
: [0x41,0x21,0x00,0xf4,0x00,0x00,0x00,0x00]
53 s_load_b32 s5
, s
[2:3], s0 glc dlc
54 // GFX11
: encoding
: [0x41,0x61,0x00,0xf4,0x00,0x00,0x00,0x00]
56 s_load_b32 s5
, s
[2:3], 0x1234 glc dlc
57 // GFX11
: encoding
: [0x41,0x61,0x00,0xf4,0x34,0x12,0x00,0xf8]
59 s_load_b64 s
[10:11], s
[2:3], s0
60 // GFX11
: encoding
: [0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0x00]
62 s_load_b64 s
[12:13], s
[2:3], s0
63 // GFX11
: encoding
: [0x01,0x03,0x04,0xf4,0x00,0x00,0x00,0x00]
65 s_load_b64 s
[100:101], s
[2:3], s0
66 // GFX11
: encoding
: [0x01,0x19,0x04,0xf4,0x00,0x00,0x00,0x00]
68 s_load_b64 vcc
, s
[2:3], s0
69 // GFX11
: encoding
: [0x81,0x1a,0x04,0xf4,0x00,0x00,0x00,0x00]
71 s_load_b64 s
[10:11], s
[4:5], s0
72 // GFX11
: encoding
: [0x82,0x02,0x04,0xf4,0x00,0x00,0x00,0x00]
74 s_load_b64 s
[10:11], s
[100:101], s0
75 // GFX11
: encoding
: [0xb2,0x02,0x04,0xf4,0x00,0x00,0x00,0x00]
77 s_load_b64 s
[10:11], vcc
, s0
78 // GFX11
: encoding
: [0xb5,0x02,0x04,0xf4,0x00,0x00,0x00,0x00]
80 s_load_b64 s
[10:11], s
[2:3], s101
81 // GFX11
: encoding
: [0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xca]
83 s_load_b64 s
[10:11], s
[2:3], vcc_lo
84 // GFX11
: encoding
: [0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xd4]
86 s_load_b64 s
[10:11], s
[2:3], vcc_hi
87 // GFX11
: encoding
: [0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xd6]
89 s_load_b64 s
[10:11], s
[2:3], m0
90 // GFX11
: encoding
: [0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xfa]
92 s_load_b64 s
[10:11], s
[2:3], 0x0
93 // GFX11
: encoding
: [0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xf8]
95 s_load_b64 s
[10:11], s
[2:3], s0 glc
96 // GFX11
: encoding
: [0x81,0x42,0x04,0xf4,0x00,0x00,0x00,0x00]
98 s_load_b64 s
[10:11], s
[2:3], s0 dlc
99 // GFX11
: encoding
: [0x81,0x22,0x04,0xf4,0x00,0x00,0x00,0x00]
101 s_load_b64 s
[10:11], s
[2:3], s0 glc dlc
102 // GFX11
: encoding
: [0x81,0x62,0x04,0xf4,0x00,0x00,0x00,0x00]
104 s_load_b64 s
[10:11], s
[2:3], 0x1234 glc dlc
105 // GFX11
: encoding
: [0x81,0x62,0x04,0xf4,0x34,0x12,0x00,0xf8]
107 s_load_b128 s
[20:23], s
[2:3], s0
108 // GFX11
: encoding
: [0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0x00]
110 s_load_b128 s
[24:27], s
[2:3], s0
111 // GFX11
: encoding
: [0x01,0x06,0x08,0xf4,0x00,0x00,0x00,0x00]
113 s_load_b128 s
[96:99], s
[2:3], s0
114 // GFX11
: encoding
: [0x01,0x18,0x08,0xf4,0x00,0x00,0x00,0x00]
116 s_load_b128 s
[20:23], s
[4:5], s0
117 // GFX11
: encoding
: [0x02,0x05,0x08,0xf4,0x00,0x00,0x00,0x00]
119 s_load_b128 s
[20:23], s
[100:101], s0
120 // GFX11
: encoding
: [0x32,0x05,0x08,0xf4,0x00,0x00,0x00,0x00]
122 s_load_b128 s
[20:23], vcc
, s0
123 // GFX11
: encoding
: [0x35,0x05,0x08,0xf4,0x00,0x00,0x00,0x00]
125 s_load_b128 s
[20:23], s
[2:3], s101
126 // GFX11
: encoding
: [0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xca]
128 s_load_b128 s
[20:23], s
[2:3], vcc_lo
129 // GFX11
: encoding
: [0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xd4]
131 s_load_b128 s
[20:23], s
[2:3], vcc_hi
132 // GFX11
: encoding
: [0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xd6]
134 s_load_b128 s
[20:23], s
[2:3], m0
135 // GFX11
: encoding
: [0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xfa]
137 s_load_b128 s
[20:23], s
[2:3], 0x0
138 // GFX11
: encoding
: [0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xf8]
140 s_load_b128 s
[20:23], s
[2:3], s0 glc
141 // GFX11
: encoding
: [0x01,0x45,0x08,0xf4,0x00,0x00,0x00,0x00]
143 s_load_b128 s
[20:23], s
[2:3], s0 dlc
144 // GFX11
: encoding
: [0x01,0x25,0x08,0xf4,0x00,0x00,0x00,0x00]
146 s_load_b128 s
[20:23], s
[2:3], s0 glc dlc
147 // GFX11
: encoding
: [0x01,0x65,0x08,0xf4,0x00,0x00,0x00,0x00]
149 s_load_b128 s
[20:23], s
[2:3], 0x1234 glc dlc
150 // GFX11
: encoding
: [0x01,0x65,0x08,0xf4,0x34,0x12,0x00,0xf8]
152 s_load_b256 s
[20:27], s
[2:3], s0
153 // GFX11
: encoding
: [0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0x00]
155 s_load_b256 s
[24:31], s
[2:3], s0
156 // GFX11
: encoding
: [0x01,0x06,0x0c,0xf4,0x00,0x00,0x00,0x00]
158 s_load_b256 s
[92:99], s
[2:3], s0
159 // GFX11
: encoding
: [0x01,0x17,0x0c,0xf4,0x00,0x00,0x00,0x00]
161 s_load_b256 s
[20:27], s
[4:5], s0
162 // GFX11
: encoding
: [0x02,0x05,0x0c,0xf4,0x00,0x00,0x00,0x00]
164 s_load_b256 s
[20:27], s
[100:101], s0
165 // GFX11
: encoding
: [0x32,0x05,0x0c,0xf4,0x00,0x00,0x00,0x00]
167 s_load_b256 s
[20:27], vcc
, s0
168 // GFX11
: encoding
: [0x35,0x05,0x0c,0xf4,0x00,0x00,0x00,0x00]
170 s_load_b256 s
[20:27], s
[2:3], s101
171 // GFX11
: encoding
: [0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xca]
173 s_load_b256 s
[20:27], s
[2:3], vcc_lo
174 // GFX11
: encoding
: [0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xd4]
176 s_load_b256 s
[20:27], s
[2:3], vcc_hi
177 // GFX11
: encoding
: [0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xd6]
179 s_load_b256 s
[20:27], s
[2:3], m0
180 // GFX11
: encoding
: [0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xfa]
182 s_load_b256 s
[20:27], s
[2:3], 0x0
183 // GFX11
: encoding
: [0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xf8]
185 s_load_b256 s
[20:27], s
[2:3], s0 glc
186 // GFX11
: encoding
: [0x01,0x45,0x0c,0xf4,0x00,0x00,0x00,0x00]
188 s_load_b256 s
[20:27], s
[2:3], s0 dlc
189 // GFX11
: encoding
: [0x01,0x25,0x0c,0xf4,0x00,0x00,0x00,0x00]
191 s_load_b256 s
[20:27], s
[2:3], s0 glc dlc
192 // GFX11
: encoding
: [0x01,0x65,0x0c,0xf4,0x00,0x00,0x00,0x00]
194 s_load_b256 s
[20:27], s
[2:3], 0x1234 glc dlc
195 // GFX11
: encoding
: [0x01,0x65,0x0c,0xf4,0x34,0x12,0x00,0xf8]
197 s_load_b512 s
[20:35], s
[2:3], s0
198 // GFX11
: encoding
: [0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0x00]
200 s_load_b512 s
[24:39], s
[2:3], s0
201 // GFX11
: encoding
: [0x01,0x06,0x10,0xf4,0x00,0x00,0x00,0x00]
203 s_load_b512 s
[84:99], s
[2:3], s0
204 // GFX11
: encoding
: [0x01,0x15,0x10,0xf4,0x00,0x00,0x00,0x00]
206 s_load_b512 s
[20:35], s
[4:5], s0
207 // GFX11
: encoding
: [0x02,0x05,0x10,0xf4,0x00,0x00,0x00,0x00]
209 s_load_b512 s
[20:35], s
[100:101], s0
210 // GFX11
: encoding
: [0x32,0x05,0x10,0xf4,0x00,0x00,0x00,0x00]
212 s_load_b512 s
[20:35], vcc
, s0
213 // GFX11
: encoding
: [0x35,0x05,0x10,0xf4,0x00,0x00,0x00,0x00]
215 s_load_b512 s
[20:35], s
[2:3], s101
216 // GFX11
: encoding
: [0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xca]
218 s_load_b512 s
[20:35], s
[2:3], vcc_lo
219 // GFX11
: encoding
: [0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xd4]
221 s_load_b512 s
[20:35], s
[2:3], vcc_hi
222 // GFX11
: encoding
: [0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xd6]
224 s_load_b512 s
[20:35], s
[2:3], m0
225 // GFX11
: encoding
: [0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xfa]
227 s_load_b512 s
[20:35], s
[2:3], 0x0
228 // GFX11
: encoding
: [0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xf8]
230 s_load_b512 s
[20:35], s
[2:3], s0 glc
231 // GFX11
: encoding
: [0x01,0x45,0x10,0xf4,0x00,0x00,0x00,0x00]
233 s_load_b512 s
[20:35], s
[2:3], s0 dlc
234 // GFX11
: encoding
: [0x01,0x25,0x10,0xf4,0x00,0x00,0x00,0x00]
236 s_load_b512 s
[20:35], s
[2:3], s0 glc dlc
237 // GFX11
: encoding
: [0x01,0x65,0x10,0xf4,0x00,0x00,0x00,0x00]
239 s_load_b512 s
[20:35], s
[2:3], 0x1234 glc dlc
240 // GFX11
: encoding
: [0x01,0x65,0x10,0xf4,0x34,0x12,0x00,0xf8]
242 s_buffer_load_b32 s5
, s
[4:7], s0
243 // GFX11
: encoding
: [0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0x00]
245 s_buffer_load_b32 s101
, s
[4:7], s0
246 // GFX11
: encoding
: [0x42,0x19,0x20,0xf4,0x00,0x00,0x00,0x00]
248 s_buffer_load_b32 vcc_lo
, s
[4:7], s0
249 // GFX11
: encoding
: [0x82,0x1a,0x20,0xf4,0x00,0x00,0x00,0x00]
251 s_buffer_load_b32 vcc_hi
, s
[4:7], s0
252 // GFX11
: encoding
: [0xc2,0x1a,0x20,0xf4,0x00,0x00,0x00,0x00]
254 s_buffer_load_b32 s5
, s
[8:11], s0
255 // GFX11
: encoding
: [0x44,0x01,0x20,0xf4,0x00,0x00,0x00,0x00]
257 s_buffer_load_b32 s5
, s
[96:99], s0
258 // GFX11
: encoding
: [0x70,0x01,0x20,0xf4,0x00,0x00,0x00,0x00]
260 s_buffer_load_b32 s5
, s
[4:7], s101
261 // GFX11
: encoding
: [0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xca]
263 s_buffer_load_b32 s5
, s
[4:7], vcc_lo
264 // GFX11
: encoding
: [0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xd4]
266 s_buffer_load_b32 s5
, s
[4:7], vcc_hi
267 // GFX11
: encoding
: [0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xd6]
269 s_buffer_load_b32 s5
, s
[4:7], m0
270 // GFX11
: encoding
: [0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xfa]
272 s_buffer_load_b32 s5
, s
[4:7], 0x0
273 // GFX11
: encoding
: [0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xf8]
275 s_buffer_load_b32 s5
, s
[4:7], s0 glc
276 // GFX11
: encoding
: [0x42,0x41,0x20,0xf4,0x00,0x00,0x00,0x00]
278 s_buffer_load_b32 s5
, s
[4:7], s0 dlc
279 // GFX11
: encoding
: [0x42,0x21,0x20,0xf4,0x00,0x00,0x00,0x00]
281 s_buffer_load_b32 s5
, s
[4:7], s0 glc dlc
282 // GFX11
: encoding
: [0x42,0x61,0x20,0xf4,0x00,0x00,0x00,0x00]
284 s_buffer_load_b32 s5
, s
[4:7], 0x1234 glc dlc
285 // GFX11
: encoding
: [0x42,0x61,0x20,0xf4,0x34,0x12,0x00,0xf8]
287 s_buffer_load_b64 s
[10:11], s
[4:7], s0
288 // GFX11
: encoding
: [0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0x00]
290 s_buffer_load_b64 s
[12:13], s
[4:7], s0
291 // GFX11
: encoding
: [0x02,0x03,0x24,0xf4,0x00,0x00,0x00,0x00]
293 s_buffer_load_b64 s
[100:101], s
[4:7], s0
294 // GFX11
: encoding
: [0x02,0x19,0x24,0xf4,0x00,0x00,0x00,0x00]
296 s_buffer_load_b64 vcc
, s
[4:7], s0
297 // GFX11
: encoding
: [0x82,0x1a,0x24,0xf4,0x00,0x00,0x00,0x00]
299 s_buffer_load_b64 s
[10:11], s
[8:11], s0
300 // GFX11
: encoding
: [0x84,0x02,0x24,0xf4,0x00,0x00,0x00,0x00]
302 s_buffer_load_b64 s
[10:11], s
[96:99], s0
303 // GFX11
: encoding
: [0xb0,0x02,0x24,0xf4,0x00,0x00,0x00,0x00]
305 s_buffer_load_b64 s
[10:11], s
[4:7], s101
306 // GFX11
: encoding
: [0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xca]
308 s_buffer_load_b64 s
[10:11], s
[4:7], vcc_lo
309 // GFX11
: encoding
: [0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xd4]
311 s_buffer_load_b64 s
[10:11], s
[4:7], vcc_hi
312 // GFX11
: encoding
: [0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xd6]
314 s_buffer_load_b64 s
[10:11], s
[4:7], m0
315 // GFX11
: encoding
: [0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xfa]
317 s_buffer_load_b64 s
[10:11], s
[4:7], 0x0
318 // GFX11
: encoding
: [0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xf8]
320 s_buffer_load_b64 s
[10:11], s
[4:7], s0 glc
321 // GFX11
: encoding
: [0x82,0x42,0x24,0xf4,0x00,0x00,0x00,0x00]
323 s_buffer_load_b64 s
[10:11], s
[4:7], s0 dlc
324 // GFX11
: encoding
: [0x82,0x22,0x24,0xf4,0x00,0x00,0x00,0x00]
326 s_buffer_load_b64 s
[10:11], s
[4:7], s0 glc dlc
327 // GFX11
: encoding
: [0x82,0x62,0x24,0xf4,0x00,0x00,0x00,0x00]
329 s_buffer_load_b64 s
[10:11], s
[4:7], 0x1234 glc dlc
330 // GFX11
: encoding
: [0x82,0x62,0x24,0xf4,0x34,0x12,0x00,0xf8]
332 s_buffer_load_b128 s
[20:23], s
[4:7], s0
333 // GFX11
: encoding
: [0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0x00]
335 s_buffer_load_b128 s
[24:27], s
[4:7], s0
336 // GFX11
: encoding
: [0x02,0x06,0x28,0xf4,0x00,0x00,0x00,0x00]
338 s_buffer_load_b128 s
[96:99], s
[4:7], s0
339 // GFX11
: encoding
: [0x02,0x18,0x28,0xf4,0x00,0x00,0x00,0x00]
341 s_buffer_load_b128 s
[20:23], s
[8:11], s0
342 // GFX11
: encoding
: [0x04,0x05,0x28,0xf4,0x00,0x00,0x00,0x00]
344 s_buffer_load_b128 s
[20:23], s
[96:99], s0
345 // GFX11
: encoding
: [0x30,0x05,0x28,0xf4,0x00,0x00,0x00,0x00]
347 s_buffer_load_b128 s
[20:23], s
[4:7], s101
348 // GFX11
: encoding
: [0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xca]
350 s_buffer_load_b128 s
[20:23], s
[4:7], vcc_lo
351 // GFX11
: encoding
: [0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xd4]
353 s_buffer_load_b128 s
[20:23], s
[4:7], vcc_hi
354 // GFX11
: encoding
: [0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xd6]
356 s_buffer_load_b128 s
[20:23], s
[4:7], m0
357 // GFX11
: encoding
: [0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xfa]
359 s_buffer_load_b128 s
[20:23], s
[4:7], 0x0
360 // GFX11
: encoding
: [0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xf8]
362 s_buffer_load_b128 s
[20:23], s
[4:7], s0 glc
363 // GFX11
: encoding
: [0x02,0x45,0x28,0xf4,0x00,0x00,0x00,0x00]
365 s_buffer_load_b128 s
[20:23], s
[4:7], s0 dlc
366 // GFX11
: encoding
: [0x02,0x25,0x28,0xf4,0x00,0x00,0x00,0x00]
368 s_buffer_load_b128 s
[20:23], s
[4:7], s0 glc dlc
369 // GFX11
: encoding
: [0x02,0x65,0x28,0xf4,0x00,0x00,0x00,0x00]
371 s_buffer_load_b128 s
[20:23], s
[4:7], 0x1234 glc dlc
372 // GFX11
: encoding
: [0x02,0x65,0x28,0xf4,0x34,0x12,0x00,0xf8]
374 s_buffer_load_b256 s
[20:27], s
[4:7], s0
375 // GFX11
: encoding
: [0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0x00]
377 s_buffer_load_b256 s
[24:31], s
[4:7], s0
378 // GFX11
: encoding
: [0x02,0x06,0x2c,0xf4,0x00,0x00,0x00,0x00]
380 s_buffer_load_b256 s
[92:99], s
[4:7], s0
381 // GFX11
: encoding
: [0x02,0x17,0x2c,0xf4,0x00,0x00,0x00,0x00]
383 s_buffer_load_b256 s
[20:27], s
[8:11], s0
384 // GFX11
: encoding
: [0x04,0x05,0x2c,0xf4,0x00,0x00,0x00,0x00]
386 s_buffer_load_b256 s
[20:27], s
[96:99], s0
387 // GFX11
: encoding
: [0x30,0x05,0x2c,0xf4,0x00,0x00,0x00,0x00]
389 s_buffer_load_b256 s
[20:27], s
[4:7], s101
390 // GFX11
: encoding
: [0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xca]
392 s_buffer_load_b256 s
[20:27], s
[4:7], vcc_lo
393 // GFX11
: encoding
: [0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xd4]
395 s_buffer_load_b256 s
[20:27], s
[4:7], vcc_hi
396 // GFX11
: encoding
: [0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xd6]
398 s_buffer_load_b256 s
[20:27], s
[4:7], m0
399 // GFX11
: encoding
: [0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xfa]
401 s_buffer_load_b256 s
[20:27], s
[4:7], 0x0
402 // GFX11
: encoding
: [0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xf8]
404 s_buffer_load_b256 s
[20:27], s
[4:7], s0 glc
405 // GFX11
: encoding
: [0x02,0x45,0x2c,0xf4,0x00,0x00,0x00,0x00]
407 s_buffer_load_b256 s
[20:27], s
[4:7], s0 dlc
408 // GFX11
: encoding
: [0x02,0x25,0x2c,0xf4,0x00,0x00,0x00,0x00]
410 s_buffer_load_b256 s
[20:27], s
[4:7], s0 glc dlc
411 // GFX11
: encoding
: [0x02,0x65,0x2c,0xf4,0x00,0x00,0x00,0x00]
413 s_buffer_load_b256 s
[20:27], s
[4:7], 0x1234 glc dlc
414 // GFX11
: encoding
: [0x02,0x65,0x2c,0xf4,0x34,0x12,0x00,0xf8]
416 s_buffer_load_b512 s
[20:35], s
[4:7], s0
417 // GFX11
: encoding
: [0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0x00]
419 s_buffer_load_b512 s
[24:39], s
[4:7], s0
420 // GFX11
: encoding
: [0x02,0x06,0x30,0xf4,0x00,0x00,0x00,0x00]
422 s_buffer_load_b512 s
[84:99], s
[4:7], s0
423 // GFX11
: encoding
: [0x02,0x15,0x30,0xf4,0x00,0x00,0x00,0x00]
425 s_buffer_load_b512 s
[20:35], s
[8:11], s0
426 // GFX11
: encoding
: [0x04,0x05,0x30,0xf4,0x00,0x00,0x00,0x00]
428 s_buffer_load_b512 s
[20:35], s
[96:99], s0
429 // GFX11
: encoding
: [0x30,0x05,0x30,0xf4,0x00,0x00,0x00,0x00]
431 s_buffer_load_b512 s
[20:35], s
[4:7], s101
432 // GFX11
: encoding
: [0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xca]
434 s_buffer_load_b512 s
[20:35], s
[4:7], vcc_lo
435 // GFX11
: encoding
: [0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xd4]
437 s_buffer_load_b512 s
[20:35], s
[4:7], vcc_hi
438 // GFX11
: encoding
: [0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xd6]
440 s_buffer_load_b512 s
[20:35], s
[4:7], m0
441 // GFX11
: encoding
: [0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xfa]
443 s_buffer_load_b512 s
[20:35], s
[4:7], 0x0
444 // GFX11
: encoding
: [0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xf8]
446 s_buffer_load_b512 s
[20:35], s
[4:7], s0 glc
447 // GFX11
: encoding
: [0x02,0x45,0x30,0xf4,0x00,0x00,0x00,0x00]
449 s_buffer_load_b512 s
[20:35], s
[4:7], s0 dlc
450 // GFX11
: encoding
: [0x02,0x25,0x30,0xf4,0x00,0x00,0x00,0x00]
452 s_buffer_load_b512 s
[20:35], s
[4:7], s0 glc dlc
453 // GFX11
: encoding
: [0x02,0x65,0x30,0xf4,0x00,0x00,0x00,0x00]
455 s_buffer_load_b512 s
[20:35], s
[4:7], 0x1234 glc dlc
456 // GFX11
: encoding
: [0x02,0x65,0x30,0xf4,0x34,0x12,0x00,0xf8]
459 // GFX11
: encoding
: [0x00,0x00,0x84,0xf4,0x00,0x00,0x00,0x00]
462 // GFX11
: encoding
: [0x00,0x00,0x80,0xf4,0x00,0x00,0x00,0x00]
464 s_atc_probe
7, s
[4:5], s2
465 // GFX11
: encoding
: [0xc2,0x01,0x88,0xf4,0x00,0x00,0x00,0x04]
467 s_atc_probe
7, s
[4:5], 0x64
468 // GFX11
: encoding
: [0xc2,0x01,0x88,0xf4,0x64,0x00,0x00,0xf8]
470 s_atc_probe
7, s
[4:5], s9 offset
:0x64
471 // GFX11
: encoding
: [0xc2,0x01,0x88,0xf4,0x64,0x00,0x00,0x12]
473 s_atc_probe_buffer
7, s
[8:11], s2
474 // GFX11
: encoding
: [0xc4,0x01,0x8c,0xf4,0x00,0x00,0x00,0x04]
476 s_atc_probe_buffer
7, s
[8:11], 0x64
477 // GFX11
: encoding
: [0xc4,0x01,0x8c,0xf4,0x64,0x00,0x00,0xf8]
479 s_atc_probe_buffer
7, s
[8:11], s9 offset
:0x64
480 // GFX11
: encoding
: [0xc4,0x01,0x8c,0xf4,0x64,0x00,0x00,0x12]
482 s_store_dword s1
, s
[4:5], s0
483 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
485 s_store_dword s101
, s
[4:5], s0
486 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
488 s_store_dword vcc_lo
, s
[4:5], s0
489 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
491 s_store_dword vcc_hi
, s
[4:5], s0
492 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
494 s_store_dword s1
, s
[6:7], s0
495 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
497 s_store_dword s1
, s
[100:101], s0
498 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
500 s_store_dword s1
, vcc
, s0
501 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
503 s_store_dword s1
, s
[4:5], s101
504 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
506 s_store_dword s1
, s
[4:5], vcc_lo
507 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
509 s_store_dword s1
, s
[4:5], vcc_hi
510 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
512 s_store_dword s1
, s
[4:5], m0
513 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
515 s_store_dword s1
, s
[4:5], 0x0
516 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
518 s_store_dword s1
, s
[4:5], s0 glc
519 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
521 s_store_dword s1
, s
[4:5], s0 dlc
522 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
524 s_store_dword s1
, s
[4:5], s0 glc dlc
525 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
527 s_store_dword s1
, s
[4:5], 0x1234 glc dlc
528 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
530 s_store_dwordx2 s
[2:3], s
[4:5], s0
531 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
533 s_store_dwordx2 s
[4:5], s
[4:5], s0
534 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
536 s_store_dwordx2 s
[100:101], s
[4:5], s0
537 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
539 s_store_dwordx2 vcc
, s
[4:5], s0
540 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
542 s_store_dwordx2 s
[2:3], s
[6:7], s0
543 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
545 s_store_dwordx2 s
[2:3], s
[100:101], s0
546 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
548 s_store_dwordx2 s
[2:3], vcc
, s0
549 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
551 s_store_dwordx2 s
[2:3], s
[4:5], s101
552 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
554 s_store_dwordx2 s
[2:3], s
[4:5], vcc_lo
555 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
557 s_store_dwordx2 s
[2:3], s
[4:5], vcc_hi
558 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
560 s_store_dwordx2 s
[2:3], s
[4:5], m0
561 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
563 s_store_dwordx2 s
[2:3], s
[4:5], 0x0
564 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
566 s_store_dwordx2 s
[2:3], s
[4:5], s0 glc
567 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
569 s_store_dwordx2 s
[2:3], s
[4:5], s0 dlc
570 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
572 s_store_dwordx2 s
[2:3], s
[4:5], s0 glc dlc
573 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
575 s_store_dwordx2 s
[2:3], s
[4:5], 0x1234 glc dlc
576 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
578 s_store_dwordx4 s
[4:7], s
[4:5], s0
579 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
581 s_store_dwordx4 s
[8:11], s
[4:5], s0
582 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
584 s_store_dwordx4 s
[96:99], s
[4:5], s0
585 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
587 s_store_dwordx4 s
[4:7], s
[6:7], s0
588 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
590 s_store_dwordx4 s
[4:7], s
[100:101], s0
591 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
593 s_store_dwordx4 s
[4:7], vcc
, s0
594 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
596 s_store_dwordx4 s
[4:7], s
[4:5], s101
597 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
599 s_store_dwordx4 s
[4:7], s
[4:5], vcc_lo
600 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
602 s_store_dwordx4 s
[4:7], s
[4:5], vcc_hi
603 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
605 s_store_dwordx4 s
[4:7], s
[4:5], m0
606 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
608 s_store_dwordx4 s
[4:7], s
[4:5], 0x0
609 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
611 s_store_dwordx4 s
[4:7], s
[4:5], s0 glc
612 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
614 s_store_dwordx4 s
[4:7], s
[4:5], s0 dlc
615 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
617 s_store_dwordx4 s
[4:7], s
[4:5], s0 glc dlc
618 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
620 s_store_dwordx4 s
[4:7], s
[4:5], 0x1234 glc dlc
621 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
623 s_buffer_store_dword s1
, s
[8:11], s0
624 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
626 s_buffer_store_dword s101
, s
[8:11], s0
627 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
629 s_buffer_store_dword vcc_lo
, s
[8:11], s0
630 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
632 s_buffer_store_dword vcc_hi
, s
[8:11], s0
633 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
635 s_buffer_store_dword s1
, s
[12:15], s0
636 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
638 s_buffer_store_dword s1
, s
[96:99], s0
639 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
641 s_buffer_store_dword s1
, s
[8:11], s101
642 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
644 s_buffer_store_dword s1
, s
[8:11], vcc_lo
645 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
647 s_buffer_store_dword s1
, s
[8:11], vcc_hi
648 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
650 s_buffer_store_dword s1
, s
[8:11], m0
651 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
653 s_buffer_store_dword s1
, s
[8:11], 0x0
654 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
656 s_buffer_store_dword s1
, s
[8:11], s0 glc
657 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
659 s_buffer_store_dword s1
, s
[8:11], s0 dlc
660 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
662 s_buffer_store_dword s1
, s
[8:11], s0 glc dlc
663 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
665 s_buffer_store_dword s1
, s
[8:11], 0x1234 glc dlc
666 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
668 s_buffer_store_dwordx2 s
[2:3], s
[8:11], s0
669 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
671 s_buffer_store_dwordx2 s
[4:5], s
[8:11], s0
672 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
674 s_buffer_store_dwordx2 s
[100:101], s
[8:11], s0
675 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
677 s_buffer_store_dwordx2 vcc
, s
[8:11], s0
678 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
680 s_buffer_store_dwordx2 s
[2:3], s
[12:15], s0
681 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
683 s_buffer_store_dwordx2 s
[2:3], s
[96:99], s0
684 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
686 s_buffer_store_dwordx2 s
[2:3], s
[8:11], s101
687 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
689 s_buffer_store_dwordx2 s
[2:3], s
[8:11], vcc_lo
690 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
692 s_buffer_store_dwordx2 s
[2:3], s
[8:11], vcc_hi
693 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
695 s_buffer_store_dwordx2 s
[2:3], s
[8:11], m0
696 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
698 s_buffer_store_dwordx2 s
[2:3], s
[8:11], 0x0
699 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
701 s_buffer_store_dwordx2 s
[2:3], s
[8:11], s0 glc
702 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
704 s_buffer_store_dwordx2 s
[2:3], s
[8:11], s0 dlc
705 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
707 s_buffer_store_dwordx2 s
[2:3], s
[8:11], s0 glc dlc
708 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
710 s_buffer_store_dwordx2 s
[2:3], s
[8:11], 0x1234 glc dlc
711 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
713 s_buffer_store_dwordx4 s
[4:7], s
[8:11], s0
714 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
716 s_buffer_store_dwordx4 s
[8:11], s
[8:11], s0
717 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
719 s_buffer_store_dwordx4 s
[96:99], s
[8:11], s0
720 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
722 s_buffer_store_dwordx4 s
[4:7], s
[12:15], s0
723 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
725 s_buffer_store_dwordx4 s
[4:7], s
[96:99], s0
726 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
728 s_buffer_store_dwordx4 s
[4:7], s
[8:11], s101
729 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
731 s_buffer_store_dwordx4 s
[4:7], s
[8:11], vcc_lo
732 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
734 s_buffer_store_dwordx4 s
[4:7], s
[8:11], vcc_hi
735 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
737 s_buffer_store_dwordx4 s
[4:7], s
[8:11], m0
738 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
740 s_buffer_store_dwordx4 s
[4:7], s
[8:11], 0x0
741 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
743 s_buffer_store_dwordx4 s
[4:7], s
[8:11], s0 glc
744 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
746 s_buffer_store_dwordx4 s
[4:7], s
[8:11], s0 dlc
747 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
749 s_buffer_store_dwordx4 s
[4:7], s
[8:11], s0 glc dlc
750 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
752 s_buffer_store_dwordx4 s
[4:7], s
[8:11], 0x1234 glc dlc
753 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
755 s_memrealtime s
[10:11]
756 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
758 s_memrealtime s
[12:13]
759 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
761 s_memrealtime s
[100:101]
762 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
765 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
768 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
771 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
774 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
777 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
780 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
782 s_get_waveid_in_workgroup s0
783 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
785 s_get_waveid_in_workgroup vcc_lo
786 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
788 s_scratch_load_dword s5
, s
[2:3], s101
789 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
791 s_scratch_load_dword s5
, s
[2:3], s0 glc
792 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
794 s_scratch_load_dwordx2 s
[100:101], s
[2:3], s0
795 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
797 s_scratch_load_dwordx2 s
[10:11], s
[2:3], 0x1 glc
798 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
800 s_scratch_load_dwordx4 s
[20:23], s
[4:5], s0
801 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
803 s_scratch_store_dword s101
, s
[4:5], s0
804 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
806 s_scratch_store_dword s1
, s
[4:5], 0x123 glc
807 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
809 s_scratch_store_dwordx2 s
[2:3], s
[4:5], s101 glc
810 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
812 s_scratch_store_dwordx4 s
[4:7], s
[4:5], s0 glc
813 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
815 s_dcache_discard s
[2:3], s2
816 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
818 s_dcache_discard s
[2:3], 100
819 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
821 s_dcache_discard s
[2:3], s7 offset
:100
822 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
824 s_dcache_discard_x2 s
[2:3], s2
825 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
827 s_dcache_discard_x2 s
[2:3], 100
828 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
830 s_atomic_add s5
, s
[2:3], s101
831 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
833 s_atomic_add s5
, s
[2:3], 0x64
834 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
836 s_atomic_add_x2 s
[10:11], s
[2:3], s101
837 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
839 s_atomic_and s5
, s
[2:3], s101
840 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
842 s_atomic_and_x2 s
[10:11], s
[2:3], 0x64
843 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
845 s_atomic_cmpswap s
[10:11], s
[2:3], s101
846 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
848 s_atomic_cmpswap s
[10:11], s
[2:3], 0x64
849 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
851 s_atomic_cmpswap_x2 s
[20:23], s
[2:3], s101
852 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
854 s_atomic_cmpswap_x2 s
[20:23], s
[2:3], 0x64
855 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
857 s_atomic_dec_x2 s
[10:11], s
[2:3], s101
858 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
860 s_atomic_inc_x2 s
[10:11], s
[2:3], s101
861 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
863 s_atomic_or s5
, s
[2:3], 0x64
864 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
866 s_atomic_smax s5
, s
[2:3], s101
867 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
869 s_atomic_smin s5
, s
[2:3], s101
870 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
872 s_atomic_sub s5
, s
[2:3], s101
873 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
875 s_atomic_swap s5
, s
[2:3], s101
876 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
878 s_atomic_umax_x2 s
[10:11], s
[2:3], s101
879 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
881 s_atomic_umin s5
, s
[2:3], s101
882 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
884 s_atomic_xor s5
, s
[2:3], s101
885 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
887 s_buffer_atomic_add s5
, s
[4:7], s101
888 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
890 s_buffer_atomic_add s5
, s
[4:7], 0x64
891 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
893 s_buffer_atomic_add_x2 s
[10:11], s
[4:7], s2
894 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
896 s_buffer_atomic_and s101
, s
[4:7], s2
897 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
899 s_buffer_atomic_and_x2 s
[10:11], s
[8:11], s2
900 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
902 s_buffer_atomic_cmpswap s
[10:11], s
[4:7], s2
903 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
905 s_buffer_atomic_cmpswap s
[10:11], s
[4:7], 0x64
906 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
908 s_buffer_atomic_cmpswap_x2 s
[20:23], s
[4:7], s101
909 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
911 s_buffer_atomic_cmpswap_x2 s
[20:23], s
[4:7], 0x64
912 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
914 s_buffer_atomic_dec s5
, s
[4:7], s2
915 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
917 s_buffer_atomic_inc s101
, s
[4:7], s2
918 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
920 s_buffer_atomic_inc_x2 s
[10:11], s
[4:7], 0x64
921 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
923 s_buffer_atomic_or s5
, s
[8:11], s2
924 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
926 s_buffer_atomic_or_x2 s
[10:11], s
[96:99], s2
927 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
929 s_buffer_atomic_smax s5
, s
[4:7], s101
930 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
932 s_buffer_atomic_smax_x2 s
[100:101], s
[4:7], s2
933 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
935 s_buffer_atomic_smin s5
, s
[4:7], 0x64
936 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
938 s_buffer_atomic_smin_x2 s
[12:13], s
[4:7], s2
939 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
941 s_buffer_atomic_sub_x2 s
[10:11], s
[4:7], s2
942 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
944 s_buffer_atomic_swap s5
, s
[4:7], s2
945 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
947 s_buffer_atomic_umax s5
, s
[4:7], s2
948 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
950 s_buffer_atomic_umin s5
, s
[4:7], s2
951 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
953 s_buffer_atomic_xor s5
, s
[4:7], s2
954 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
956 s_atomic_add s5
, s
[2:3], s101 glc
957 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
959 s_atomic_add s5
, s
[2:3], 0x64 glc
960 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
962 s_atomic_add_x2 s
[10:11], s
[2:3], s101 glc
963 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
965 s_atomic_and s5
, s
[2:3], s101 glc
966 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
968 s_atomic_and_x2 s
[10:11], s
[2:3], 0x64 glc
969 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
971 s_atomic_cmpswap s
[10:11], s
[2:3], s101 glc
972 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
974 s_atomic_cmpswap s
[10:11], s
[2:3], 0x64 glc
975 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
977 s_atomic_cmpswap_x2 s
[20:23], s
[2:3], s101 glc
978 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
980 s_atomic_cmpswap_x2 s
[20:23], s
[2:3], 0x64 glc
981 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
983 s_atomic_dec_x2 s
[10:11], s
[2:3], s101 glc
984 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
986 s_atomic_inc_x2 s
[10:11], s
[2:3], s101 glc
987 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
989 s_atomic_or s5
, s
[2:3], 0x64 glc
990 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
992 s_atomic_smax s5
, s
[2:3], s101 glc
993 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
995 s_atomic_smin s5
, s
[2:3], s101 glc
996 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
998 s_atomic_sub s5
, s
[2:3], s101 glc
999 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1001 s_atomic_swap s5
, s
[2:3], s101 glc
1002 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1004 s_atomic_umax_x2 s
[10:11], s
[2:3], s101 glc
1005 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1007 s_atomic_umin s5
, s
[2:3], s101 glc
1008 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1010 s_atomic_xor s5
, s
[2:3], s101 glc
1011 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1013 s_buffer_atomic_add s5
, s
[4:7], s101 glc
1014 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1016 s_buffer_atomic_add s5
, s
[4:7], 0x64 glc
1017 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1019 s_buffer_atomic_add_x2 s
[10:11], s
[4:7], s2 glc
1020 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1022 s_buffer_atomic_and s101
, s
[4:7], s2 glc
1023 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1025 s_buffer_atomic_and_x2 s
[10:11], s
[8:11], s2 glc
1026 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1028 s_buffer_atomic_cmpswap s
[10:11], s
[4:7], s2 glc
1029 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1031 s_buffer_atomic_cmpswap s
[10:11], s
[4:7], 0x64 glc
1032 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1034 s_buffer_atomic_cmpswap_x2 s
[20:23], s
[4:7], s101 glc
1035 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1037 s_buffer_atomic_cmpswap_x2 s
[20:23], s
[4:7], 0x64 glc
1038 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1040 s_buffer_atomic_dec s5
, s
[4:7], s2 glc
1041 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1043 s_buffer_atomic_inc s101
, s
[4:7], s2 glc
1044 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1046 s_buffer_atomic_inc_x2 s
[10:11], s
[4:7], 0x64 glc
1047 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1049 s_buffer_atomic_or s5
, s
[8:11], s2 glc
1050 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1052 s_buffer_atomic_or_x2 s
[10:11], s
[96:99], s2 glc
1053 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1055 s_buffer_atomic_smax s5
, s
[4:7], s101 glc
1056 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1058 s_buffer_atomic_smax_x2 s
[100:101], s
[4:7], s2 glc
1059 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1061 s_buffer_atomic_smin s5
, s
[4:7], 0x64 glc
1062 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1064 s_buffer_atomic_smin_x2 s
[12:13], s
[4:7], s2 glc
1065 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1067 s_buffer_atomic_sub_x2 s
[10:11], s
[4:7], s2 glc
1068 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1070 s_buffer_atomic_swap s5
, s
[4:7], s2 glc
1071 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1073 s_buffer_atomic_umax s5
, s
[4:7], s2 glc
1074 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1076 s_buffer_atomic_umin s5
, s
[4:7], s2 glc
1077 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1079 s_buffer_atomic_xor s5
, s
[4:7], s2 glc
1080 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1082 s_atomic_add s5
, s
[2:3], s101 dlc
1083 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1085 s_atomic_add s5
, s
[2:3], 0x64 dlc
1086 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1088 s_atomic_add_x2 s
[10:11], s
[2:3], s101 dlc
1089 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1091 s_atomic_and s5
, s
[2:3], s101 dlc
1092 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1094 s_atomic_and_x2 s
[10:11], s
[2:3], 0x64 dlc
1095 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1097 s_atomic_cmpswap s
[10:11], s
[2:3], s101 dlc
1098 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1100 s_atomic_cmpswap s
[10:11], s
[2:3], 0x64 dlc
1101 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1103 s_atomic_cmpswap_x2 s
[20:23], s
[2:3], s101 dlc
1104 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1106 s_atomic_cmpswap_x2 s
[20:23], s
[2:3], 0x64 dlc
1107 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1109 s_atomic_dec_x2 s
[10:11], s
[2:3], s101 dlc
1110 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1112 s_atomic_inc_x2 s
[10:11], s
[2:3], s101 dlc
1113 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1115 s_atomic_or s5
, s
[2:3], 0x64 dlc
1116 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1118 s_atomic_smax s5
, s
[2:3], s101 dlc
1119 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1121 s_atomic_smin s5
, s
[2:3], s101 dlc
1122 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1124 s_atomic_sub s5
, s
[2:3], s101 dlc
1125 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1127 s_atomic_swap s5
, s
[2:3], s101 dlc
1128 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1130 s_atomic_umax_x2 s
[10:11], s
[2:3], s101 dlc
1131 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1133 s_atomic_umin s5
, s
[2:3], s101 dlc
1134 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1136 s_atomic_xor s5
, s
[2:3], s101 dlc
1137 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1139 s_buffer_atomic_add s5
, s
[4:7], s101 dlc
1140 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1142 s_buffer_atomic_add s5
, s
[4:7], 0x64 dlc
1143 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1145 s_buffer_atomic_add_x2 s
[10:11], s
[4:7], s2 dlc
1146 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1148 s_buffer_atomic_and s101
, s
[4:7], s2 dlc
1149 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1151 s_buffer_atomic_and_x2 s
[10:11], s
[8:11], s2 dlc
1152 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1154 s_buffer_atomic_cmpswap s
[10:11], s
[4:7], s2 dlc
1155 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1157 s_buffer_atomic_cmpswap s
[10:11], s
[4:7], 0x64 dlc
1158 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1160 s_buffer_atomic_cmpswap_x2 s
[20:23], s
[4:7], s101 dlc
1161 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1163 s_buffer_atomic_cmpswap_x2 s
[20:23], s
[4:7], 0x64 dlc
1164 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1166 s_buffer_atomic_dec s5
, s
[4:7], s2 dlc
1167 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1169 s_buffer_atomic_inc s101
, s
[4:7], s2 dlc
1170 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1172 s_buffer_atomic_inc_x2 s
[10:11], s
[4:7], 0x64 dlc
1173 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1175 s_buffer_atomic_or s5
, s
[8:11], s2 dlc
1176 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1178 s_buffer_atomic_or_x2 s
[10:11], s
[96:99], s2 dlc
1179 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1181 s_buffer_atomic_smax s5
, s
[4:7], s101 dlc
1182 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1184 s_buffer_atomic_smax_x2 s
[100:101], s
[4:7], s2 dlc
1185 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1187 s_buffer_atomic_smin s5
, s
[4:7], 0x64 dlc
1188 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1190 s_buffer_atomic_smin_x2 s
[12:13], s
[4:7], s2 dlc
1191 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1193 s_buffer_atomic_sub_x2 s
[10:11], s
[4:7], s2 dlc
1194 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1196 s_buffer_atomic_swap s5
, s
[4:7], s2 dlc
1197 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1199 s_buffer_atomic_umax s5
, s
[4:7], s2 dlc
1200 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1202 s_buffer_atomic_umin s5
, s
[4:7], s2 dlc
1203 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU
1205 s_buffer_atomic_xor s5
, s
[4:7], s2 dlc
1206 // GFX11-ERR
: :[[@LINE-
1]]:{{[0-9]+}}: error
: instruction
not supported on this GPU