File: gfx11_dasm_smem.txt

package info (click to toggle)
llvm-toolchain-19 1%3A19.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,998,520 kB
  • sloc: cpp: 6,951,680; ansic: 1,486,157; asm: 913,598; python: 232,024; f90: 80,126; objc: 75,281; lisp: 37,276; pascal: 16,990; sh: 10,009; ml: 5,058; perl: 4,724; awk: 3,523; makefile: 3,167; javascript: 2,504; xml: 892; fortran: 664; cs: 573
file content (473 lines) | stat: -rw-r--r-- 23,070 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1100 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX11 %s
# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=-WavefrontSize32,+WavefrontSize64 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX11 %s

# GFX11: s_atc_probe 7, s[4:5], 0x64             ; encoding: [0xc2,0x01,0x88,0xf4,0x64,0x00,0x00,0xf8]
0xc2,0x01,0x88,0xf4,0x64,0x00,0x00,0xf8

# GFX11: s_atc_probe 7, s[4:5], s9 offset:0x64   ; encoding: [0xc2,0x01,0x88,0xf4,0x64,0x00,0x00,0x12]
0xc2,0x01,0x88,0xf4,0x64,0x00,0x00,0x12

# GFX11: s_atc_probe 7, s[4:5], s2               ; encoding: [0xc2,0x01,0x88,0xf4,0x00,0x00,0x00,0x04]
0xc2,0x01,0x88,0xf4,0x00,0x00,0x00,0x04

# GFX11: s_atc_probe_buffer 7, s[8:11], 0x64     ; encoding: [0xc4,0x01,0x8c,0xf4,0x64,0x00,0x00,0xf8]
0xc4,0x01,0x8c,0xf4,0x64,0x00,0x00,0xf8

# GFX11: s_atc_probe_buffer 7, s[8:11], s9 offset:0x64 ; encoding: [0xc4,0x01,0x8c,0xf4,0x64,0x00,0x00,0x12]
0xc4,0x01,0x8c,0xf4,0x64,0x00,0x00,0x12

# GFX11: s_atc_probe_buffer 7, s[8:11], s2       ; encoding: [0xc4,0x01,0x8c,0xf4,0x00,0x00,0x00,0x04]
0xc4,0x01,0x8c,0xf4,0x00,0x00,0x00,0x04

# GFX11: s_load_b32 s101, s[2:3], s0             ; encoding: [0x41,0x19,0x00,0xf4,0x00,0x00,0x00,0x00]
0x41,0x19,0x00,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b32 s5, s[100:101], s0           ; encoding: [0x72,0x01,0x00,0xf4,0x00,0x00,0x00,0x00]
0x72,0x01,0x00,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b32 s5, s[2:3], null             ; encoding: [0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xf8]
0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xf8

# GFX11: s_load_b32 s5, s[2:3], 0x1234 glc dlc   ; encoding: [0x41,0x61,0x00,0xf4,0x34,0x12,0x00,0xf8]
0x41,0x61,0x00,0xf4,0x34,0x12,0x00,0xf8

# GFX11: s_load_b32 s5, s[2:3], m0               ; encoding: [0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xfa]
0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xfa

# GFX11: s_load_b32 s5, s[2:3], s0               ; encoding: [0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0x00]
0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b32 s5, s[2:3], s0 dlc           ; encoding: [0x41,0x21,0x00,0xf4,0x00,0x00,0x00,0x00]
0x41,0x21,0x00,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b32 s5, s[2:3], s0 glc           ; encoding: [0x41,0x41,0x00,0xf4,0x00,0x00,0x00,0x00]
0x41,0x41,0x00,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b32 s5, s[2:3], s0 glc dlc       ; encoding: [0x41,0x61,0x00,0xf4,0x00,0x00,0x00,0x00]
0x41,0x61,0x00,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b32 s5, s[2:3], s101             ; encoding: [0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xca]
0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xca

# GFX11: s_load_b32 s5, s[2:3], vcc_hi           ; encoding: [0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xd6]
0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xd6

