summaryrefslogtreecommitdiff
path: root/test/wasm-only.fromasm.imprecise
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm-only.fromasm.imprecise')
-rw-r--r--test/wasm-only.fromasm.imprecise50
1 files changed, 25 insertions, 25 deletions
diff --git a/test/wasm-only.fromasm.imprecise b/test/wasm-only.fromasm.imprecise
index 07f06b23f..8aab435ef 100644
--- a/test/wasm-only.fromasm.imprecise
+++ b/test/wasm-only.fromasm.imprecise
@@ -26,10 +26,10 @@
(export "illegalParam" (func $legalstub$illegalParam))
(export "illegalResult" (func $legalstub$result))
(export "keepAlive" (func $keepAlive))
- (func $loads
+ (func $loads (; 9 ;)
(nop)
)
- (func $stores
+ (func $stores (; 10 ;)
(local $0 i32)
(local $1 f64)
(local $2 f32)
@@ -122,7 +122,7 @@
(get_local $1)
)
)
- (func $test
+ (func $test (; 11 ;)
(local $0 f32)
(local $1 i32)
(set_local $1
@@ -131,7 +131,7 @@
)
)
)
- (func $test64
+ (func $test64 (; 12 ;)
(local $0 i64)
(local $1 i32)
(local $2 i64)
@@ -173,7 +173,7 @@
)
)
)
- (func $imports (result i64)
+ (func $imports (; 13 ;) (result i64)
(call $legalfunc$illegalImport
(f64.const -3.13159)
(i64.const 94489280523)
@@ -181,7 +181,7 @@
)
(call $legalfunc$illegalImportResult)
)
- (func $arg (param $0 i64)
+ (func $arg (; 14 ;) (param $0 i64)
(i64.store
(i32.const 100)
(get_local $0)
@@ -190,7 +190,7 @@
(get_local $0)
)
)
- (func $illegalParam (param $0 i32) (param $1 i64) (param $2 f64)
+ (func $illegalParam (; 15 ;) (param $0 i32) (param $1 i64) (param $2 f64)
(i64.store
(i32.const 100)
(get_local $1)
@@ -201,15 +201,15 @@
(f64.const 12.34)
)
)
- (func $result (result i64)
+ (func $result (; 16 ;) (result i64)
(i64.const 8589934593)
)
- (func $call1 (param $0 i64) (result i64)
+ (func $call1 (; 17 ;) (param $0 i64) (result i64)
(call $call1
(get_local $0)
)
)
- (func $call2 (param $0 i64) (result i64)
+ (func $call2 (; 18 ;) (param $0 i64) (result i64)
(drop
(call $call2
(call $call2
@@ -219,21 +219,21 @@
)
(i64.const 245127260211081)
)
- (func $returnCastConst (result i64)
+ (func $returnCastConst (; 19 ;) (result i64)
(i64.const 0)
)
- (func $ifValue64 (param $0 i64) (param $1 i64) (result i64)
+ (func $ifValue64 (; 20 ;) (param $0 i64) (param $1 i64) (result i64)
(call $call2
(get_local $0)
)
)
- (func $ifValue32 (param $0 i32) (param $1 i32) (result i32)
+ (func $ifValue32 (; 21 ;) (param $0 i32) (param $1 i32) (result i32)
(call $ifValue32
(get_local $0)
(get_local $1)
)
)
- (func $switch64 (param $0 i64) (result i32)
+ (func $switch64 (; 22 ;) (param $0 i64) (result i32)
(block $switch (result i32)
(block $switch-default
(block $switch-case0
@@ -268,7 +268,7 @@
(i32.const 1)
)
)
- (func $unreachable_leftovers (param $0 i32) (param $1 i32) (param $2 i32)
+ (func $unreachable_leftovers (; 23 ;) (param $0 i32) (param $1 i32) (param $2 i32)
(block $__rjto$0
(if
(i32.eqz
@@ -291,7 +291,7 @@
)
)
)
- (func $switch64TOOMUCH (param $0 i64) (result i32)
+ (func $switch64TOOMUCH (; 24 ;) (param $0 i64) (result i32)
(local $1 i32)
(local $2 i64)
(block $switch-default
@@ -370,7 +370,7 @@
)
(i32.const 44)
)
- (func $_memchr (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (func $_memchr (; 25 ;) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
(local $4 i32)
(local $5 i32)
@@ -601,7 +601,7 @@
(get_local $0)
)
)
- (func $switch64_big_condition1 (param $0 i64)
+ (func $switch64_big_condition1 (; 26 ;) (param $0 i64)
(local $1 i64)
(block $switch-default
(block $switch-case
@@ -627,7 +627,7 @@
(call $abort)
)
)
- (func $keepAlive
+ (func $keepAlive (; 27 ;)
(call $loads)
(call $loads)
(call $stores)
@@ -735,7 +735,7 @@
(i64.const 0)
)
)
- (func $legalstub$illegalParam (param $0 i32) (param $1 i32) (param $2 i32) (param $3 f64)
+ (func $legalstub$illegalParam (; 28 ;) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 f64)
(call $illegalParam
(get_local $0)
(i64.or
@@ -752,7 +752,7 @@
(get_local $3)
)
)
- (func $legalstub$result (result i32)
+ (func $legalstub$result (; 29 ;) (result i32)
(local $0 i64)
(set_local $0
(call $result)
@@ -769,7 +769,7 @@
(get_local $0)
)
)
- (func $legalfunc$illegalImport (param $0 f64) (param $1 i64) (param $2 i32)
+ (func $legalfunc$illegalImport (; 30 ;) (param $0 f64) (param $1 i64) (param $2 i32)
(call $legalimport$illegalImport
(get_local $0)
(i32.wrap/i64
@@ -784,7 +784,7 @@
(get_local $2)
)
)
- (func $legalfunc$illegalImportResult (result i64)
+ (func $legalfunc$illegalImportResult (; 31 ;) (result i64)
(i64.or
(i64.extend_u/i32
(call $legalimport$illegalImportResult)
@@ -797,7 +797,7 @@
)
)
)
- (func $legalfunc$_fabsf (param $0 f32) (result f32)
+ (func $legalfunc$_fabsf (; 32 ;) (param $0 f32) (result f32)
(f32.demote/f64
(call $legalimport$_fabsf
(f64.promote/f32
@@ -806,7 +806,7 @@
)
)
)
- (func $legalfunc$do_i64 (result i64)
+ (func $legalfunc$do_i64 (; 33 ;) (result i64)
(i64.or
(i64.extend_u/i32
(call $legalimport$do_i64)