]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/930126-1.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / 930126-1.c.s
1 .text
2 .file "930126-1.c"
3 .section .text.f,"ax",@progbits
4 .hidden f # -- Begin function f
5 .globl f
6 .type f,@function
7 f: # @f
8 .param i32, i32
9 # BB#0: # %entry
10 i64.load $push0=, 0($1)
11 i64.const $push1=, -1099511627521
12 i64.and $push2=, $pop0, $pop1
13 i64.const $push3=, 884479243264
14 i64.or $push4=, $pop2, $pop3
15 i64.store 0($0), $pop4
16 # fallthrough-return
17 .endfunc
18 .Lfunc_end0:
19 .size f, .Lfunc_end0-f
20 # -- End function
21 .section .text.main,"ax",@progbits
22 .hidden main # -- Begin function main
23 .globl main
24 .type main,@function
25 main: # @main
26 .result i32
27 # BB#0: # %if.end
28 i32.const $push0=, 0
29 i32.const $push7=, 0
30 i64.load $push1=, main.i($pop7)
31 i64.const $push2=, -1099511627776
32 i64.and $push3=, $pop1, $pop2
33 i64.const $push4=, 884479243276
34 i64.or $push5=, $pop3, $pop4
35 i64.store main.i($pop0), $pop5
36 i32.const $push6=, 0
37 call exit@FUNCTION, $pop6
38 unreachable
39 .endfunc
40 .Lfunc_end1:
41 .size main, .Lfunc_end1-main
42 # -- End function
43 .type main.i,@object # @main.i
44 .section .bss.main.i,"aw",@nobits
45 .p2align 3
46 main.i:
47 .skip 8
48 .size main.i, 8
49
50
51 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
52 .functype exit, void, i32