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
|
.text
.file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-2.c"
.section .text.main,"ax",@progbits
.hidden main
.globl main
.type main,@function
main: # @main
.result i32
.local i32
# BB#0: # %entry
block
block
block
i32.const $push0=, 0
i32.load16_u $push15=, x($pop0):p2align=2
tee_local $push14=, $0=, $pop15
i32.const $push1=, 15
i32.and $push2=, $pop14, $pop1
i32.const $push3=, 2
i32.ne $push4=, $pop2, $pop3
br_if 0, $pop4 # 0: down to label2
# BB#1: # %if.end
i32.const $push5=, 3840
i32.and $push6=, $0, $pop5
i32.const $push7=, 768
i32.ne $push8=, $pop6, $pop7
br_if 1, $pop8 # 1: down to label1
# BB#2: # %if.end7
i32.const $push9=, 61440
i32.and $push10=, $0, $pop9
i32.const $push11=, 16384
i32.ne $push12=, $pop10, $pop11
br_if 2, $pop12 # 2: down to label0
# BB#3: # %if.end13
i32.const $push13=, 0
call exit@FUNCTION, $pop13
unreachable
.LBB0_4: # %if.then
end_block # label2:
call abort@FUNCTION
unreachable
.LBB0_5: # %if.then6
end_block # label1:
call abort@FUNCTION
unreachable
.LBB0_6: # %if.then12
end_block # label0:
call abort@FUNCTION
unreachable
.endfunc
.Lfunc_end0:
.size main, .Lfunc_end0-main
.hidden x # @x
.type x,@object
.section .data.x,"aw",@progbits
.globl x
.p2align 2
x:
.int8 2 # 0x2
.int8 67 # 0x43
.skip 2
.size x, 4
.ident "clang version 3.9.0 "
|