]> git.proxmox.com Git - rustc.git/blame - src/binaryen/test/torture-s/950322-1.c.s
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / 950322-1.c.s
CommitLineData
abe05a73
XL
1 .text
2 .file "950322-1.c"
3 .section .text.f,"ax",@progbits
4 .hidden f # -- Begin function f
5 .globl f
6 .type f,@function
7f: # @f
8 .param i32
9 .result i32
10 .local i32
11# BB#0: # %entry
12 i32.load8_u $push1=, 0($0)
13 i32.load8_u $push0=, 1($0)
14 i32.sub $push11=, $pop1, $pop0
15 tee_local $push10=, $0=, $pop11
16 i32.const $push2=, 31
17 i32.shr_s $push9=, $0, $pop2
18 tee_local $push8=, $1=, $pop9
19 i32.add $push3=, $pop10, $pop8
20 i32.xor $push4=, $pop3, $1
21 i32.const $push7=, 31
22 i32.shr_u $push5=, $0, $pop7
23 i32.add $push6=, $pop4, $pop5
24 # fallthrough-return: $pop6
25 .endfunc
26.Lfunc_end0:
27 .size f, .Lfunc_end0-f
28 # -- End function
29 .section .text.main,"ax",@progbits
30 .hidden main # -- Begin function main
31 .globl main
32 .type main,@function
33main: # @main
34 .result i32
35# BB#0: # %if.end
36 i32.const $push0=, 0
37 call exit@FUNCTION, $pop0
38 unreachable
39 .endfunc
40.Lfunc_end1:
41 .size main, .Lfunc_end1-main
42 # -- End function
43
44 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
45 .functype exit, void, i32