]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/multdi-1.c.s
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / multdi-1.c.s
1 .text
2 .file "multdi-1.c"
3 .section .text.mpy,"ax",@progbits
4 .hidden mpy # -- Begin function mpy
5 .globl mpy
6 .type mpy,@function
7 mpy: # @mpy
8 .param i32, i32
9 .result i64
10 # BB#0: # %entry
11 i64.extend_s/i32 $push1=, $1
12 i64.extend_s/i32 $push0=, $0
13 i64.mul $push2=, $pop1, $pop0
14 # fallthrough-return: $pop2
15 .endfunc
16 .Lfunc_end0:
17 .size mpy, .Lfunc_end0-mpy
18 # -- End function
19 .section .text.main,"ax",@progbits
20 .hidden main # -- Begin function main
21 .globl main
22 .type main,@function
23 main: # @main
24 .result i32
25 # BB#0: # %if.end
26 i32.const $push1=, 0
27 i64.const $push0=, -1
28 i64.store mpy_res($pop1), $pop0
29 i32.const $push2=, 0
30 # fallthrough-return: $pop2
31 .endfunc
32 .Lfunc_end1:
33 .size main, .Lfunc_end1-main
34 # -- End function
35 .hidden mpy_res # @mpy_res
36 .type mpy_res,@object
37 .section .bss.mpy_res,"aw",@nobits
38 .globl mpy_res
39 .p2align 3
40 mpy_res:
41 .int64 0 # 0x0
42 .size mpy_res, 8
43
44
45 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"