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
|
.text
.file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120105-1.c"
.section .text.main,"ax",@progbits
.hidden main
.globl main
.type main,@function
main: # @main
.result i32
.local i32, i32, i32, i32, i32
# BB#0: # %entry
i32.const $1=, __stack_pointer
i32.load $1=, 0($1)
i32.const $2=, 16
i32.sub $4=, $1, $2
i32.const $2=, __stack_pointer
i32.store $4=, 0($2), $4
i32.const $push4=, 8
i32.add $push5=, $4, $pop4
i32.const $push0=, 12
i32.add $push1=, $4, $pop0
i32.const $push2=, 0
i32.store8 $push3=, 0($pop1):p2align=2, $pop2
i32.store $0=, 0($pop5), $pop3
i64.const $push6=, 0
i64.store $discard=, 0($4):p2align=2, $pop6
i32.const $push7=, 1
i32.or $push8=, $4, $pop7
i32.call $push9=, extract@FUNCTION, $pop8
i32.store $discard=, i($0), $pop9
i32.const $3=, 16
i32.add $4=, $4, $3
i32.const $3=, __stack_pointer
i32.store $4=, 0($3), $4
return $0
.endfunc
.Lfunc_end0:
.size main, .Lfunc_end0-main
.section .text.extract,"ax",@progbits
.type extract,@function
extract: # @extract
.param i32
.result i32
# BB#0: # %entry
i32.load $push0=, 0($0):p2align=0
return $pop0
.endfunc
.Lfunc_end1:
.size extract, .Lfunc_end1-extract
.hidden i # @i
.type i,@object
.section .bss.i,"aw",@nobits
.globl i
.p2align 2
i:
.int32 0 # 0x0
.size i, 4
.ident "clang version 3.9.0 "
|