# GFX11: s_load_b32 s5, s[2:3], vcc_lo           ; encoding: [0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xd4]
0x41,0x01,0x00,0xf4,0x00,0x00,0x00,0xd4

# GFX11: s_load_b32 s5, s[4:5], s0               ; encoding: [0x42,0x01,0x00,0xf4,0x00,0x00,0x00,0x00]
0x42,0x01,0x00,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b32 s5, vcc, s0                  ; encoding: [0x75,0x01,0x00,0xf4,0x00,0x00,0x00,0x00]
0x75,0x01,0x00,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b32 vcc_hi, s[2:3], s0           ; encoding: [0xc1,0x1a,0x00,0xf4,0x00,0x00,0x00,0x00]
0xc1,0x1a,0x00,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b32 vcc_lo, s[2:3], s0           ; encoding: [0x81,0x1a,0x00,0xf4,0x00,0x00,0x00,0x00]
0x81,0x1a,0x00,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b512 s[20:35], s[100:101], s0    ; encoding: [0x32,0x05,0x10,0xf4,0x00,0x00,0x00,0x00]
0x32,0x05,0x10,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b512 s[20:35], s[2:3], null      ; encoding: [0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xf8]
0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xf8

# GFX11: s_load_b512 s[20:35], s[2:3], 0x1234 glc dlc ; encoding: [0x01,0x65,0x10,0xf4,0x34,0x12,0x00,0xf8]
0x01,0x65,0x10,0xf4,0x34,0x12,0x00,0xf8

# GFX11: s_load_b512 s[20:35], s[2:3], m0        ; encoding: [0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xfa]
0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xfa

# GFX11: s_load_b512 s[20:35], s[2:3], s0        ; encoding: [0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0x00]
0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b512 s[20:35], s[2:3], s0 dlc    ; encoding: [0x01,0x25,0x10,0xf4,0x00,0x00,0x00,0x00]
0x01,0x25,0x10,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b512 s[20:35], s[2:3], s0 glc    ; encoding: [0x01,0x45,0x10,0xf4,0x00,0x00,0x00,0x00]
0x01,0x45,0x10,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b512 s[20:35], s[2:3], s0 glc dlc ; encoding: [0x01,0x65,0x10,0xf4,0x00,0x00,0x00,0x00]
0x01,0x65,0x10,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b512 s[20:35], s[2:3], s101      ; encoding: [0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xca]
0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xca

# GFX11: s_load_b512 s[20:35], s[2:3], vcc_hi    ; encoding: [0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xd6]
0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xd6

# GFX11: s_load_b512 s[20:35], s[2:3], vcc_lo    ; encoding: [0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xd4]
0x01,0x05,0x10,0xf4,0x00,0x00,0x00,0xd4

# GFX11: s_load_b512 s[20:35], s[4:5], s0        ; encoding: [0x02,0x05,0x10,0xf4,0x00,0x00,0x00,0x00]
0x02,0x05,0x10,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b512 s[20:35], vcc, s0           ; encoding: [0x35,0x05,0x10,0xf4,0x00,0x00,0x00,0x00]
0x35,0x05,0x10,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b512 s[24:39], s[2:3], s0        ; encoding: [0x01,0x06,0x10,0xf4,0x00,0x00,0x00,0x00]
0x01,0x06,0x10,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b512 s[84:99], s[2:3], s0        ; encoding: [0x01,0x15,0x10,0xf4,0x00,0x00,0x00,0x00]
0x01,0x15,0x10,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b64 s[100:101], s[2:3], s0       ; encoding: [0x01,0x19,0x04,0xf4,0x00,0x00,0x00,0x00]
0x01,0x19,0x04,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b64 s[10:11], s[100:101], s0     ; encoding: [0xb2,0x02,0x04,0xf4,0x00,0x00,0x00,0x00]
0xb2,0x02,0x04,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b64 s[10:11], s[2:3], null       ; encoding: [0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xf8]
0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xf8

