summaryrefslogtreecommitdiff
path: root/test/dot_s/dyncall.s
blob: 0d36f74639ee66d584881382cc400871b4d66bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
	.text
	.file	"test/dot_s/dyncall.c"
	.section	.text.i,"ax",@progbits
	.hidden	i
	.globl	i
	.type	i,@function
i:                                      # @i
	.result 	i32
# BB#0:                                 # %entry
	i32.const	$push0=, 0
                                        # fallthrough-return: $pop0
	.endfunc
.Lfunc_end0:
	.size	i, .Lfunc_end0-i

	.section	.text.i_f,"ax",@progbits
	.hidden	i_f
	.globl	i_f
	.type	i_f,@function
i_f:                                    # @i_f
	.param  	f32
	.result 	i32
# BB#0:                                 # %entry
	i32.const	$push0=, 0
                                        # fallthrough-return: $pop0
	.endfunc
.Lfunc_end1:
	.size	i_f, .Lfunc_end1-i_f

	.section	.text.vd,"ax",@progbits
	.hidden	vd
	.globl	vd
	.type	vd,@function
vd:                                     # @vd
	.param  	f64
# BB#0:                                 # %entry
                                        # fallthrough-return
	.endfunc
.Lfunc_end2:
	.size	vd, .Lfunc_end2-vd

	.section	.text.ffjjdi,"ax",@progbits
	.hidden	ffjjdi
	.globl	ffjjdi
	.type	ffjjdi,@function
ffjjdi:                                 # @ffjjdi
	.param  	f32, i64, i64, f64, i32
	.result 	f32
# BB#0:                                 # %entry
	f32.const	$push0=, 0x0p0
                                        # fallthrough-return: $pop0
	.endfunc
.Lfunc_end3:
	.size	ffjjdi, .Lfunc_end3-ffjjdi

	.section	.text.vd2,"ax",@progbits
	.hidden	vd2
	.globl	vd2
	.type	vd2,@function
vd2:                                    # @vd2
	.param  	f64
# BB#0:                                 # %entry
                                        # fallthrough-return
	.endfunc
.Lfunc_end4:
	.size	vd2, .Lfunc_end4-vd2

	.section	.text.main,"ax",@progbits
	.hidden	main
	.globl	main
	.type	main,@function
main:                                   # @main
	.result 	i32
# BB#0:                                 # %entry
	#APP
	 i32.const       $drop=, i@FUNCTION
	#NO_APP
	#APP
	 i32.const       $drop=, i_f@FUNCTION
	#NO_APP
	#APP
	 i32.const       $drop=, vd@FUNCTION
	#NO_APP
	#APP
	 i32.const       $drop=, ffjjdi@FUNCTION
	#NO_APP
	#APP
	 i32.const       $drop=, vd2@FUNCTION
	#NO_APP
	i32.const	$push0=, 0
                                        # fallthrough-return: $pop0
	.endfunc
.Lfunc_end5:
	.size	main, .Lfunc_end5-main


	.ident	"clang version 3.9.0 (trunk 272564) (llvm/trunk 272563)"