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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
function instantiate(info) {
function asmFunc(imports) {
var Math_imul = Math.imul;
var Math_fround = Math.fround;
var Math_abs = Math.abs;
var Math_clz32 = Math.clz32;
var Math_min = Math.min;
var Math_max = Math.max;
var Math_floor = Math.floor;
var Math_ceil = Math.ceil;
var Math_trunc = Math.trunc;
var Math_sqrt = Math.sqrt;
var env = imports.env;
var setTempRet0 = env.setTempRet0;
var i64toi32_i32$HIGH_BITS = 0;
// EMSCRIPTEN_START_FUNCS
;
function $0($0_1) {
$0_1 = Math_fround($0_1);
return (Math_fround(Math_abs($0_1)) < Math_fround(2147483648.0) ? ~~$0_1 : -2147483648) | 0;
}
function $1($0_1) {
$0_1 = Math_fround($0_1);
return ($0_1 < Math_fround(4294967296.0) & $0_1 >= Math_fround(0.0) ? ~~$0_1 >>> 0 : 0) | 0;
}
function $2($0_1) {
$0_1 = +$0_1;
return (Math_abs($0_1) < 2147483647.0 ? ~~$0_1 : -2147483648) | 0;
}
function $3($0_1) {
$0_1 = +$0_1;
return ($0_1 < 4294967295.0 & $0_1 >= 0.0 ? ~~$0_1 >>> 0 : 0) | 0;
}
function legalstub$4($0_1) {
var $1_1 = 0, $2_1 = 0;
if (Math_fround(Math_abs($0_1)) < Math_fround(9223372036854775808.0)) {
$2_1 = ~~$0_1 >>> 0;
if (Math_fround(Math_abs($0_1)) >= Math_fround(1.0)) {
$1_1 = ~~($0_1 > Math_fround(0.0) ? Math_fround(Math_min(Math_fround(Math_floor(Math_fround($0_1 * Math_fround(2.3283064365386963e-10)))), Math_fround(4294967296.0))) : Math_fround(Math_ceil(Math_fround(Math_fround($0_1 - Math_fround(~~$0_1 >>> 0 >>> 0)) * Math_fround(2.3283064365386963e-10))))) >>> 0
} else {
$1_1 = 0
}
} else {
$1_1 = -2147483648
}
i64toi32_i32$HIGH_BITS = $1_1;
setTempRet0(i64toi32_i32$HIGH_BITS | 0);
return $2_1;
}
function legalstub$5($0_1) {
var $1_1 = 0, $2_1 = 0;
if ($0_1 < Math_fround(18446744073709551615.0) & $0_1 >= Math_fround(0.0)) {
$2_1 = ~~$0_1 >>> 0;
if (Math_fround(Math_abs($0_1)) >= Math_fround(1.0)) {
$1_1 = ~~($0_1 > Math_fround(0.0) ? Math_fround(Math_min(Math_fround(Math_floor(Math_fround($0_1 * Math_fround(2.3283064365386963e-10)))), Math_fround(4294967296.0))) : Math_fround(Math_ceil(Math_fround(Math_fround($0_1 - Math_fround(~~$0_1 >>> 0 >>> 0)) * Math_fround(2.3283064365386963e-10))))) >>> 0
} else {
$1_1 = 0
}
} else {
$1_1 = 0
}
i64toi32_i32$HIGH_BITS = $1_1;
setTempRet0(i64toi32_i32$HIGH_BITS | 0);
return $2_1;
}
function legalstub$6($0_1) {
var $1_1 = 0, $2_1 = 0;
if (Math_abs($0_1) < 9223372036854775808.0) {
$2_1 = ~~$0_1 >>> 0;
if (Math_abs($0_1) >= 1.0) {
$1_1 = ~~($0_1 > 0.0 ? Math_min(Math_floor($0_1 * 2.3283064365386963e-10), 4294967295.0) : Math_ceil(($0_1 - +(~~$0_1 >>> 0 >>> 0)) * 2.3283064365386963e-10)) >>> 0
} else {
$1_1 = 0
}
} else {
$1_1 = -2147483648
}
i64toi32_i32$HIGH_BITS = $1_1;
setTempRet0(i64toi32_i32$HIGH_BITS | 0);
return $2_1;
}
function legalstub$7($0_1) {
var $1_1 = 0, $2_1 = 0;
if ($0_1 < 18446744073709551615.0 & $0_1 >= 0.0) {
$2_1 = ~~$0_1 >>> 0;
if (Math_abs($0_1) >= 1.0) {
$1_1 = ~~($0_1 > 0.0 ? Math_min(Math_floor($0_1 * 2.3283064365386963e-10), 4294967295.0) : Math_ceil(($0_1 - +(~~$0_1 >>> 0 >>> 0)) * 2.3283064365386963e-10)) >>> 0
} else {
$1_1 = 0
}
} else {
$1_1 = 0
}
i64toi32_i32$HIGH_BITS = $1_1;
setTempRet0(i64toi32_i32$HIGH_BITS | 0);
return $2_1;
}
// EMSCRIPTEN_END_FUNCS
;
return {
"i32_trunc_sat_f32_s": $0,
"i32_trunc_sat_f32_u": $1,
"i32_trunc_sat_f64_s": $2,
"i32_trunc_sat_f64_u": $3,
"i64_trunc_sat_f32_s": legalstub$4,
"i64_trunc_sat_f32_u": legalstub$5,
"i64_trunc_sat_f64_s": legalstub$6,
"i64_trunc_sat_f64_u": legalstub$7
};
}
return asmFunc(info);
}
|