# GFX11: s_load_b64 s[10:11], s[2:3], 0x1234 glc dlc ; encoding: [0x81,0x62,0x04,0xf4,0x34,0x12,0x00,0xf8]
0x81,0x62,0x04,0xf4,0x34,0x12,0x00,0xf8

# GFX11: s_load_b64 s[10:11], s[2:3], m0         ; encoding: [0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xfa]
0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xfa

# GFX11: s_load_b64 s[10:11], s[2:3], s0         ; encoding: [0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0x00]
0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b64 s[10:11], s[2:3], s0 dlc     ; encoding: [0x81,0x22,0x04,0xf4,0x00,0x00,0x00,0x00]
0x81,0x22,0x04,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b64 s[10:11], s[2:3], s0 glc     ; encoding: [0x81,0x42,0x04,0xf4,0x00,0x00,0x00,0x00]
0x81,0x42,0x04,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b64 s[10:11], s[2:3], s0 glc dlc ; encoding: [0x81,0x62,0x04,0xf4,0x00,0x00,0x00,0x00]
0x81,0x62,0x04,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b64 s[10:11], s[2:3], s101       ; encoding: [0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xca]
0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xca

# GFX11: s_load_b64 s[10:11], s[2:3], vcc_hi     ; encoding: [0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xd6]
0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xd6

# GFX11: s_load_b64 s[10:11], s[2:3], vcc_lo     ; encoding: [0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xd4]
0x81,0x02,0x04,0xf4,0x00,0x00,0x00,0xd4

# GFX11: s_load_b64 s[10:11], s[4:5], s0         ; encoding: [0x82,0x02,0x04,0xf4,0x00,0x00,0x00,0x00]
0x82,0x02,0x04,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b64 s[10:11], vcc, s0            ; encoding: [0xb5,0x02,0x04,0xf4,0x00,0x00,0x00,0x00]
0xb5,0x02,0x04,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b64 s[12:13], s[2:3], s0         ; encoding: [0x01,0x03,0x04,0xf4,0x00,0x00,0x00,0x00]
0x01,0x03,0x04,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b64 vcc, s[2:3], s0              ; encoding: [0x81,0x1a,0x04,0xf4,0x00,0x00,0x00,0x00]
0x81,0x1a,0x04,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b128 s[20:23], s[100:101], s0    ; encoding: [0x32,0x05,0x08,0xf4,0x00,0x00,0x00,0x00]
0x32,0x05,0x08,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b128 s[20:23], s[2:3], null      ; encoding: [0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xf8]
0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xf8

# GFX11: s_load_b128 s[20:23], s[2:3], 0x1234 glc dlc ; encoding: [0x01,0x65,0x08,0xf4,0x34,0x12,0x00,0xf8]
0x01,0x65,0x08,0xf4,0x34,0x12,0x00,0xf8

# GFX11: s_load_b128 s[20:23], s[2:3], m0        ; encoding: [0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xfa]
0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xfa

# GFX11: s_load_b128 s[20:23], s[2:3], s0        ; encoding: [0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0x00]
0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b128 s[20:23], s[2:3], s0 dlc    ; encoding: [0x01,0x25,0x08,0xf4,0x00,0x00,0x00,0x00]
0x01,0x25,0x08,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b128 s[20:23], s[2:3], s0 glc    ; encoding: [0x01,0x45,0x08,0xf4,0x00,0x00,0x00,0x00]
0x01,0x45,0x08,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b128 s[20:23], s[2:3], s0 glc dlc ; encoding: [0x01,0x65,0x08,0xf4,0x00,0x00,0x00,0x00]
0x01,0x65,0x08,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b128 s[20:23], s[2:3], s101      ; encoding: [0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xca]
0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xca

# GFX11: s_load_b128 s[20:23], s[2:3], vcc_hi    ; encoding: [0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xd6]
0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xd6

# GFX11: s_load_b128 s[20:23], s[2:3], vcc_lo    ; encoding: [0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xd4]
0x01,0x05,0x08,0xf4,0x00,0x00,0x00,0xd4

