]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/zero-struct-1.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / zero-struct-1.c.s
1 .text
2 .file "zero-struct-1.c"
3 .section .text.h,"ax",@progbits
4 .hidden h # -- Begin function h
5 .globl h
6 .type h,@function
7 h: # @h
8 # BB#0: # %entry
9 i32.const $push0=, 0
10 i32.const $push9=, 0
11 i32.load $push1=, f($pop9)
12 i32.const $push2=, 2
13 i32.add $push3=, $pop1, $pop2
14 i32.store f($pop0), $pop3
15 i32.const $push8=, 0
16 i32.const $push7=, 0
17 i32.load $push4=, ff($pop7)
18 i32.const $push6=, 2
19 i32.add $push5=, $pop4, $pop6
20 i32.store ff($pop8), $pop5
21 # fallthrough-return
22 .endfunc
23 .Lfunc_end0:
24 .size h, .Lfunc_end0-h
25 # -- End function
26 .section .text.main,"ax",@progbits
27 .hidden main # -- Begin function main
28 .globl main
29 .type main,@function
30 main: # @main
31 .result i32
32 .local i32, i32
33 # BB#0: # %entry
34 i32.const $push0=, 0
35 i32.const $push15=, 0
36 i32.load $push1=, f($pop15)
37 i32.const $push2=, 2
38 i32.add $push14=, $pop1, $pop2
39 tee_local $push13=, $1=, $pop14
40 i32.store f($pop0), $pop13
41 i32.const $push12=, 0
42 i32.const $push11=, 0
43 i32.load $push3=, ff($pop11)
44 i32.const $push10=, 2
45 i32.add $push9=, $pop3, $pop10
46 tee_local $push8=, $0=, $pop9
47 i32.store ff($pop12), $pop8
48 block
49 i32.const $push7=, y+2
50 i32.ne $push4=, $1, $pop7
51 br_if 0, $pop4 # 0: down to label0
52 # BB#1: # %if.end
53 i32.const $push16=, y+2
54 i32.ne $push5=, $0, $pop16
55 br_if 0, $pop5 # 0: down to label0
56 # BB#2: # %if.end3
57 i32.const $push6=, 0
58 return $pop6
59 .LBB1_3: # %if.then
60 end_block # label0:
61 call abort@FUNCTION
62 unreachable
63 .endfunc
64 .Lfunc_end1:
65 .size main, .Lfunc_end1-main
66 # -- End function
67 .hidden y # @y
68 .type y,@object
69 .section .bss.y,"aw",@nobits
70 .globl y
71 y:
72 .skip 3
73 .size y, 3
74
75 .hidden f # @f
76 .type f,@object
77 .section .data.f,"aw",@progbits
78 .globl f
79 .p2align 2
80 f:
81 .int32 y
82 .size f, 4
83
84 .hidden ff # @ff
85 .type ff,@object
86 .section .data.ff,"aw",@progbits
87 .globl ff
88 .p2align 2
89 ff:
90 .int32 y
91 .size ff, 4
92
93
94 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
95 .functype abort, void