diff options
Diffstat (limited to 'test/memorygrowth.fromasm.no-opts')
-rw-r--r-- | test/memorygrowth.fromasm.no-opts | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/test/memorygrowth.fromasm.no-opts b/test/memorygrowth.fromasm.no-opts index 690c1098d..490c479c0 100644 --- a/test/memorygrowth.fromasm.no-opts +++ b/test/memorygrowth.fromasm.no-opts @@ -192,7 +192,7 @@ ) (block (set_local $d - (if i32 + (if (result i32) (i32.lt_u (get_local $a) (i32.const 11) @@ -1008,7 +1008,7 @@ ) ) (set_local $e - (if i32 + (if (result i32) (get_local $f) (get_local $j) (get_local $e) @@ -1018,7 +1018,7 @@ (get_local $B) ) (set_local $s - (if i32 + (if (result i32) (get_local $f) (get_local $B) (get_local $s) @@ -1885,7 +1885,7 @@ (set_local $s (i32.shl (get_local $e) - (if i32 + (if (result i32) (i32.eq (get_local $J) (i32.const 31) @@ -1995,7 +1995,7 @@ ) ) (set_local $m - (if i32 + (if (result i32) (i32.or (i32.eq (get_local $l) @@ -2285,14 +2285,14 @@ ) ) (set_local $g - (if i32 + (if (result i32) (get_local $s) (get_local $i) (get_local $O) ) ) (set_local $i - (if i32 + (if (result i32) (get_local $s) (get_local $P) (get_local $Q) @@ -3212,7 +3212,7 @@ (set_local $q (i32.shl (get_local $U) - (if i32 + (if (result i32) (i32.eq (get_local $ba) (i32.const 31) @@ -4433,7 +4433,7 @@ ) ) (set_local $c - (if i32 + (if (result i32) (i32.eq (i32.and (get_local $ma) @@ -4609,7 +4609,7 @@ ) ) (set_local $ca - (if i32 + (if (result i32) (i32.eq (i32.and (get_local $ka) @@ -4805,7 +4805,7 @@ (set_local $ca (i32.add (get_local $ha) - (if i32 + (if (result i32) (i32.eq (i32.and (get_local $ka) @@ -4833,7 +4833,7 @@ (set_local $ma (i32.add (get_local $c) - (if i32 + (if (result i32) (i32.eq (i32.and (get_local $ka) @@ -5938,7 +5938,7 @@ (set_local $aa (i32.shl (get_local $Ea) - (if i32 + (if (result i32) (i32.eq (get_local $Ha) (i32.const 31) @@ -6235,7 +6235,7 @@ (set_local $ka (i32.add (get_local $ca) - (if i32 + (if (result i32) (i32.eq (i32.and (get_local $ea) @@ -6261,7 +6261,7 @@ ) ) (set_local $ca - (if i32 + (if (result i32) (i32.lt_u (get_local $ka) (get_local $ea) @@ -6283,7 +6283,7 @@ ) ) (set_local $c - (if i32 + (if (result i32) (i32.eq (i32.and (get_local $ma) @@ -6788,7 +6788,7 @@ (set_local $ma (i32.shl (get_local $ka) - (if i32 + (if (result i32) (i32.eq (get_local $Oa) (i32.const 31) @@ -9022,7 +9022,7 @@ (set_local $F (i32.shl (get_local $D) - (if i32 + (if (result i32) (i32.eq (get_local $G) (i32.const 31) @@ -11306,7 +11306,7 @@ ) ) (func $i32u-div (param $0 i32) (param $1 i32) (result i32) - (if i32 + (if (result i32) (i32.eqz (get_local $1) ) |