# GFX11: s_load_b128 s[20:23], s[4:5], s0        ; encoding: [0x02,0x05,0x08,0xf4,0x00,0x00,0x00,0x00]
0x02,0x05,0x08,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b128 s[20:23], vcc, s0           ; encoding: [0x35,0x05,0x08,0xf4,0x00,0x00,0x00,0x00]
0x35,0x05,0x08,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b128 s[24:27], s[2:3], s0        ; encoding: [0x01,0x06,0x08,0xf4,0x00,0x00,0x00,0x00]
0x01,0x06,0x08,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b128 s[96:99], s[2:3], s0        ; encoding: [0x01,0x18,0x08,0xf4,0x00,0x00,0x00,0x00]
0x01,0x18,0x08,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b256 s[20:27], s[100:101], s0    ; encoding: [0x32,0x05,0x0c,0xf4,0x00,0x00,0x00,0x00]
0x32,0x05,0x0c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b256 s[20:27], s[2:3], null      ; encoding: [0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xf8]
0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xf8

# GFX11: s_load_b256 s[20:27], s[2:3], 0x1234 glc dlc ; encoding: [0x01,0x65,0x0c,0xf4,0x34,0x12,0x00,0xf8]
0x01,0x65,0x0c,0xf4,0x34,0x12,0x00,0xf8

# GFX11: s_load_b256 s[20:27], s[2:3], m0        ; encoding: [0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xfa]
0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xfa

# GFX11: s_load_b256 s[20:27], s[2:3], s0        ; encoding: [0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0x00]
0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b256 s[20:27], s[2:3], s0 dlc    ; encoding: [0x01,0x25,0x0c,0xf4,0x00,0x00,0x00,0x00]
0x01,0x25,0x0c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b256 s[20:27], s[2:3], s0 glc    ; encoding: [0x01,0x45,0x0c,0xf4,0x00,0x00,0x00,0x00]
0x01,0x45,0x0c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b256 s[20:27], s[2:3], s0 glc dlc ; encoding: [0x01,0x65,0x0c,0xf4,0x00,0x00,0x00,0x00]
0x01,0x65,0x0c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b256 s[20:27], s[2:3], s101      ; encoding: [0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xca]
0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xca

# GFX11: s_load_b256 s[20:27], s[2:3], vcc_hi    ; encoding: [0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xd6]
0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xd6

# GFX11: s_load_b256 s[20:27], s[2:3], vcc_lo    ; encoding: [0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xd4]
0x01,0x05,0x0c,0xf4,0x00,0x00,0x00,0xd4

# GFX11: s_load_b256 s[20:27], s[4:5], s0        ; encoding: [0x02,0x05,0x0c,0xf4,0x00,0x00,0x00,0x00]
0x02,0x05,0x0c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b256 s[20:27], vcc, s0           ; encoding: [0x35,0x05,0x0c,0xf4,0x00,0x00,0x00,0x00]
0x35,0x05,0x0c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b256 s[24:31], s[2:3], s0        ; encoding: [0x01,0x06,0x0c,0xf4,0x00,0x00,0x00,0x00]
0x01,0x06,0x0c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_load_b256 s[92:99], s[2:3], s0        ; encoding: [0x01,0x17,0x0c,0xf4,0x00,0x00,0x00,0x00]
0x01,0x17,0x0c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b32 s101, s[4:7], s0      ; encoding: [0x42,0x19,0x20,0xf4,0x00,0x00,0x00,0x00]
0x42,0x19,0x20,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b32 s5, s[4:7], null      ; encoding: [0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xf8]
0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xf8

# GFX11: s_buffer_load_b32 s5, s[4:7], 0x1234 glc dlc ; encoding: [0x42,0x61,0x20,0xf4,0x34,0x12,0x00,0xf8]
0x42,0x61,0x20,0xf4,0x34,0x12,0x00,0xf8

# GFX11: s_buffer_load_b32 s5, s[4:7], m0        ; encoding: [0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xfa]
0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xfa

