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
|
.text
.file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/fast-isel.ll"
.globl immediate_f32
.type immediate_f32,@function
immediate_f32:
.result f32
f32.const $push0=, 0x1.4p1
.endfunc
.Lfunc_end0:
.size immediate_f32, .Lfunc_end0-immediate_f32
.globl immediate_f64
.type immediate_f64,@function
immediate_f64:
.result f64
f64.const $push0=, 0x1.4p1
.endfunc
.Lfunc_end1:
.size immediate_f64, .Lfunc_end1-immediate_f64
.globl bitcast_i32_f32
.type bitcast_i32_f32,@function
bitcast_i32_f32:
.param f32
.result i32
i32.reinterpret/f32 $push0=, $0
.endfunc
.Lfunc_end2:
.size bitcast_i32_f32, .Lfunc_end2-bitcast_i32_f32
.globl bitcast_f32_i32
.type bitcast_f32_i32,@function
bitcast_f32_i32:
.param i32
.result f32
f32.reinterpret/i32 $push0=, $0
.endfunc
.Lfunc_end3:
.size bitcast_f32_i32, .Lfunc_end3-bitcast_f32_i32
.globl bitcast_i64_f64
.type bitcast_i64_f64,@function
bitcast_i64_f64:
.param f64
.result i64
i64.reinterpret/f64 $push0=, $0
.endfunc
.Lfunc_end4:
.size bitcast_i64_f64, .Lfunc_end4-bitcast_i64_f64
.globl bitcast_f64_i64
.type bitcast_f64_i64,@function
bitcast_f64_i64:
.param i64
.result f64
f64.reinterpret/i64 $push0=, $0
.endfunc
.Lfunc_end5:
.size bitcast_f64_i64, .Lfunc_end5-bitcast_f64_i64
|