summaryrefslogtreecommitdiff
path: root/test/wasm-only.fromasm.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm-only.fromasm.no-opts')
-rw-r--r--test/wasm-only.fromasm.no-opts72
1 files changed, 36 insertions, 36 deletions
diff --git a/test/wasm-only.fromasm.no-opts b/test/wasm-only.fromasm.no-opts
index bbb32c5f3..1b8b00201 100644
--- a/test/wasm-only.fromasm.no-opts
+++ b/test/wasm-only.fromasm.no-opts
@@ -28,7 +28,7 @@
(export "illegalParam" (func $legalstub$illegalParam))
(export "illegalResult" (func $legalstub$illegalResult))
(export "keepAlive" (func $keepAlive))
- (func $loads
+ (func $loads (; 9 ;)
(local $i i32)
(local $f f32)
(local $d f64)
@@ -143,7 +143,7 @@
)
)
)
- (func $stores
+ (func $stores (; 10 ;)
(local $i i32)
(local $f f32)
(local $d f64)
@@ -236,7 +236,7 @@
(get_local $d)
)
)
- (func $test
+ (func $test (; 11 ;)
(local $i i32)
(local $j i64)
(local $f f32)
@@ -282,7 +282,7 @@
)
)
)
- (func $i64u-div (param $0 i64) (param $1 i64) (result i64)
+ (func $i64u-div (; 12 ;) (param $0 i64) (param $1 i64) (result i64)
(if (result i64)
(i64.eqz
(get_local $1)
@@ -294,7 +294,7 @@
)
)
)
- (func $i64s-div (param $0 i64) (param $1 i64) (result i64)
+ (func $i64s-div (; 13 ;) (param $0 i64) (param $1 i64) (result i64)
(if (result i64)
(i64.eqz
(get_local $1)
@@ -319,7 +319,7 @@
)
)
)
- (func $i64u-rem (param $0 i64) (param $1 i64) (result i64)
+ (func $i64u-rem (; 14 ;) (param $0 i64) (param $1 i64) (result i64)
(if (result i64)
(i64.eqz
(get_local $1)
@@ -331,7 +331,7 @@
)
)
)
- (func $i64s-rem (param $0 i64) (param $1 i64) (result i64)
+ (func $i64s-rem (; 15 ;) (param $0 i64) (param $1 i64) (result i64)
(if (result i64)
(i64.eqz
(get_local $1)
@@ -343,7 +343,7 @@
)
)
)
- (func $f32-to-int64 (param $0 f32) (result i64)
+ (func $f32-to-int64 (; 16 ;) (param $0 f32) (result i64)
(if (result i64)
(f32.ne
(get_local $0)
@@ -369,7 +369,7 @@
)
)
)
- (func $f64-to-int64 (param $0 f64) (result i64)
+ (func $f64-to-int64 (; 17 ;) (param $0 f64) (result i64)
(if (result i64)
(f64.ne
(get_local $0)
@@ -395,7 +395,7 @@
)
)
)
- (func $f32-to-uint64 (param $0 f32) (result i64)
+ (func $f32-to-uint64 (; 18 ;) (param $0 f32) (result i64)
(if (result i64)
(f32.ne
(get_local $0)
@@ -421,7 +421,7 @@
)
)
)
- (func $f64-to-uint64 (param $0 f64) (result i64)
+ (func $f64-to-uint64 (; 19 ;) (param $0 f64) (result i64)
(if (result i64)
(f64.ne
(get_local $0)
@@ -447,7 +447,7 @@
)
)
)
- (func $test64
+ (func $test64 (; 20 ;)
(local $x i64)
(local $y i64)
(local $z i32)
@@ -719,7 +719,7 @@
)
)
)
- (func $imports (result i64)
+ (func $imports (; 21 ;) (result i64)
(call $legalfunc$illegalImport
(f64.const -3.13159)
(i64.const 94489280523)
@@ -729,7 +729,7 @@
(call $legalfunc$illegalImportResult)
)
)
- (func $arg (param $x i64)
+ (func $arg (; 22 ;) (param $x i64)
(i64.store
(i32.const 100)
(get_local $x)
@@ -738,7 +738,7 @@
(get_local $x)
)
)
- (func $illegalParam (param $a i32) (param $x i64) (param $b f64)
+ (func $illegalParam (; 23 ;) (param $a i32) (param $x i64) (param $b f64)
(i64.store
(i32.const 100)
(get_local $x)
@@ -749,17 +749,17 @@
(f64.const 12.34)
)
)
- (func $result (result i64)
+ (func $result (; 24 ;) (result i64)
(return
(i64.const 8589934593)
)
)
- (func $illegalResult (result i64)
+ (func $illegalResult (; 25 ;) (result i64)
(return
(i64.const 8589934593)
)
)
- (func $call1 (param $x i64) (result i64)
+ (func $call1 (; 26 ;) (param $x i64) (result i64)
(local $y i64)
(set_local $y
(call $call1
@@ -770,7 +770,7 @@
(get_local $y)
)
)
- (func $call2 (param $x i64) (result i64)
+ (func $call2 (; 27 ;) (param $x i64) (result i64)
(drop
(call $call2
(call $call2
@@ -782,12 +782,12 @@
(i64.const 245127260211081)
)
)
- (func $returnCastConst (result i64)
+ (func $returnCastConst (; 28 ;) (result i64)
(return
(i64.const 0)
)
)
- (func $ifValue64 (param $$4 i64) (param $$6 i64) (result i64)
+ (func $ifValue64 (; 29 ;) (param $$4 i64) (param $$6 i64) (result i64)
(local $$$0 i64)
(local $$9 i64)
(local $$10 i64)
@@ -820,7 +820,7 @@
(get_local $$$0)
)
)
- (func $ifValue32 (param $$4 i32) (param $$6 i32) (result i32)
+ (func $ifValue32 (; 30 ;) (param $$4 i32) (param $$6 i32) (result i32)
(local $$$0 i32)
(local $$9 i32)
(local $$10 i32)
@@ -853,7 +853,7 @@
(get_local $$$0)
)
)
- (func $switch64 (param $$a444 i64) (result i32)
+ (func $switch64 (; 31 ;) (param $$a444 i64) (result i32)
(local $$waka i32)
(local $2 i64)
(block $switch
@@ -904,7 +904,7 @@
(get_local $$waka)
)
)
- (func $unreachable_leftovers (param $$0 i32) (param $$1 i32) (param $$2 i32)
+ (func $unreachable_leftovers (; 32 ;) (param $$0 i32) (param $$1 i32) (param $$2 i32)
(local $label i32)
(block $label$break$L1
(if
@@ -940,7 +940,7 @@
)
(return)
)
- (func $switch64TOOMUCH (param $$a444 i64) (result i32)
+ (func $switch64TOOMUCH (; 33 ;) (param $$a444 i64) (result i32)
(local $$waka i32)
(local $2 i64)
(local $3 i32)
@@ -1072,7 +1072,7 @@
(i32.const 44)
)
)
- (func $_memchr (param $$src i32) (param $$c i32) (param $$n i32) (result i32)
+ (func $_memchr (; 34 ;) (param $$src i32) (param $$c i32) (param $$n i32) (result i32)
(local $$0 i32)
(local $$1 i32)
(local $$2 i32)
@@ -1650,7 +1650,7 @@
(get_local $$cond)
)
)
- (func $switch64_big_condition1 (param $$x i64)
+ (func $switch64_big_condition1 (; 35 ;) (param $$x i64)
(local $1 i64)
(block $switch
(block $switch-default
@@ -1685,7 +1685,7 @@
(return)
)
)
- (func $switch64_big_condition2 (param $$x i64)
+ (func $switch64_big_condition2 (; 36 ;) (param $$x i64)
(local $1 i64)
(block $switch
(block $switch-case
@@ -1717,7 +1717,7 @@
)
)
)
- (func $keepAlive
+ (func $keepAlive (; 37 ;)
(call $loads)
(call $loads)
(call $stores)
@@ -1825,7 +1825,7 @@
(i64.const 0)
)
)
- (func $__emscripten_dceable_type_decls
+ (func $__emscripten_dceable_type_decls (; 38 ;)
(drop
(call $legalfunc$_fabsf
(f32.const 0)
@@ -1835,7 +1835,7 @@
(call $legalfunc$do_i64)
)
)
- (func $legalstub$illegalParam (param $0 i32) (param $1 i32) (param $2 i32) (param $3 f64)
+ (func $legalstub$illegalParam (; 39 ;) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 f64)
(call $illegalParam
(get_local $0)
(i64.or
@@ -1852,7 +1852,7 @@
(get_local $3)
)
)
- (func $legalstub$illegalResult (result i32)
+ (func $legalstub$illegalResult (; 40 ;) (result i32)
(local $0 i64)
(set_local $0
(call $illegalResult)
@@ -1869,7 +1869,7 @@
(get_local $0)
)
)
- (func $legalfunc$illegalImport (param $0 f64) (param $1 i64) (param $2 i32)
+ (func $legalfunc$illegalImport (; 41 ;) (param $0 f64) (param $1 i64) (param $2 i32)
(call $legalimport$illegalImport
(get_local $0)
(i32.wrap/i64
@@ -1884,7 +1884,7 @@
(get_local $2)
)
)
- (func $legalfunc$illegalImportResult (result i64)
+ (func $legalfunc$illegalImportResult (; 42 ;) (result i64)
(i64.or
(i64.extend_u/i32
(call $legalimport$illegalImportResult)
@@ -1897,7 +1897,7 @@
)
)
)
- (func $legalfunc$_fabsf (param $0 f32) (result f32)
+ (func $legalfunc$_fabsf (; 43 ;) (param $0 f32) (result f32)
(f32.demote/f64
(call $legalimport$_fabsf
(f64.promote/f32
@@ -1906,7 +1906,7 @@
)
)
)
- (func $legalfunc$do_i64 (result i64)
+ (func $legalfunc$do_i64 (; 44 ;) (result i64)
(i64.or
(i64.extend_u/i32
(call $legalimport$do_i64)