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
|
.text
.file "/s/llvm/llvm/test/CodeGen/WebAssembly/offset.ll"
.globl load_i32_with_folded_offset
.type load_i32_with_folded_offset,@function
load_i32_with_folded_offset:
.param i32
.result i32
i32.load $push0=, 24($0)
return $pop0
.endfunc
.Lfunc_end0:
.size load_i32_with_folded_offset, .Lfunc_end0-load_i32_with_folded_offset
.globl load_i32_with_folded_gep_offset
.type load_i32_with_folded_gep_offset,@function
load_i32_with_folded_gep_offset:
.param i32
.result i32
i32.load $push0=, 24($0)
return $pop0
.endfunc
.Lfunc_end1:
.size load_i32_with_folded_gep_offset, .Lfunc_end1-load_i32_with_folded_gep_offset
.globl load_i32_with_unfolded_gep_negative_offset
.type load_i32_with_unfolded_gep_negative_offset,@function
load_i32_with_unfolded_gep_negative_offset:
.param i32
.result i32
i32.const $push0=, -24
i32.add $push1=, $0, $pop0
i32.load $push2=, 0($pop1)
return $pop2
.endfunc
.Lfunc_end2:
.size load_i32_with_unfolded_gep_negative_offset, .Lfunc_end2-load_i32_with_unfolded_gep_negative_offset
.globl load_i32_with_unfolded_offset
.type load_i32_with_unfolded_offset,@function
load_i32_with_unfolded_offset:
.param i32
.result i32
i32.const $push0=, 24
i32.add $push1=, $0, $pop0
i32.load $push2=, 0($pop1)
return $pop2
.endfunc
.Lfunc_end3:
.size load_i32_with_unfolded_offset, .Lfunc_end3-load_i32_with_unfolded_offset
.globl load_i32_with_unfolded_gep_offset
.type load_i32_with_unfolded_gep_offset,@function
load_i32_with_unfolded_gep_offset:
.param i32
.result i32
i32.const $push0=, 24
i32.add $push1=, $0, $pop0
i32.load $push2=, 0($pop1)
return $pop2
.endfunc
.Lfunc_end4:
.size load_i32_with_unfolded_gep_offset, .Lfunc_end4-load_i32_with_unfolded_gep_offset
.globl load_i64_with_folded_offset
.type load_i64_with_folded_offset,@function
load_i64_with_folded_offset:
.param i32
.result i64
i64.load $push0=, 24($0)
return $pop0
.endfunc
.Lfunc_end5:
.size load_i64_with_folded_offset, .Lfunc_end5-load_i64_with_folded_offset
.globl load_i64_with_folded_gep_offset
.type load_i64_with_folded_gep_offset,@function
load_i64_with_folded_gep_offset:
.param i32
.result i64
i64.load $push0=, 24($0)
return $pop0
.endfunc
.Lfunc_end6:
.size load_i64_with_folded_gep_offset, .Lfunc_end6-load_i64_with_folded_gep_offset
.globl load_i64_with_unfolded_gep_negative_offset
.type load_i64_with_unfolded_gep_negative_offset,@function
load_i64_with_unfolded_gep_negative_offset:
.param i32
.result i64
i32.const $push0=, -24
i32.add $push1=, $0, $pop0
i64.load $push2=, 0($pop1)
return $pop2
.endfunc
.Lfunc_end7:
.size load_i64_with_unfolded_gep_negative_offset, .Lfunc_end7-load_i64_with_unfolded_gep_negative_offset
.globl load_i64_with_unfolded_offset
.type load_i64_with_unfolded_offset,@function
load_i64_with_unfolded_offset:
.param i32
.result i64
i32.const $push0=, 24
i32.add $push1=, $0, $pop0
i64.load $push2=, 0($pop1)
return $pop2
.endfunc
.Lfunc_end8:
.size load_i64_with_unfolded_offset, .Lfunc_end8-load_i64_with_unfolded_offset
.globl load_i64_with_unfolded_gep_offset
.type load_i64_with_unfolded_gep_offset,@function
load_i64_with_unfolded_gep_offset:
.param i32
.result i64
i32.const $push0=, 24
i32.add $push1=, $0, $pop0
i64.load $push2=, 0($pop1)
return $pop2
.endfunc
.Lfunc_end9:
.size load_i64_with_unfolded_gep_offset, .Lfunc_end9-load_i64_with_unfolded_gep_offset
.globl store_i32_with_folded_offset
.type store_i32_with_folded_offset,@function
store_i32_with_folded_offset:
.param i32
i32.const $push0=, 0
i32.store $discard=, 24($0), $pop0
return
.endfunc
.Lfunc_end10:
.size store_i32_with_folded_offset, .Lfunc_end10-store_i32_with_folded_offset
.globl store_i32_with_folded_gep_offset
.type store_i32_with_folded_gep_offset,@function
store_i32_with_folded_gep_offset:
.param i32
i32.const $push0=, 0
i32.store $discard=, 24($0), $pop0
return
.endfunc
.Lfunc_end11:
.size store_i32_with_folded_gep_offset, .Lfunc_end11-store_i32_with_folded_gep_offset
.globl store_i32_with_unfolded_gep_negative_offset
.type store_i32_with_unfolded_gep_negative_offset,@function
store_i32_with_unfolded_gep_negative_offset:
.param i32
i32.const $push0=, -24
i32.add $push1=, $0, $pop0
i32.const $push2=, 0
i32.store $discard=, 0($pop1), $pop2
return
.endfunc
.Lfunc_end12:
.size store_i32_with_unfolded_gep_negative_offset, .Lfunc_end12-store_i32_with_unfolded_gep_negative_offset
.globl store_i32_with_unfolded_offset
.type store_i32_with_unfolded_offset,@function
store_i32_with_unfolded_offset:
.param i32
i32.const $push0=, 24
i32.add $push1=, $0, $pop0
i32.const $push2=, 0
i32.store $discard=, 0($pop1), $pop2
return
.endfunc
.Lfunc_end13:
.size store_i32_with_unfolded_offset, .Lfunc_end13-store_i32_with_unfolded_offset
.globl store_i32_with_unfolded_gep_offset
.type store_i32_with_unfolded_gep_offset,@function
store_i32_with_unfolded_gep_offset:
.param i32
i32.const $push0=, 24
i32.add $push1=, $0, $pop0
i32.const $push2=, 0
i32.store $discard=, 0($pop1), $pop2
return
.endfunc
.Lfunc_end14:
.size store_i32_with_unfolded_gep_offset, .Lfunc_end14-store_i32_with_unfolded_gep_offset
.globl store_i64_with_folded_offset
.type store_i64_with_folded_offset,@function
store_i64_with_folded_offset:
.param i32
i64.const $push0=, 0
i64.store $discard=, 24($0), $pop0
return
.endfunc
.Lfunc_end15:
.size store_i64_with_folded_offset, .Lfunc_end15-store_i64_with_folded_offset
.globl store_i64_with_folded_gep_offset
.type store_i64_with_folded_gep_offset,@function
store_i64_with_folded_gep_offset:
.param i32
i64.const $push0=, 0
i64.store $discard=, 24($0), $pop0
return
.endfunc
.Lfunc_end16:
.size store_i64_with_folded_gep_offset, .Lfunc_end16-store_i64_with_folded_gep_offset
.globl store_i64_with_unfolded_gep_negative_offset
.type store_i64_with_unfolded_gep_negative_offset,@function
store_i64_with_unfolded_gep_negative_offset:
.param i32
i32.const $push0=, -24
i32.add $push1=, $0, $pop0
i64.const $push2=, 0
i64.store $discard=, 0($pop1), $pop2
return
.endfunc
.Lfunc_end17:
.size store_i64_with_unfolded_gep_negative_offset, .Lfunc_end17-store_i64_with_unfolded_gep_negative_offset
.globl store_i64_with_unfolded_offset
.type store_i64_with_unfolded_offset,@function
store_i64_with_unfolded_offset:
.param i32
i32.const $push0=, 24
i32.add $push1=, $0, $pop0
i64.const $push2=, 0
i64.store $discard=, 0($pop1), $pop2
return
.endfunc
.Lfunc_end18:
.size store_i64_with_unfolded_offset, .Lfunc_end18-store_i64_with_unfolded_offset
.globl store_i64_with_unfolded_gep_offset
.type store_i64_with_unfolded_gep_offset,@function
store_i64_with_unfolded_gep_offset:
.param i32
i32.const $push0=, 24
i32.add $push1=, $0, $pop0
i64.const $push2=, 0
i64.store $discard=, 0($pop1), $pop2
return
.endfunc
.Lfunc_end19:
.size store_i64_with_unfolded_gep_offset, .Lfunc_end19-store_i64_with_unfolded_gep_offset
.globl load_i32_from_numeric_address
.type load_i32_from_numeric_address,@function
load_i32_from_numeric_address:
.result i32
i32.const $push0=, 0
i32.load $push1=, 42($pop0)
return $pop1
.endfunc
.Lfunc_end20:
.size load_i32_from_numeric_address, .Lfunc_end20-load_i32_from_numeric_address
.globl load_i32_from_global_address
.type load_i32_from_global_address,@function
load_i32_from_global_address:
.result i32
i32.const $push0=, 0
i32.load $push1=, gv($pop0)
return $pop1
.endfunc
.Lfunc_end21:
.size load_i32_from_global_address, .Lfunc_end21-load_i32_from_global_address
.globl store_i32_to_numeric_address
.type store_i32_to_numeric_address,@function
store_i32_to_numeric_address:
i32.const $push0=, 0
i32.const $push1=, 0
i32.store $discard=, 42($pop0), $pop1
return
.endfunc
.Lfunc_end22:
.size store_i32_to_numeric_address, .Lfunc_end22-store_i32_to_numeric_address
.globl store_i32_to_global_address
.type store_i32_to_global_address,@function
store_i32_to_global_address:
i32.const $push0=, 0
i32.const $push1=, 0
i32.store $discard=, gv($pop0), $pop1
return
.endfunc
.Lfunc_end23:
.size store_i32_to_global_address, .Lfunc_end23-store_i32_to_global_address
.globl load_i8_s_with_folded_offset
.type load_i8_s_with_folded_offset,@function
load_i8_s_with_folded_offset:
.param i32
.result i32
i32.load8_s $push0=, 24($0)
return $pop0
.endfunc
.Lfunc_end24:
.size load_i8_s_with_folded_offset, .Lfunc_end24-load_i8_s_with_folded_offset
.globl load_i8_s_with_folded_gep_offset
.type load_i8_s_with_folded_gep_offset,@function
load_i8_s_with_folded_gep_offset:
.param i32
.result i32
i32.load8_s $push0=, 24($0)
return $pop0
.endfunc
.Lfunc_end25:
.size load_i8_s_with_folded_gep_offset, .Lfunc_end25-load_i8_s_with_folded_gep_offset
.globl load_i8_u_with_folded_offset
.type load_i8_u_with_folded_offset,@function
load_i8_u_with_folded_offset:
.param i32
.result i32
i32.load8_u $push0=, 24($0)
return $pop0
.endfunc
.Lfunc_end26:
.size load_i8_u_with_folded_offset, .Lfunc_end26-load_i8_u_with_folded_offset
.globl load_i8_u_with_folded_gep_offset
.type load_i8_u_with_folded_gep_offset,@function
load_i8_u_with_folded_gep_offset:
.param i32
.result i32
i32.load8_u $push0=, 24($0)
return $pop0
.endfunc
.Lfunc_end27:
.size load_i8_u_with_folded_gep_offset, .Lfunc_end27-load_i8_u_with_folded_gep_offset
.globl store_i8_with_folded_offset
.type store_i8_with_folded_offset,@function
store_i8_with_folded_offset:
.param i32
i32.const $push0=, 0
i32.store8 $discard=, 24($0), $pop0
return
.endfunc
.Lfunc_end28:
.size store_i8_with_folded_offset, .Lfunc_end28-store_i8_with_folded_offset
.globl store_i8_with_folded_gep_offset
.type store_i8_with_folded_gep_offset,@function
store_i8_with_folded_gep_offset:
.param i32
i32.const $push0=, 0
i32.store8 $discard=, 24($0), $pop0
return
.endfunc
.Lfunc_end29:
.size store_i8_with_folded_gep_offset, .Lfunc_end29-store_i8_with_folded_gep_offset
.globl aggregate_load_store
.type aggregate_load_store,@function
aggregate_load_store:
.param i32, i32
.local i32, i32, i32
i32.load $2=, 0($0)
i32.load $3=, 4($0)
i32.load $4=, 8($0)
i32.load $push0=, 12($0)
i32.store $discard=, 12($1), $pop0
i32.store $discard=, 8($1), $4
i32.store $discard=, 4($1), $3
i32.store $discard=, 0($1), $2
return
.endfunc
.Lfunc_end30:
.size aggregate_load_store, .Lfunc_end30-aggregate_load_store
.globl aggregate_return
.type aggregate_return,@function
aggregate_return:
.param i32
i64.const $push0=, 0
i64.store $push1=, 8($0):p2align=2, $pop0
i64.store $discard=, 0($0):p2align=2, $pop1
return
.endfunc
.Lfunc_end31:
.size aggregate_return, .Lfunc_end31-aggregate_return
.globl aggregate_return_without_merge
.type aggregate_return_without_merge,@function
aggregate_return_without_merge:
.param i32
i32.const $push0=, 0
i32.store8 $push1=, 14($0), $pop0
i32.store16 $push2=, 12($0), $pop1
i32.store $discard=, 8($0), $pop2
i64.const $push3=, 0
i64.store $discard=, 0($0), $pop3
return
.endfunc
.Lfunc_end32:
.size aggregate_return_without_merge, .Lfunc_end32-aggregate_return_without_merge
.type gv,@object
.bss
.globl gv
.p2align 2
gv:
.int32 0
.size gv, 4
|