]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/builtin-prefetch-1.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / builtin-prefetch-1.c.s
1 .text
2 .file "builtin-prefetch-1.c"
3 .section .text.good_const,"ax",@progbits
4 .hidden good_const # -- Begin function good_const
5 .globl good_const
6 .type good_const,@function
7 good_const: # @good_const
8 .param i32
9 # BB#0: # %entry
10 # fallthrough-return
11 .endfunc
12 .Lfunc_end0:
13 .size good_const, .Lfunc_end0-good_const
14 # -- End function
15 .section .text.good_enum,"ax",@progbits
16 .hidden good_enum # -- Begin function good_enum
17 .globl good_enum
18 .type good_enum,@function
19 good_enum: # @good_enum
20 .param i32
21 # BB#0: # %entry
22 # fallthrough-return
23 .endfunc
24 .Lfunc_end1:
25 .size good_enum, .Lfunc_end1-good_enum
26 # -- End function
27 .section .text.good_expr,"ax",@progbits
28 .hidden good_expr # -- Begin function good_expr
29 .globl good_expr
30 .type good_expr,@function
31 good_expr: # @good_expr
32 .param i32
33 # BB#0: # %entry
34 # fallthrough-return
35 .endfunc
36 .Lfunc_end2:
37 .size good_expr, .Lfunc_end2-good_expr
38 # -- End function
39 .section .text.good_vararg,"ax",@progbits
40 .hidden good_vararg # -- Begin function good_vararg
41 .globl good_vararg
42 .type good_vararg,@function
43 good_vararg: # @good_vararg
44 .param i32
45 # BB#0: # %entry
46 # fallthrough-return
47 .endfunc
48 .Lfunc_end3:
49 .size good_vararg, .Lfunc_end3-good_vararg
50 # -- End function
51 .section .text.main,"ax",@progbits
52 .hidden main # -- Begin function main
53 .globl main
54 .type main,@function
55 main: # @main
56 .result i32
57 # BB#0: # %entry
58 i32.const $push0=, arr
59 call good_const@FUNCTION, $pop0
60 i32.const $push2=, arr
61 call good_enum@FUNCTION, $pop2
62 i32.const $push1=, 0
63 call exit@FUNCTION, $pop1
64 unreachable
65 .endfunc
66 .Lfunc_end4:
67 .size main, .Lfunc_end4-main
68 # -- End function
69 .hidden arr # @arr
70 .type arr,@object
71 .section .bss.arr,"aw",@nobits
72 .globl arr
73 .p2align 4
74 arr:
75 .skip 40
76 .size arr, 40
77
78
79 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
80 .functype exit, void, i32