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
|
.text
.file "/s/llvm/llvm/test/CodeGen/WebAssembly/userstack.ll"
.globl alloca32
.type alloca32,@function
alloca32:
.local i32, i32, i32, i32
i32.const $0=, __stack_pointer
i32.load $0=, 0($0)
i32.const $1=, 16
i32.sub $3=, $0, $1
i32.const $1=, __stack_pointer
i32.store $3=, 0($1), $3
i32.const $push0=, 0
i32.store $discard=, 12($3), $pop0
i32.const $2=, 16
i32.add $3=, $3, $2
i32.const $2=, __stack_pointer
i32.store $3=, 0($2), $3
return
.endfunc
.Lfunc_end0:
.size alloca32, .Lfunc_end0-alloca32
.globl alloca3264
.type alloca3264,@function
alloca3264:
.local i32, i32, i32, i32
i32.const $0=, __stack_pointer
i32.load $0=, 0($0)
i32.const $1=, 16
i32.sub $3=, $0, $1
i32.const $1=, __stack_pointer
i32.store $3=, 0($1), $3
i32.const $push0=, 0
i32.store $discard=, 12($3), $pop0
i64.const $push1=, 0
i64.store $discard=, 0($3), $pop1
i32.const $2=, 16
i32.add $3=, $3, $2
i32.const $2=, __stack_pointer
i32.store $3=, 0($2), $3
return
.endfunc
.Lfunc_end1:
.size alloca3264, .Lfunc_end1-alloca3264
.globl allocarray
.type allocarray,@function
allocarray:
.local i32, i32, i32, i32, i32
i32.const $0=, __stack_pointer
i32.load $0=, 0($0)
i32.const $1=, 32
i32.sub $4=, $0, $1
i32.const $1=, __stack_pointer
i32.store $4=, 0($1), $4
i32.const $push2=, 12
i32.const $3=, 12
i32.add $3=, $4, $3
i32.add $push3=, $3, $pop2
i32.const $push0=, 1
i32.store $push1=, 12($4), $pop0
i32.store $discard=, 0($pop3), $pop1
i32.const $2=, 32
i32.add $4=, $4, $2
i32.const $2=, __stack_pointer
i32.store $4=, 0($2), $4
return
.endfunc
.Lfunc_end2:
.size allocarray, .Lfunc_end2-allocarray
.globl non_mem_use
.type non_mem_use,@function
non_mem_use:
.local i32, i32, i32, i32, i32
i32.const $0=, __stack_pointer
i32.load $0=, 0($0)
i32.const $1=, 16
i32.sub $4=, $0, $1
i32.const $1=, __stack_pointer
i32.store $4=, 0($1), $4
i32.const $3=, 8
i32.add $3=, $4, $3
call ext_func@FUNCTION, $3
call ext_func@FUNCTION, $4
i32.const $2=, 16
i32.add $4=, $4, $2
i32.const $2=, __stack_pointer
i32.store $4=, 0($2), $4
return
.endfunc
.Lfunc_end3:
.size non_mem_use, .Lfunc_end3-non_mem_use
.globl allocarray_inbounds
.type allocarray_inbounds,@function
allocarray_inbounds:
.local i32, i32, i32, i32
i32.const $0=, __stack_pointer
i32.load $0=, 0($0)
i32.const $1=, 32
i32.sub $3=, $0, $1
i32.const $1=, __stack_pointer
i32.store $3=, 0($1), $3
i32.const $push0=, 1
i32.store $push1=, 12($3), $pop0
i32.store $discard=, 24($3), $pop1
i32.const $2=, 32
i32.add $3=, $3, $2
i32.const $2=, __stack_pointer
i32.store $3=, 0($2), $3
return
.endfunc
.Lfunc_end4:
.size allocarray_inbounds, .Lfunc_end4-allocarray_inbounds
.globl dynamic_alloca
.type dynamic_alloca,@function
dynamic_alloca:
.param i32
return
.endfunc
.Lfunc_end5:
.size dynamic_alloca, .Lfunc_end5-dynamic_alloca
|