diff options
Diffstat (limited to 'test/wasm-only.fromasm.imprecise.no-opts')
-rw-r--r-- | test/wasm-only.fromasm.imprecise.no-opts | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/test/wasm-only.fromasm.imprecise.no-opts b/test/wasm-only.fromasm.imprecise.no-opts index 711be55a3..27af52a1b 100644 --- a/test/wasm-only.fromasm.imprecise.no-opts +++ b/test/wasm-only.fromasm.imprecise.no-opts @@ -33,7 +33,7 @@ (export "illegalParam" (func $legalstub$illegalParam)) (export "illegalResult" (func $legalstub$illegalResult)) (export "keepAlive" (func $keepAlive)) - (func $loads (; 7 ;) + (func $loads (local $i i32) (local $f f32) (local $d f64) @@ -148,7 +148,7 @@ ) ) ) - (func $stores (; 8 ;) + (func $stores (local $i i32) (local $f f32) (local $d f64) @@ -241,7 +241,7 @@ (local.get $d) ) ) - (func $test (; 9 ;) + (func $test (local $i i32) (local $j i64) (local $f f32) @@ -287,7 +287,7 @@ ) ) ) - (func $test64 (; 10 ;) + (func $test64 (local $x i64) (local $y i64) (local $z i32) @@ -559,7 +559,7 @@ ) ) ) - (func $imports (; 11 ;) (result i64) + (func $imports (result i64) (call $legalfunc$illegalImport (f64.const -3.13159) (i64.const 94489280523) @@ -569,7 +569,7 @@ (call $legalfunc$illegalImportResult) ) ) - (func $arg (; 12 ;) (param $x i64) + (func $arg (param $x i64) (i64.store (i32.const 100) (local.get $x) @@ -578,7 +578,7 @@ (local.get $x) ) ) - (func $illegalParam (; 13 ;) (param $a i32) (param $x i64) (param $b f64) + (func $illegalParam (param $a i32) (param $x i64) (param $b f64) (i32.store (i32.const 50) (local.get $a) @@ -597,17 +597,17 @@ (f64.const 12.34) ) ) - (func $result (; 14 ;) (result i64) + (func $result (result i64) (return (i64.const 8589934593) ) ) - (func $illegalResult (; 15 ;) (result i64) + (func $illegalResult (result i64) (return (i64.const 8589934593) ) ) - (func $call1 (; 16 ;) (param $x i64) (result i64) + (func $call1 (param $x i64) (result i64) (local $y i64) (local.set $y (call $call1 @@ -618,7 +618,7 @@ (local.get $y) ) ) - (func $call2 (; 17 ;) (param $x i64) (result i64) + (func $call2 (param $x i64) (result i64) (drop (call $call2 (call $call2 @@ -630,12 +630,12 @@ (i64.const 245127260211081) ) ) - (func $returnCastConst (; 18 ;) (result i64) + (func $returnCastConst (result i64) (return (i64.const 0) ) ) - (func $ifValue64 (; 19 ;) (param $$4 i64) (param $$6 i64) (result i64) + (func $ifValue64 (param $$4 i64) (param $$6 i64) (result i64) (local $$$0 i64) (local $$9 i64) (local $$10 i64) @@ -668,7 +668,7 @@ (local.get $$$0) ) ) - (func $ifValue32 (; 20 ;) (param $$4 i32) (param $$6 i32) (result i32) + (func $ifValue32 (param $$4 i32) (param $$6 i32) (result i32) (local $$$0 i32) (local $$9 i32) (local $$10 i32) @@ -701,7 +701,7 @@ (local.get $$$0) ) ) - (func $switch64 (; 21 ;) (param $$a444 i64) (result i32) + (func $switch64 (param $$a444 i64) (result i32) (local $$waka i32) (local $2 i64) (block $switch @@ -752,7 +752,7 @@ (local.get $$waka) ) ) - (func $unreachable_leftovers (; 22 ;) (param $$0 i32) (param $$1 i32) (param $$2 i32) + (func $unreachable_leftovers (param $$0 i32) (param $$1 i32) (param $$2 i32) (local $label i32) (block $label$break$L1 (if @@ -788,7 +788,7 @@ ) (return) ) - (func $switch64TOOMUCH (; 23 ;) (param $$a444 i64) (result i32) + (func $switch64TOOMUCH (param $$a444 i64) (result i32) (local $$waka i32) (local $2 i64) (local $3 i32) @@ -920,7 +920,7 @@ (i32.const 44) ) ) - (func $_memchr (; 24 ;) (param $$src i32) (param $$c i32) (param $$n i32) (result i32) + (func $_memchr (param $$src i32) (param $$c i32) (param $$n i32) (result i32) (local $$0 i32) (local $$1 i32) (local $$2 i32) @@ -1498,7 +1498,7 @@ (local.get $$cond) ) ) - (func $switch64_big_condition1 (; 25 ;) (param $$x i64) + (func $switch64_big_condition1 (param $$x i64) (local $1 i64) (block $switch (block $switch-default @@ -1533,7 +1533,7 @@ (return) ) ) - (func $switch64_big_condition2 (; 26 ;) (param $$x i64) + (func $switch64_big_condition2 (param $$x i64) (local $1 i64) (block $switch (block $switch-case @@ -1565,7 +1565,7 @@ ) ) ) - (func $keepAlive (; 27 ;) + (func $keepAlive (call $loads) (call $loads) (call $stores) @@ -1673,7 +1673,7 @@ (i64.const 0) ) ) - (func $__emscripten_dceable_type_decls (; 28 ;) + (func $__emscripten_dceable_type_decls (drop (call $_fabsf (f32.const 0) @@ -1683,7 +1683,7 @@ (call $legalfunc$do_i64) ) ) - (func $legalstub$illegalParam (; 29 ;) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 f64) + (func $legalstub$illegalParam (param $0 i32) (param $1 i32) (param $2 i32) (param $3 f64) (call $illegalParam (local.get $0) (i64.or @@ -1700,7 +1700,7 @@ (local.get $3) ) ) - (func $legalstub$illegalResult (; 30 ;) (result i32) + (func $legalstub$illegalResult (result i32) (local $0 i64) (local.set $0 (call $illegalResult) @@ -1717,7 +1717,7 @@ (local.get $0) ) ) - (func $legalfunc$illegalImport (; 31 ;) (param $0 f64) (param $1 i64) (param $2 i32) + (func $legalfunc$illegalImport (param $0 f64) (param $1 i64) (param $2 i32) (call $legalimport$illegalImport (local.get $0) (i32.wrap_i64 @@ -1732,7 +1732,7 @@ (local.get $2) ) ) - (func $legalfunc$illegalImportResult (; 32 ;) (result i64) + (func $legalfunc$illegalImportResult (result i64) (i64.or (i64.extend_i32_u (call $legalimport$illegalImportResult) @@ -1745,7 +1745,7 @@ ) ) ) - (func $legalfunc$do_i64 (; 33 ;) (result i64) + (func $legalfunc$do_i64 (result i64) (i64.or (i64.extend_i32_u (call $legalimport$do_i64) |