# GFX11: s_buffer_load_b32 s5, s[4:7], s0        ; encoding: [0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0x00]
0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b32 s5, s[4:7], s0 dlc    ; encoding: [0x42,0x21,0x20,0xf4,0x00,0x00,0x00,0x00]
0x42,0x21,0x20,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b32 s5, s[4:7], s0 glc    ; encoding: [0x42,0x41,0x20,0xf4,0x00,0x00,0x00,0x00]
0x42,0x41,0x20,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b32 s5, s[4:7], s0 glc dlc ; encoding: [0x42,0x61,0x20,0xf4,0x00,0x00,0x00,0x00]
0x42,0x61,0x20,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b32 s5, s[4:7], s101      ; encoding: [0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xca]
0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xca

# GFX11: s_buffer_load_b32 s5, s[4:7], vcc_hi    ; encoding: [0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xd6]
0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xd6

# GFX11: s_buffer_load_b32 s5, s[4:7], vcc_lo    ; encoding: [0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xd4]
0x42,0x01,0x20,0xf4,0x00,0x00,0x00,0xd4

# GFX11: s_buffer_load_b32 s5, s[8:11], s0       ; encoding: [0x44,0x01,0x20,0xf4,0x00,0x00,0x00,0x00]
0x44,0x01,0x20,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b32 s5, s[96:99], s0      ; encoding: [0x70,0x01,0x20,0xf4,0x00,0x00,0x00,0x00]
0x70,0x01,0x20,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b32 vcc_hi, s[4:7], s0    ; encoding: [0xc2,0x1a,0x20,0xf4,0x00,0x00,0x00,0x00]
0xc2,0x1a,0x20,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b32 vcc_lo, s[4:7], s0    ; encoding: [0x82,0x1a,0x20,0xf4,0x00,0x00,0x00,0x00]
0x82,0x1a,0x20,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b512 s[20:35], s[4:7], null ; encoding: [0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xf8]
0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xf8

# GFX11: s_buffer_load_b512 s[20:35], s[4:7], 0x1234 glc dlc ; encoding: [0x02,0x65,0x30,0xf4,0x34,0x12,0x00,0xf8]
0x02,0x65,0x30,0xf4,0x34,0x12,0x00,0xf8

# GFX11: s_buffer_load_b512 s[20:35], s[4:7], m0 ; encoding: [0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xfa]
0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xfa

# GFX11: s_buffer_load_b512 s[20:35], s[4:7], s0 ; encoding: [0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0x00]
0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b512 s[20:35], s[4:7], s0 dlc ; encoding: [0x02,0x25,0x30,0xf4,0x00,0x00,0x00,0x00]
0x02,0x25,0x30,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b512 s[20:35], s[4:7], s0 glc ; encoding: [0x02,0x45,0x30,0xf4,0x00,0x00,0x00,0x00]
0x02,0x45,0x30,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b512 s[20:35], s[4:7], s0 glc dlc ; encoding: [0x02,0x65,0x30,0xf4,0x00,0x00,0x00,0x00]
0x02,0x65,0x30,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b512 s[20:35], s[4:7], s101 ; encoding: [0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xca]
0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xca

# GFX11: s_buffer_load_b512 s[20:35], s[4:7], vcc_hi ; encoding: [0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xd6]
0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xd6

# GFX11: s_buffer_load_b512 s[20:35], s[4:7], vcc_lo ; encoding: [0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xd4]
0x02,0x05,0x30,0xf4,0x00,0x00,0x00,0xd4

# GFX11: s_buffer_load_b512 s[20:35], s[8:11], s0 ; encoding: [0x04,0x05,0x30,0xf4,0x00,0x00,0x00,0x00]
0x04,0x05,0x30,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b512 s[20:35], s[96:99], s0 ; encoding: [0x30,0x05,0x30,0xf4,0x00,0x00,0x00,0x00]
0x30,0x05,0x30,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b512 s[24:39], s[4:7], s0 ; encoding: [0x02,0x06,0x30,0xf4,0x00,0x00,0x00,0x00]
0x02,0x06,0x30,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b512 s[84:99], s[4:7], s0 ; encoding: [0x02,0x15,0x30,0xf4,0x00,0x00,0x00,0x00]
0x02,0x15,0x30,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b64 s[100:101], s[4:7], s0 ; encoding: [0x02,0x19,0x24,0xf4,0x00,0x00,0x00,0x00]
0x02,0x19,0x24,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b64 s[10:11], s[4:7], null ; encoding: [0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xf8]
0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xf8

