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
|
.text
.file "/s/llvm/llvm/test/CodeGen/WebAssembly/mem-intrinsics.ll"
.globl copy_yes
.type copy_yes,@function
copy_yes:
.param i32, i32, i32
.result i32
i32.call $push0=, memcpy@FUNCTION, $0, $1, $2
return $pop0
.endfunc
.Lfunc_end0:
.size copy_yes, .Lfunc_end0-copy_yes
.globl copy_no
.type copy_no,@function
copy_no:
.param i32, i32, i32
i32.call $discard=, memcpy@FUNCTION, $0, $1, $2
return
.endfunc
.Lfunc_end1:
.size copy_no, .Lfunc_end1-copy_no
.globl move_yes
.type move_yes,@function
move_yes:
.param i32, i32, i32
.result i32
i32.call $push0=, memmove@FUNCTION, $0, $1, $2
return $pop0
.endfunc
.Lfunc_end2:
.size move_yes, .Lfunc_end2-move_yes
.globl move_no
.type move_no,@function
move_no:
.param i32, i32, i32
i32.call $discard=, memmove@FUNCTION, $0, $1, $2
return
.endfunc
.Lfunc_end3:
.size move_no, .Lfunc_end3-move_no
.globl set_yes
.type set_yes,@function
set_yes:
.param i32, i32, i32
.result i32
i32.call $push0=, memset@FUNCTION, $0, $1, $2
return $pop0
.endfunc
.Lfunc_end4:
.size set_yes, .Lfunc_end4-set_yes
.globl set_no
.type set_no,@function
set_no:
.param i32, i32, i32
i32.call $discard=, memset@FUNCTION, $0, $1, $2
return
.endfunc
.Lfunc_end5:
.size set_no, .Lfunc_end5-set_no
.globl frame_index
.type frame_index,@function
frame_index:
.local i32, i32, i32, i32, i32
i32.const $0=, __stack_pointer
i32.load $0=, 0($0)
i32.const $1=, 4096
i32.sub $4=, $0, $1
i32.const $1=, __stack_pointer
i32.store $4=, 0($1), $4
i32.const $push1=, 0
i32.const $push0=, 1024
i32.const $3=, 2048
i32.add $3=, $4, $3
i32.call $discard=, memset@FUNCTION, $3, $pop1, $pop0
i32.const $push3=, 0
i32.const $push2=, 1024
i32.call $discard=, memset@FUNCTION, $4, $pop3, $pop2
i32.const $2=, 4096
i32.add $4=, $4, $2
i32.const $2=, __stack_pointer
i32.store $4=, 0($2), $4
return
.endfunc
.Lfunc_end6:
.size frame_index, .Lfunc_end6-frame_index
.globl discard_result
.type discard_result,@function
discard_result:
.param i32, i32, i32, i32, i32
.result i32
block
block
i32.const $push0=, 0
i32.eq $push1=, $3, $pop0
br_if 0, $pop1
i32.call $0=, def@FUNCTION
br 1
.LBB7_2:
end_block
br_if 0, $4
i32.call $discard=, memset@FUNCTION, $0, $1, $2
.LBB7_4:
end_block
return $0
.endfunc
.Lfunc_end7:
.size discard_result, .Lfunc_end7-discard_result
|