summaryrefslogtreecommitdiff
path: root/test/wasm-only.fromasm.clamp
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm-only.fromasm.clamp')
-rw-r--r--test/wasm-only.fromasm.clamp244
1 files changed, 122 insertions, 122 deletions
diff --git a/test/wasm-only.fromasm.clamp b/test/wasm-only.fromasm.clamp
index 0644e45bb..f3e2c2817 100644
--- a/test/wasm-only.fromasm.clamp
+++ b/test/wasm-only.fromasm.clamp
@@ -4,9 +4,9 @@
(type $FUNCSIG$i (func (result i32)))
(type $legaltype$_fabsf (func (param f64) (result f64)))
(import "env" "memory" (memory $memory 256 256))
- (data (get_global $__memory_base) "wasm-only.asm.js")
- (import "env" "table" (table $table 3 3 anyfunc))
- (elem (get_global $__table_base) $legalfunc$illegalImport $legalfunc$_fabsf $legalfunc$do_i64)
+ (data (global.get $__memory_base) "wasm-only.asm.js")
+ (import "env" "table" (table $table 3 3 funcref))
+ (elem (global.get $__table_base) $legalfunc$illegalImport $legalfunc$_fabsf $legalfunc$do_i64)
(import "env" "__memory_base" (global $__memory_base i32))
(import "env" "__table_base" (global $__table_base i32))
(import "env" "setTempRet0" (func $setTempRet0 (param i32)))
@@ -137,114 +137,114 @@
(local $2 f32)
(i32.store8
(i32.const 100)
- (get_local $0)
+ (local.get $0)
)
(i32.store8
(i32.const 101)
- (get_local $0)
+ (local.get $0)
)
(i32.store16
(i32.const 102)
- (get_local $0)
+ (local.get $0)
)
(i32.store16
(i32.const 103)
- (get_local $0)
+ (local.get $0)
)
(i32.store16 align=1
(i32.const 104)
- (get_local $0)
+ (local.get $0)
)
(i32.store16
(i32.const 105)
- (get_local $0)
+ (local.get $0)
)
(i32.store
(i32.const 106)
- (get_local $0)
+ (local.get $0)
)
(i32.store
(i32.const 107)
- (get_local $0)
+ (local.get $0)
)
(i32.store align=1
(i32.const 108)
- (get_local $0)
+ (local.get $0)
)
(i32.store align=2
(i32.const 109)
- (get_local $0)
+ (local.get $0)
)
(i32.store
(i32.const 110)
- (get_local $0)
+ (local.get $0)
)
(f32.store
(i32.const 111)
- (get_local $2)
+ (local.get $2)
)
(f32.store
(i32.const 112)
- (get_local $2)
+ (local.get $2)
)
(f32.store align=1
(i32.const 113)
- (get_local $2)
+ (local.get $2)
)
(f32.store align=2
(i32.const 114)
- (get_local $2)
+ (local.get $2)
)
(f32.store
(i32.const 115)
- (get_local $2)
+ (local.get $2)
)
(f64.store
(i32.const 116)
- (get_local $1)
+ (local.get $1)
)
(f64.store
(i32.const 117)
- (get_local $1)
+ (local.get $1)
)
(f64.store align=1
(i32.const 118)
- (get_local $1)
+ (local.get $1)
)
(f64.store align=2
(i32.const 119)
- (get_local $1)
+ (local.get $1)
)
(f64.store align=4
(i32.const 120)
- (get_local $1)
+ (local.get $1)
)
(f64.store
(i32.const 121)
- (get_local $1)
+ (local.get $1)
)
)
(func $i64s-div (; 8 ;) (; has Stack IR ;) (param $0 i64) (param $1 i64) (result i64)
(if (result i64)
(i64.eqz
- (get_local $1)
+ (local.get $1)
)
(i64.const 0)
(if (result i64)
(i32.and
(i64.eq
- (get_local $0)
+ (local.get $0)
(i64.const -9223372036854775808)
)
(i64.eq
- (get_local $1)
+ (local.get $1)
(i64.const -1)
)
)
(i64.const 0)
(i64.div_s
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
)
)
@@ -252,24 +252,24 @@
(func $f32-to-int64 (; 9 ;) (; has Stack IR ;) (param $0 f32) (result i64)
(if (result i64)
(f32.ne
- (get_local $0)
- (get_local $0)
+ (local.get $0)
+ (local.get $0)
)
(i64.const -9223372036854775808)
(if (result i64)
(f32.ge
- (get_local $0)
+ (local.get $0)
(f32.const 9223372036854775808)
)
(i64.const -9223372036854775808)
(if (result i64)
(f32.le
- (get_local $0)
+ (local.get $0)
(f32.const -9223372036854775808)
)
(i64.const -9223372036854775808)
- (i64.trunc_s/f32
- (get_local $0)
+ (i64.trunc_f32_s
+ (local.get $0)
)
)
)
@@ -278,24 +278,24 @@
(func $f64-to-int64 (; 10 ;) (; has Stack IR ;) (param $0 f64) (result i64)
(if (result i64)
(f64.ne
- (get_local $0)
- (get_local $0)
+ (local.get $0)
+ (local.get $0)
)
(i64.const -9223372036854775808)
(if (result i64)
(f64.ge
- (get_local $0)
+ (local.get $0)
(f64.const 9223372036854775808)
)
(i64.const -9223372036854775808)
(if (result i64)
(f64.le
- (get_local $0)
+ (local.get $0)
(f64.const -9223372036854775808)
)
(i64.const -9223372036854775808)
- (i64.trunc_s/f64
- (get_local $0)
+ (i64.trunc_f64_s
+ (local.get $0)
)
)
)
@@ -304,24 +304,24 @@
(func $f32-to-uint64 (; 11 ;) (; has Stack IR ;) (param $0 f32) (result i64)
(if (result i64)
(f32.ne
- (get_local $0)
- (get_local $0)
+ (local.get $0)
+ (local.get $0)
)
(i64.const 0)
(if (result i64)
(f32.ge
- (get_local $0)
+ (local.get $0)
(f32.const 18446744073709551615)
)
(i64.const 0)
(if (result i64)
(f32.le
- (get_local $0)
+ (local.get $0)
(f32.const -1)
)
(i64.const 0)
- (i64.trunc_u/f32
- (get_local $0)
+ (i64.trunc_f32_u
+ (local.get $0)
)
)
)
@@ -330,24 +330,24 @@
(func $f64-to-uint64 (; 12 ;) (; has Stack IR ;) (param $0 f64) (result i64)
(if (result i64)
(f64.ne
- (get_local $0)
- (get_local $0)
+ (local.get $0)
+ (local.get $0)
)
(i64.const 0)
(if (result i64)
(f64.ge
- (get_local $0)
+ (local.get $0)
(f64.const 18446744073709551615)
)
(i64.const 0)
(if (result i64)
(f64.le
- (get_local $0)
+ (local.get $0)
(f64.const -1)
)
(i64.const 0)
- (i64.trunc_u/f64
- (get_local $0)
+ (i64.trunc_f64_u
+ (local.get $0)
)
)
)
@@ -391,7 +391,7 @@
)
(i64.store
(i32.const 120)
- (tee_local $0
+ (local.tee $0
(i64.load
(i32.const 120)
)
@@ -399,28 +399,28 @@
)
(i64.store
(i32.const 120)
- (get_local $0)
+ (local.get $0)
)
(i64.store align=2
(i32.const 120)
- (get_local $0)
+ (local.get $0)
)
(i64.store align=4
(i32.const 120)
- (get_local $0)
+ (local.get $0)
)
(i64.store
(i32.const 120)
- (get_local $0)
+ (local.get $0)
)
(drop
(call $f32-to-int64
- (tee_local $1
- (f32.convert_u/i64
- (tee_local $0
- (i64.extend_u/i32
- (i32.wrap/i64
- (get_local $0)
+ (local.tee $1
+ (f32.convert_i64_u
+ (local.tee $0
+ (i64.extend_i32_u
+ (i32.wrap_i64
+ (local.get $0)
)
)
)
@@ -430,21 +430,21 @@
)
(drop
(call $f64-to-int64
- (tee_local $2
- (f64.convert_u/i64
- (get_local $0)
+ (local.tee $2
+ (f64.convert_i64_u
+ (local.get $0)
)
)
)
)
(drop
(call $f32-to-uint64
- (get_local $1)
+ (local.get $1)
)
)
(drop
(call $f64-to-uint64
- (get_local $2)
+ (local.get $2)
)
)
)
@@ -455,11 +455,11 @@
(i32.const -33)
)
(i64.or
- (i64.extend_u/i32
+ (i64.extend_i32_u
(call $legalimport$illegalImportResult)
)
(i64.shl
- (i64.extend_u/i32
+ (i64.extend_i32_u
(call $getTempRet0)
)
(i64.const 32)
@@ -469,41 +469,41 @@
(func $arg (; 15 ;) (; has Stack IR ;) (param $0 i64)
(i64.store
(i32.const 100)
- (get_local $0)
+ (local.get $0)
)
(call $arg
- (get_local $0)
+ (local.get $0)
)
)
(func $illegalParam (; 16 ;) (; has Stack IR ;) (param $0 i32) (param $1 i64) (param $2 f64)
(i32.store
(i32.const 50)
- (get_local $0)
+ (local.get $0)
)
(i64.store
(i32.const 100)
- (get_local $1)
+ (local.get $1)
)
(f64.store
(i32.const 200)
- (get_local $2)
+ (local.get $2)
)
(call $illegalParam
(i32.const 0)
- (get_local $1)
+ (local.get $1)
(f64.const 12.34)
)
)
(func $call1 (; 17 ;) (; has Stack IR ;) (param $0 i64) (result i64)
(call $call1
- (get_local $0)
+ (local.get $0)
)
)
(func $call2 (; 18 ;) (; has Stack IR ;) (param $0 i64) (result i64)
(drop
(call $call2
(call $call2
- (get_local $0)
+ (local.get $0)
)
)
)
@@ -511,8 +511,8 @@
)
(func $ifValue32 (; 19 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (result i32)
(call $ifValue32
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
)
(func $unreachable_leftovers (; 20 ;) (; has Stack IR ;)
@@ -528,26 +528,26 @@
(block $label$break$L8
(block $__rjti$2
(br_if $__rjti$2
- (get_local $0)
+ (local.get $0)
)
- (set_local $0
+ (local.set $0
(i32.const 0)
)
(br $label$break$L8)
)
- (set_local $0
- (get_local $2)
+ (local.set $0
+ (local.get $2)
)
(if
(i32.load8_u
- (get_local $1)
+ (local.get $1)
)
(block
(block $__rjto$0
(block $__rjti$0
(br_if $__rjti$0
(i32.le_u
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
)
@@ -557,9 +557,9 @@
(i32.and
(i32.xor
(i32.and
- (tee_local $2
+ (local.tee $2
(i32.load
- (get_local $1)
+ (local.get $1)
)
)
(i32.const -2139062144)
@@ -567,23 +567,23 @@
(i32.const -2139062144)
)
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const -16843009)
)
)
)
(block
- (set_local $1
+ (local.set $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 4)
)
)
(br_if $while-in3
(i32.gt_u
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const -4)
)
)
@@ -598,35 +598,35 @@
)
(if
(i32.eqz
- (get_local $0)
+ (local.get $0)
)
(block
- (set_local $0
+ (local.set $0
(i32.const 0)
)
(br $label$break$L8)
)
)
)
- (set_local $0
+ (local.set $0
(loop $while-in5 (result i32)
(br_if $label$break$L8
(i32.eqz
(i32.load8_u
- (get_local $1)
+ (local.get $1)
)
)
)
- (set_local $1
+ (local.set $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 1)
)
)
(br_if $while-in5
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const -1)
)
)
@@ -638,9 +638,9 @@
)
)
(select
- (get_local $1)
+ (local.get $1)
(i32.const 0)
- (get_local $0)
+ (local.get $0)
)
)
(func $keepAlive (; 22 ;) (; has Stack IR ;)
@@ -710,19 +710,19 @@
)
(func $legalstub$illegalParam (; 23 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 f64)
(call $illegalParam
- (get_local $0)
+ (local.get $0)
(i64.or
- (i64.extend_u/i32
- (get_local $1)
+ (i64.extend_i32_u
+ (local.get $1)
)
(i64.shl
- (i64.extend_u/i32
- (get_local $2)
+ (i64.extend_i32_u
+ (local.get $2)
)
(i64.const 32)
)
)
- (get_local $3)
+ (local.get $3)
)
)
(func $legalstub$illegalResult (; 24 ;) (; has Stack IR ;) (result i32)
@@ -733,35 +733,35 @@
)
(func $legalfunc$illegalImport (; 25 ;) (; has Stack IR ;) (param $0 f64) (param $1 i64) (param $2 i32)
(call $legalimport$illegalImport
- (get_local $0)
- (i32.wrap/i64
- (get_local $1)
+ (local.get $0)
+ (i32.wrap_i64
+ (local.get $1)
)
- (i32.wrap/i64
+ (i32.wrap_i64
(i64.shr_u
- (get_local $1)
+ (local.get $1)
(i64.const 32)
)
)
- (get_local $2)
+ (local.get $2)
)
)
(func $legalfunc$_fabsf (; 26 ;) (; has Stack IR ;) (param $0 f32) (result f32)
- (f32.demote/f64
+ (f32.demote_f64
(call $legalimport$_fabsf
- (f64.promote/f32
- (get_local $0)
+ (f64.promote_f32
+ (local.get $0)
)
)
)
)
(func $legalfunc$do_i64 (; 27 ;) (; has Stack IR ;) (result i64)
(i64.or
- (i64.extend_u/i32
+ (i64.extend_i32_u
(call $legalimport$do_i64)
)
(i64.shl
- (i64.extend_u/i32
+ (i64.extend_i32_u
(call $getTempRet0)
)
(i64.const 32)