# GFX11: s_buffer_load_b64 s[10:11], s[4:7], 0x1234 glc dlc ; encoding: [0x82,0x62,0x24,0xf4,0x34,0x12,0x00,0xf8]
0x82,0x62,0x24,0xf4,0x34,0x12,0x00,0xf8

# GFX11: s_buffer_load_b64 s[10:11], s[4:7], m0  ; encoding: [0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xfa]
0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xfa

# GFX11: s_buffer_load_b64 s[10:11], s[4:7], s0  ; encoding: [0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0x00]
0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b64 s[10:11], s[4:7], s0 dlc ; encoding: [0x82,0x22,0x24,0xf4,0x00,0x00,0x00,0x00]
0x82,0x22,0x24,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b64 s[10:11], s[4:7], s0 glc ; encoding: [0x82,0x42,0x24,0xf4,0x00,0x00,0x00,0x00]
0x82,0x42,0x24,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b64 s[10:11], s[4:7], s0 glc dlc ; encoding: [0x82,0x62,0x24,0xf4,0x00,0x00,0x00,0x00]
0x82,0x62,0x24,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b64 s[10:11], s[4:7], s101 ; encoding: [0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xca]
0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xca

# GFX11: s_buffer_load_b64 s[10:11], s[4:7], vcc_hi ; encoding: [0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xd6]
0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xd6

# GFX11: s_buffer_load_b64 s[10:11], s[4:7], vcc_lo ; encoding: [0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xd4]
0x82,0x02,0x24,0xf4,0x00,0x00,0x00,0xd4

# GFX11: s_buffer_load_b64 s[10:11], s[8:11], s0 ; encoding: [0x84,0x02,0x24,0xf4,0x00,0x00,0x00,0x00]
0x84,0x02,0x24,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b64 s[10:11], s[96:99], s0 ; encoding: [0xb0,0x02,0x24,0xf4,0x00,0x00,0x00,0x00]
0xb0,0x02,0x24,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b64 s[12:13], s[4:7], s0  ; encoding: [0x02,0x03,0x24,0xf4,0x00,0x00,0x00,0x00]
0x02,0x03,0x24,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b64 vcc, s[4:7], s0       ; encoding: [0x82,0x1a,0x24,0xf4,0x00,0x00,0x00,0x00]
0x82,0x1a,0x24,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b128 s[20:23], s[4:7], null ; encoding: [0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xf8]
0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xf8

# GFX11: s_buffer_load_b128 s[20:23], s[4:7], 0x1234 glc dlc ; encoding: [0x02,0x65,0x28,0xf4,0x34,0x12,0x00,0xf8]
0x02,0x65,0x28,0xf4,0x34,0x12,0x00,0xf8

# GFX11: s_buffer_load_b128 s[20:23], s[4:7], m0 ; encoding: [0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xfa]
0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xfa

# GFX11: s_buffer_load_b128 s[20:23], s[4:7], s0 ; encoding: [0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0x00]
0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b128 s[20:23], s[4:7], s0 dlc ; encoding: [0x02,0x25,0x28,0xf4,0x00,0x00,0x00,0x00]
0x02,0x25,0x28,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b128 s[20:23], s[4:7], s0 glc ; encoding: [0x02,0x45,0x28,0xf4,0x00,0x00,0x00,0x00]
0x02,0x45,0x28,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b128 s[20:23], s[4:7], s0 glc dlc ; encoding: [0x02,0x65,0x28,0xf4,0x00,0x00,0x00,0x00]
0x02,0x65,0x28,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b128 s[20:23], s[4:7], s101 ; encoding: [0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xca]
0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xca

