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
|
.text
.file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-3.c"
.section .text.main,"ax",@progbits
.hidden main
.globl main
.type main,@function
main: # @main
.result i32
.local i64, i64
# BB#0: # %entry
block
i32.const $push13=, 0
i64.load $push0=, a($pop13)
i64.const $push1=, 8589934591
i64.and $push12=, $pop0, $pop1
tee_local $push11=, $0=, $pop12
i64.mul $push2=, $pop11, $0
i64.const $push10=, 0
i64.ne $push3=, $pop2, $pop10
br_if 0, $pop3 # 0: down to label0
# BB#1: # %lor.lhs.false
i32.const $push17=, 0
i64.load $push4=, a+8($pop17)
i64.const $push5=, 1099511627775
i64.and $push16=, $pop4, $pop5
tee_local $push15=, $1=, $pop16
i64.mul $push6=, $pop15, $0
i64.mul $push7=, $1, $1
i64.or $push8=, $pop6, $pop7
i64.const $push14=, 0
i64.ne $push9=, $pop8, $pop14
br_if 0, $pop9 # 0: down to label0
# BB#2: # %if.end
call abort@FUNCTION
unreachable
.LBB0_3: # %if.then
end_block # label0:
call abort@FUNCTION
unreachable
.endfunc
.Lfunc_end0:
.size main, .Lfunc_end0-main
.hidden a # @a
.type a,@object
.section .data.a,"aw",@progbits
.globl a
.p2align 3
a:
.int8 0 # 0x0
.int8 0 # 0x0
.int8 16 # 0x10
.int8 0 # 0x0
.int8 0 # 0x0
.skip 3
.int8 0 # 0x0
.int8 0 # 0x0
.int8 16 # 0x10
.int8 0 # 0x0
.int8 0 # 0x0
.skip 3
.int8 0 # 0x0
.int8 0 # 0x0
.int8 16 # 0x10
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.skip 2
.size a, 24
.hidden b # @b
.type b,@object
.section .data.b,"aw",@progbits
.globl b
.p2align 3
b:
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.int8 1 # 0x1
.skip 3
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.int8 1 # 0x1
.skip 3
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.int8 1 # 0x1
.int8 0 # 0x0
.skip 2
.size b, 24
.hidden c # @c
.type c,@object
.section .data.c,"aw",@progbits
.globl c
.p2align 3
c:
.int8 255 # 0xff
.int8 255 # 0xff
.int8 255 # 0xff
.int8 255 # 0xff
.int8 1 # 0x1
.skip 3
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.skip 3
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.skip 2
.size c, 24
.ident "clang version 3.9.0 "
|