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
|
.text
.file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-cpy-1.c"
.section .text.ini,"ax",@progbits
.hidden ini
.globl ini
.type ini,@function
ini: # @ini
.local i32
# BB#0: # %entry
i32.const $push2=, pty+40
i32.const $push0=, zero_t
i32.const $push1=, 44
call memcpy, $pop2, $pop0, $pop1
i32.const $0=, 0
i32.const $push4=, 3
i32.store $discard=, pty+48($0), $pop4
i32.const $push5=, 4
i32.store $discard=, pty+52($0), $pop5
i64.const $push3=, 8589934593
i64.store $discard=, pty+40($0), $pop3
return
.Lfunc_end0:
.size ini, .Lfunc_end0-ini
.section .text.main,"ax",@progbits
.hidden main
.globl main
.type main,@function
main: # @main
.result i32
.local i32
# BB#0: # %entry
i32.const $push2=, pty+40
i32.const $push0=, zero_t
i32.const $push1=, 44
call memcpy, $pop2, $pop0, $pop1
i32.const $0=, 0
i32.const $push4=, 3
i32.store $discard=, pty+48($0), $pop4
i32.const $push5=, 4
i32.store $discard=, pty+52($0), $pop5
i64.const $push3=, 8589934593
i64.store $discard=, pty+40($0), $pop3
return $0
.Lfunc_end1:
.size main, .Lfunc_end1-main
.type pty,@object # @pty
.lcomm pty,88,3
.type zero_t,@object # @zero_t
.section .rodata.zero_t,"a",@progbits
.align 2
zero_t:
.skip 44
.size zero_t, 44
.ident "clang version 3.8.0 "
.section ".note.GNU-stack","",@progbits
|