# GFX11: s_buffer_load_b128 s[20:23], s[4:7], vcc_hi ; encoding: [0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xd6]
0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xd6

# GFX11: s_buffer_load_b128 s[20:23], s[4:7], vcc_lo ; encoding: [0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xd4]
0x02,0x05,0x28,0xf4,0x00,0x00,0x00,0xd4

# GFX11: s_buffer_load_b128 s[20:23], s[8:11], s0 ; encoding: [0x04,0x05,0x28,0xf4,0x00,0x00,0x00,0x00]
0x04,0x05,0x28,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b128 s[20:23], s[96:99], s0 ; encoding: [0x30,0x05,0x28,0xf4,0x00,0x00,0x00,0x00]
0x30,0x05,0x28,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b128 s[24:27], s[4:7], s0 ; encoding: [0x02,0x06,0x28,0xf4,0x00,0x00,0x00,0x00]
0x02,0x06,0x28,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b128 s[96:99], s[4:7], s0 ; encoding: [0x02,0x18,0x28,0xf4,0x00,0x00,0x00,0x00]
0x02,0x18,0x28,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b256 s[20:27], s[4:7], null ; encoding: [0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xf8]
0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xf8

# GFX11: s_buffer_load_b256 s[20:27], s[4:7], 0x1234 glc dlc ; encoding: [0x02,0x65,0x2c,0xf4,0x34,0x12,0x00,0xf8]
0x02,0x65,0x2c,0xf4,0x34,0x12,0x00,0xf8

# GFX11: s_buffer_load_b256 s[20:27], s[4:7], m0 ; encoding: [0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xfa]
0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xfa

# GFX11: s_buffer_load_b256 s[20:27], s[4:7], s0 ; encoding: [0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0x00]
0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b256 s[20:27], s[4:7], s0 dlc ; encoding: [0x02,0x25,0x2c,0xf4,0x00,0x00,0x00,0x00]
0x02,0x25,0x2c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b256 s[20:27], s[4:7], s0 glc ; encoding: [0x02,0x45,0x2c,0xf4,0x00,0x00,0x00,0x00]
0x02,0x45,0x2c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b256 s[20:27], s[4:7], s0 glc dlc ; encoding: [0x02,0x65,0x2c,0xf4,0x00,0x00,0x00,0x00]
0x02,0x65,0x2c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b256 s[20:27], s[4:7], s101 ; encoding: [0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xca]
0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xca

# GFX11: s_buffer_load_b256 s[20:27], s[4:7], vcc_hi ; encoding: [0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xd6]
0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xd6

# GFX11: s_buffer_load_b256 s[20:27], s[4:7], vcc_lo ; encoding: [0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xd4]
0x02,0x05,0x2c,0xf4,0x00,0x00,0x00,0xd4

# GFX11: s_buffer_load_b256 s[20:27], s[8:11], s0 ; encoding: [0x04,0x05,0x2c,0xf4,0x00,0x00,0x00,0x00]
0x04,0x05,0x2c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b256 s[20:27], s[96:99], s0 ; encoding: [0x30,0x05,0x2c,0xf4,0x00,0x00,0x00,0x00]
0x30,0x05,0x2c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b256 s[24:31], s[4:7], s0 ; encoding: [0x02,0x06,0x2c,0xf4,0x00,0x00,0x00,0x00]
0x02,0x06,0x2c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_buffer_load_b256 s[92:99], s[4:7], s0 ; encoding: [0x02,0x17,0x2c,0xf4,0x00,0x00,0x00,0x00]
0x02,0x17,0x2c,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_dcache_inv                            ; encoding: [0x00,0x00,0x84,0xf4,0x00,0x00,0x00,0x00]
0x00,0x00,0x84,0xf4,0x00,0x00,0x00,0x00

# GFX11: s_gl1_inv                               ; encoding: [0x00,0x00,0x80,0xf4,0x00,0x00,0x00,0x00]
0x00,0x00,0x80,0xf4,0x00,0x00,0x00,0x00