]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/extzvsi.c.s
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / extzvsi.c.s
1 .text
2 .file "extzvsi.c"
3 .section .text.foo,"ax",@progbits
4 .hidden foo # -- Begin function foo
5 .globl foo
6 .type foo,@function
7 foo: # @foo
8 .result i32
9 .local i32
10 # BB#0: # %entry
11 i32.const $push0=, 0
12 i32.const $push6=, 2
13 i32.const $push13=, 0
14 i32.load $push1=, x($pop13)
15 i32.const $push2=, 1
16 i32.shr_u $push3=, $pop1, $pop2
17 i32.const $push4=, 2047
18 i32.and $push12=, $pop3, $pop4
19 tee_local $push11=, $0=, $pop12
20 i32.const $push10=, 1
21 i32.eq $push5=, $pop11, $pop10
22 i32.select $push7=, $pop0, $pop6, $pop5
23 i32.const $push9=, 1
24 i32.select $push8=, $pop7, $pop9, $0
25 # fallthrough-return: $pop8
26 .endfunc
27 .Lfunc_end0:
28 .size foo, .Lfunc_end0-foo
29 # -- End function
30 .section .text.main,"ax",@progbits
31 .hidden main # -- Begin function main
32 .globl main
33 .type main,@function
34 main: # @main
35 .result i32
36 # BB#0: # %if.end
37 i32.const $push0=, 0
38 i32.const $push7=, 0
39 i64.load $push1=, x($pop7)
40 i64.const $push2=, -4095
41 i64.and $push3=, $pop1, $pop2
42 i64.const $push4=, 2
43 i64.or $push5=, $pop3, $pop4
44 i64.store x($pop0), $pop5
45 i32.const $push6=, 0
46 # fallthrough-return: $pop6
47 .endfunc
48 .Lfunc_end1:
49 .size main, .Lfunc_end1-main
50 # -- End function
51 .hidden x # @x
52 .type x,@object
53 .section .bss.x,"aw",@nobits
54 .globl x
55 .p2align 3
56 x:
57 .skip 8
58 .size x, 8
59
60
61 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"