summaryrefslogtreecommitdiff
path: root/test/passes/inlining-optimizing_optimize-level=3.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/inlining-optimizing_optimize-level=3.wast')
-rw-r--r--test/passes/inlining-optimizing_optimize-level=3.wast8204
1 files changed, 4102 insertions, 4102 deletions
diff --git a/test/passes/inlining-optimizing_optimize-level=3.wast b/test/passes/inlining-optimizing_optimize-level=3.wast
index ca357e548..33c5edb30 100644
--- a/test/passes/inlining-optimizing_optimize-level=3.wast
+++ b/test/passes/inlining-optimizing_optimize-level=3.wast
@@ -29,16 +29,16 @@
(import "env" "_sysconf" (func $_sysconf (param i32) (result i32)))
(import "env" "___syscall146" (func $___syscall146 (param i32 i32) (result i32)))
(import "env" "memory" (memory $0 256 256))
- (import "env" "table" (table 18 18 anyfunc))
+ (import "env" "table" (table 18 18 funcref))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
- (global $STACKTOP (mut i32) (get_global $STACKTOP$asm2wasm$import))
- (global $STACK_MAX (mut i32) (get_global $STACK_MAX$asm2wasm$import))
- (global $tempDoublePtr (mut i32) (get_global $tempDoublePtr$asm2wasm$import))
+ (global $STACKTOP (mut i32) (global.get $STACKTOP$asm2wasm$import))
+ (global $STACK_MAX (mut i32) (global.get $STACK_MAX$asm2wasm$import))
+ (global $tempDoublePtr (mut i32) (global.get $tempDoublePtr$asm2wasm$import))
(global $__THREW__ (mut i32) (i32.const 0))
(global $threwValue (mut i32) (i32.const 0))
(global $tempRet0 (mut i32) (i32.const 0))
- (elem (get_global $tableBase) $b0 $___stdio_close $b1 $b1 $___stdout_write $___stdio_seek $___stdio_write $b1 $b1 $b1 $b2 $b2 $b2 $b2 $b2 $_cleanup $b2 $b2)
+ (elem (global.get $tableBase) $b0 $___stdio_close $b1 $b1 $___stdout_write $___stdio_seek $___stdio_write $b1 $b1 $b1 $b2 $b2 $b2 $b2 $b2 $_cleanup $b2 $b2)
(data (i32.const 1024) "emcc_hello_world.asm.js")
(export "_i64Subtract" (func $_i64Subtract))
(export "_free" (func $_free))
@@ -65,19 +65,19 @@
(export "___udivmoddi4" (func $___udivmoddi4))
(func $stackAlloc (param $0 i32) (result i32)
(local $1 i32)
- (set_local $1
- (get_global $STACKTOP)
+ (local.set $1
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
- (get_local $0)
+ (global.get $STACKTOP)
+ (local.get $0)
)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.and
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 15)
)
(i32.const -16)
@@ -85,78 +85,78 @@
)
(if
(i32.ge_s
- (get_global $STACKTOP)
- (get_global $STACK_MAX)
+ (global.get $STACKTOP)
+ (global.get $STACK_MAX)
)
(call $abort)
)
- (get_local $1)
+ (local.get $1)
)
(func $stackSave (result i32)
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
)
(func $stackRestore (param $0 i32)
- (set_global $STACKTOP
- (get_local $0)
+ (global.set $STACKTOP
+ (local.get $0)
)
)
(func $establishStackSpace (param $0 i32) (param $1 i32)
- (set_global $STACKTOP
- (get_local $0)
+ (global.set $STACKTOP
+ (local.get $0)
)
- (set_global $STACK_MAX
- (get_local $1)
+ (global.set $STACK_MAX
+ (local.get $1)
)
)
(func $setThrew (param $0 i32) (param $1 i32)
(if
(i32.eqz
- (get_global $__THREW__)
+ (global.get $__THREW__)
)
(block
- (set_global $__THREW__
- (get_local $0)
+ (global.set $__THREW__
+ (local.get $0)
)
- (set_global $threwValue
- (get_local $1)
+ (global.set $threwValue
+ (local.get $1)
)
)
)
)
(func $setTempRet0 (param $0 i32)
- (set_global $tempRet0
- (get_local $0)
+ (global.set $tempRet0
+ (local.get $0)
)
)
(func $getTempRet0 (result i32)
- (get_global $tempRet0)
+ (global.get $tempRet0)
)
(func $_main (result i32)
(local $0 i32)
- (set_local $0
- (get_global $STACKTOP)
+ (local.set $0
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (get_global $STACKTOP)
- (get_global $STACK_MAX)
+ (global.get $STACKTOP)
+ (global.get $STACK_MAX)
)
(call $abort)
)
(drop
(call $_printf
(i32.const 672)
- (get_local $0)
+ (local.get $0)
)
)
- (set_global $STACKTOP
- (get_local $0)
+ (global.set $STACKTOP
+ (local.get $0)
)
(i32.const 0)
)
@@ -165,26 +165,26 @@
(local $3 i32)
(local $4 i32)
(f64.store
- (get_global $tempDoublePtr)
- (get_local $0)
+ (global.get $tempDoublePtr)
+ (local.get $0)
)
(block $switch
(block $switch-default
(block $switch-case0
(block $switch-case
(br_table $switch-case $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-case0 $switch-default
- (tee_local $3
+ (local.tee $3
(i32.and
- (tee_local $3
+ (local.tee $3
(call $_bitshift64Lshr
- (tee_local $2
+ (local.tee $2
(i32.load
- (get_global $tempDoublePtr)
+ (global.get $tempDoublePtr)
)
)
- (tee_local $4
+ (local.tee $4
(i32.load offset=4
- (get_global $tempDoublePtr)
+ (global.get $tempDoublePtr)
)
)
(i32.const 52)
@@ -196,26 +196,26 @@
)
)
(i32.store
- (get_local $1)
- (tee_local $2
+ (local.get $1)
+ (local.tee $2
(if (result i32)
(f64.ne
- (get_local $0)
+ (local.get $0)
(f64.const 0)
)
(block (result i32)
- (set_local $0
+ (local.set $0
(call $_frexp
(f64.mul
- (get_local $0)
+ (local.get $0)
(f64.const 18446744073709551615)
)
- (get_local $1)
+ (local.get $1)
)
)
(i32.add
(i32.load
- (get_local $1)
+ (local.get $1)
)
(i32.const -64)
)
@@ -229,38 +229,38 @@
(br $switch)
)
(i32.store
- (get_local $1)
+ (local.get $1)
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const -1022)
)
)
(i32.store
- (get_global $tempDoublePtr)
- (get_local $2)
+ (global.get $tempDoublePtr)
+ (local.get $2)
)
(i32.store offset=4
- (get_global $tempDoublePtr)
+ (global.get $tempDoublePtr)
(i32.or
(i32.and
- (get_local $4)
+ (local.get $4)
(i32.const -2146435073)
)
(i32.const 1071644672)
)
)
- (set_local $0
+ (local.set $0
(f64.load
- (get_global $tempDoublePtr)
+ (global.get $tempDoublePtr)
)
)
)
- (get_local $0)
+ (local.get $0)
)
(func $_strerror (param $0 i32) (result i32)
(local $1 i32)
(local $2 i32)
- (set_local $1
+ (local.set $1
(i32.const 0)
)
(block $__rjto$1
@@ -270,73 +270,73 @@
(br_if $__rjti$0
(i32.eq
(i32.load8_u offset=687
- (get_local $1)
+ (local.get $1)
)
- (get_local $0)
+ (local.get $0)
)
)
(br_if $while-in
(i32.ne
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 1)
)
)
(i32.const 87)
)
)
- (set_local $1
+ (local.set $1
(i32.const 87)
)
(br $__rjti$1)
)
)
(br_if $__rjti$1
- (get_local $1)
+ (local.get $1)
)
- (set_local $0
+ (local.set $0
(i32.const 775)
)
(br $__rjto$1)
)
- (set_local $0
+ (local.set $0
(i32.const 775)
)
(loop $while-in1
(loop $while-in3
- (set_local $2
+ (local.set $2
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
(if
(i32.load8_s
- (get_local $0)
+ (local.get $0)
)
(block
- (set_local $0
- (get_local $2)
+ (local.set $0
+ (local.get $2)
)
(br $while-in3)
)
- (set_local $0
- (get_local $2)
+ (local.set $0
+ (local.get $2)
)
)
)
(br_if $while-in1
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const -1)
)
)
)
)
)
- (get_local $0)
+ (local.get $0)
)
(func $___errno_location (result i32)
(if (result i32)
@@ -352,250 +352,250 @@
(func $___stdio_close (param $0 i32) (result i32)
(local $1 i32)
(local $2 i32)
- (set_local $1
- (get_global $STACKTOP)
+ (local.set $1
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (get_global $STACKTOP)
- (get_global $STACK_MAX)
+ (global.get $STACKTOP)
+ (global.get $STACK_MAX)
)
(call $abort)
)
(i32.store
- (tee_local $2
- (get_local $1)
+ (local.tee $2
+ (local.get $1)
)
(i32.load offset=60
- (get_local $0)
+ (local.get $0)
)
)
- (set_local $0
+ (local.set $0
(call $___syscall_ret
(call $___syscall6
(i32.const 6)
- (get_local $2)
+ (local.get $2)
)
)
)
- (set_global $STACKTOP
- (get_local $1)
+ (global.set $STACKTOP
+ (local.get $1)
)
- (get_local $0)
+ (local.get $0)
)
(func $___stdout_write (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
(local $4 i32)
(local $5 i32)
- (set_local $4
- (get_global $STACKTOP)
+ (local.set $4
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 80)
)
)
(if
(i32.ge_s
- (get_global $STACKTOP)
- (get_global $STACK_MAX)
+ (global.get $STACKTOP)
+ (global.get $STACK_MAX)
)
(call $abort)
)
- (set_local $3
- (get_local $4)
+ (local.set $3
+ (local.get $4)
)
- (set_local $5
+ (local.set $5
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 12)
)
)
(i32.store offset=36
- (get_local $0)
+ (local.get $0)
(i32.const 4)
)
(if
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 64)
)
)
(block
(i32.store
- (get_local $3)
+ (local.get $3)
(i32.load offset=60
- (get_local $0)
+ (local.get $0)
)
)
(i32.store offset=4
- (get_local $3)
+ (local.get $3)
(i32.const 21505)
)
(i32.store offset=8
- (get_local $3)
- (get_local $5)
+ (local.get $3)
+ (local.get $5)
)
(if
(call $___syscall54
(i32.const 54)
- (get_local $3)
+ (local.get $3)
)
(i32.store8 offset=75
- (get_local $0)
+ (local.get $0)
(i32.const -1)
)
)
)
)
- (set_local $0
+ (local.set $0
(call $___stdio_write
- (get_local $0)
- (get_local $1)
- (get_local $2)
+ (local.get $0)
+ (local.get $1)
+ (local.get $2)
)
)
- (set_global $STACKTOP
- (get_local $4)
+ (global.set $STACKTOP
+ (local.get $4)
)
- (get_local $0)
+ (local.get $0)
)
(func $___stdio_seek (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
(local $4 i32)
- (set_local $4
- (get_global $STACKTOP)
+ (local.set $4
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 32)
)
)
(if
(i32.ge_s
- (get_global $STACKTOP)
- (get_global $STACK_MAX)
+ (global.get $STACKTOP)
+ (global.get $STACK_MAX)
)
(call $abort)
)
(i32.store
- (tee_local $3
- (get_local $4)
+ (local.tee $3
+ (local.get $4)
)
(i32.load offset=60
- (get_local $0)
+ (local.get $0)
)
)
(i32.store offset=4
- (get_local $3)
+ (local.get $3)
(i32.const 0)
)
(i32.store offset=8
- (get_local $3)
- (get_local $1)
+ (local.get $3)
+ (local.get $1)
)
(i32.store offset=12
- (get_local $3)
- (tee_local $0
+ (local.get $3)
+ (local.tee $0
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 20)
)
)
)
(i32.store offset=16
- (get_local $3)
- (get_local $2)
+ (local.get $3)
+ (local.get $2)
)
- (set_local $0
+ (local.set $0
(if (result i32)
(i32.lt_s
(call $___syscall_ret
(call $___syscall140
(i32.const 140)
- (get_local $3)
+ (local.get $3)
)
)
(i32.const 0)
)
(block (result i32)
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.const -1)
)
(i32.const -1)
)
(i32.load
- (get_local $0)
+ (local.get $0)
)
)
)
- (set_global $STACKTOP
- (get_local $4)
+ (global.set $STACKTOP
+ (local.get $4)
)
- (get_local $0)
+ (local.get $0)
)
(func $_fflush (param $0 i32) (result i32)
(local $1 i32)
(local $2 i32)
(block $do-once
(if
- (get_local $0)
+ (local.get $0)
(block
(if
(i32.le_s
(i32.load offset=76
- (get_local $0)
+ (local.get $0)
)
(i32.const -1)
)
(block
- (set_local $0
+ (local.set $0
(call $___fflush_unlocked
- (get_local $0)
+ (local.get $0)
)
)
(br $do-once)
)
)
- (set_local $2
+ (local.set $2
(i32.eqz
(call $___lockfile
- (get_local $0)
+ (local.get $0)
)
)
)
- (set_local $1
+ (local.set $1
(call $___fflush_unlocked
- (get_local $0)
+ (local.get $0)
)
)
- (set_local $0
+ (local.set $0
(if (result i32)
- (get_local $2)
- (get_local $1)
+ (local.get $2)
+ (local.get $1)
(block (result i32)
(call $___unlockfile
- (get_local $0)
+ (local.get $0)
)
- (get_local $1)
+ (local.get $1)
)
)
)
)
(block
- (set_local $0
+ (local.set $0
(if (result i32)
(i32.load
(i32.const 12)
@@ -612,22 +612,22 @@
(i32.const 44)
)
(if
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 40)
)
)
(loop $while-in
- (set_local $2
+ (local.set $2
(if (result i32)
(i32.gt_s
(i32.load offset=76
- (get_local $1)
+ (local.get $1)
)
(i32.const -1)
)
(call $___lockfile
- (get_local $1)
+ (local.get $1)
)
(i32.const 0)
)
@@ -635,31 +635,31 @@
(if
(i32.gt_u
(i32.load offset=20
- (get_local $1)
+ (local.get $1)
)
(i32.load offset=28
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $0
+ (local.set $0
(i32.or
(call $___fflush_unlocked
- (get_local $1)
+ (local.get $1)
)
- (get_local $0)
+ (local.get $0)
)
)
)
(if
- (get_local $2)
+ (local.get $2)
(call $___unlockfile
- (get_local $1)
+ (local.get $1)
)
)
(br_if $while-in
- (tee_local $1
+ (local.tee $1
(i32.load offset=56
- (get_local $1)
+ (local.get $1)
)
)
)
@@ -671,46 +671,46 @@
)
)
)
- (get_local $0)
+ (local.get $0)
)
(func $_printf (param $0 i32) (param $1 i32) (result i32)
(local $2 i32)
(local $3 i32)
- (set_local $2
- (get_global $STACKTOP)
+ (local.set $2
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 16)
)
)
(if
(i32.ge_s
- (get_global $STACKTOP)
- (get_global $STACK_MAX)
+ (global.get $STACKTOP)
+ (global.get $STACK_MAX)
)
(call $abort)
)
(i32.store
- (tee_local $3
- (get_local $2)
+ (local.tee $3
+ (local.get $2)
)
- (get_local $1)
+ (local.get $1)
)
- (set_local $0
+ (local.set $0
(call $_vfprintf
(i32.load
(i32.const 8)
)
- (get_local $0)
- (get_local $3)
+ (local.get $0)
+ (local.get $3)
)
)
- (set_global $STACKTOP
- (get_local $2)
+ (global.set $STACKTOP
+ (local.get $2)
)
- (get_local $0)
+ (local.get $0)
)
(func $___lockfile (param $0 i32) (result i32)
(i32.const 0)
@@ -731,43 +731,43 @@
(local $12 i32)
(local $13 i32)
(local $14 i32)
- (set_local $8
- (get_global $STACKTOP)
+ (local.set $8
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 48)
)
)
(if
(i32.ge_s
- (get_global $STACKTOP)
- (get_global $STACK_MAX)
+ (global.get $STACKTOP)
+ (global.get $STACK_MAX)
)
(call $abort)
)
- (set_local $9
+ (local.set $9
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.const 16)
)
)
- (set_local $10
- (get_local $8)
+ (local.set $10
+ (local.get $8)
)
(i32.store
- (tee_local $4
+ (local.tee $4
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.const 32)
)
)
- (tee_local $3
+ (local.tee $3
(i32.load
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 28)
)
)
@@ -775,51 +775,51 @@
)
)
(i32.store offset=4
- (get_local $4)
- (tee_local $3
+ (local.get $4)
+ (local.tee $3
(i32.sub
(i32.load
- (tee_local $11
+ (local.tee $11
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 20)
)
)
)
- (get_local $3)
+ (local.get $3)
)
)
)
(i32.store offset=8
- (get_local $4)
- (get_local $1)
+ (local.get $4)
+ (local.get $1)
)
(i32.store offset=12
- (get_local $4)
- (get_local $2)
+ (local.get $4)
+ (local.get $2)
)
- (set_local $13
+ (local.set $13
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 60)
)
)
- (set_local $14
+ (local.set $14
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 44)
)
)
- (set_local $1
- (get_local $4)
+ (local.set $1
+ (local.get $4)
)
- (set_local $4
+ (local.set $4
(i32.const 2)
)
- (set_local $12
+ (local.set $12
(i32.add
- (get_local $3)
- (get_local $2)
+ (local.get $3)
+ (local.get $2)
)
)
(block $__rjto$1
@@ -833,27 +833,27 @@
(block
(call $_pthread_cleanup_push
(i32.const 5)
- (get_local $0)
+ (local.get $0)
)
(i32.store
- (get_local $10)
+ (local.get $10)
(i32.load
- (get_local $13)
+ (local.get $13)
)
)
(i32.store offset=4
- (get_local $10)
- (get_local $1)
+ (local.get $10)
+ (local.get $1)
)
(i32.store offset=8
- (get_local $10)
- (get_local $4)
+ (local.get $10)
+ (local.get $4)
)
- (set_local $3
+ (local.set $3
(call $___syscall_ret
(call $___syscall146
(i32.const 146)
- (get_local $10)
+ (local.get $10)
)
)
)
@@ -863,24 +863,24 @@
)
(block
(i32.store
- (get_local $9)
+ (local.get $9)
(i32.load
- (get_local $13)
+ (local.get $13)
)
)
(i32.store offset=4
- (get_local $9)
- (get_local $1)
+ (local.get $9)
+ (local.get $1)
)
(i32.store offset=8
- (get_local $9)
- (get_local $4)
+ (local.get $9)
+ (local.get $4)
)
- (set_local $3
+ (local.set $3
(call $___syscall_ret
(call $___syscall146
(i32.const 146)
- (get_local $9)
+ (local.get $9)
)
)
)
@@ -888,181 +888,181 @@
)
(br_if $__rjti$0
(i32.eq
- (get_local $12)
- (get_local $3)
+ (local.get $12)
+ (local.get $3)
)
)
(br_if $__rjti$1
(i32.lt_s
- (get_local $3)
+ (local.get $3)
(i32.const 0)
)
)
- (set_local $5
+ (local.set $5
(if (result i32)
(i32.gt_u
- (get_local $3)
- (tee_local $5
+ (local.get $3)
+ (local.tee $5
(i32.load offset=4
- (get_local $1)
+ (local.get $1)
)
)
)
(block (result i32)
(i32.store
- (get_local $6)
- (tee_local $7
+ (local.get $6)
+ (local.tee $7
(i32.load
- (get_local $14)
+ (local.get $14)
)
)
)
(i32.store
- (get_local $11)
- (get_local $7)
+ (local.get $11)
+ (local.get $7)
)
- (set_local $7
+ (local.set $7
(i32.load offset=12
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $1
+ (local.set $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
- (set_local $4
+ (local.set $4
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const -1)
)
)
(i32.sub
- (get_local $3)
- (get_local $5)
+ (local.get $3)
+ (local.get $5)
)
)
(block (result i32)
(if
(i32.eq
- (get_local $4)
+ (local.get $4)
(i32.const 2)
)
(block
(i32.store
- (get_local $6)
+ (local.get $6)
(i32.add
(i32.load
- (get_local $6)
+ (local.get $6)
)
- (get_local $3)
+ (local.get $3)
)
)
- (set_local $7
- (get_local $5)
+ (local.set $7
+ (local.get $5)
)
- (set_local $4
+ (local.set $4
(i32.const 2)
)
)
- (set_local $7
- (get_local $5)
+ (local.set $7
+ (local.get $5)
)
)
- (get_local $3)
+ (local.get $3)
)
)
)
(i32.store
- (get_local $1)
+ (local.get $1)
(i32.add
(i32.load
- (get_local $1)
+ (local.get $1)
)
- (get_local $5)
+ (local.get $5)
)
)
(i32.store offset=4
- (get_local $1)
+ (local.get $1)
(i32.sub
- (get_local $7)
- (get_local $5)
+ (local.get $7)
+ (local.get $5)
)
)
- (set_local $12
+ (local.set $12
(i32.sub
- (get_local $12)
- (get_local $3)
+ (local.get $12)
+ (local.get $3)
)
)
(br $while-in)
)
)
(i32.store offset=16
- (get_local $0)
+ (local.get $0)
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.load
- (get_local $14)
+ (local.get $14)
)
)
(i32.load offset=48
- (get_local $0)
+ (local.get $0)
)
)
)
(i32.store
- (get_local $6)
- (get_local $1)
+ (local.get $6)
+ (local.get $1)
)
(i32.store
- (get_local $11)
- (get_local $1)
+ (local.get $11)
+ (local.get $1)
)
(br $__rjto$1)
)
(i32.store offset=16
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(i32.store
- (get_local $6)
+ (local.get $6)
(i32.const 0)
)
(i32.store
- (get_local $11)
+ (local.get $11)
(i32.const 0)
)
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.or
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
- (set_local $2
+ (local.set $2
(if (result i32)
(i32.eq
- (get_local $4)
+ (local.get $4)
(i32.const 2)
)
(i32.const 0)
(i32.sub
- (get_local $2)
+ (local.get $2)
(i32.load offset=4
- (get_local $1)
+ (local.get $1)
)
)
)
)
)
- (set_global $STACKTOP
- (get_local $8)
+ (global.set $STACKTOP
+ (local.get $8)
)
- (get_local $2)
+ (local.get $2)
)
(func $_vfprintf (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
@@ -1077,43 +1077,43 @@
(local $12 i32)
(local $13 i32)
(local $14 i32)
- (set_local $4
- (get_global $STACKTOP)
+ (local.set $4
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 224)
)
)
(if
(i32.ge_s
- (get_global $STACKTOP)
- (get_global $STACK_MAX)
+ (global.get $STACKTOP)
+ (global.get $STACK_MAX)
)
(call $abort)
)
- (set_local $5
+ (local.set $5
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 120)
)
)
- (set_local $7
- (get_local $4)
+ (local.set $7
+ (local.get $4)
)
- (set_local $6
+ (local.set $6
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 136)
)
)
- (set_local $9
+ (local.set $9
(i32.add
- (tee_local $3
- (tee_local $8
+ (local.tee $3
+ (local.tee $8
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 80)
)
)
@@ -1123,163 +1123,163 @@
)
(loop $do-in
(i32.store
- (get_local $3)
+ (local.get $3)
(i32.const 0)
)
(br_if $do-in
(i32.lt_s
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const 4)
)
)
- (get_local $9)
+ (local.get $9)
)
)
)
(i32.store
- (get_local $5)
+ (local.get $5)
(i32.load
- (get_local $2)
+ (local.get $2)
)
)
- (set_local $0
+ (local.set $0
(if (result i32)
(i32.lt_s
(call $_printf_core
(i32.const 0)
- (get_local $1)
- (get_local $5)
- (get_local $7)
- (get_local $8)
+ (local.get $1)
+ (local.get $5)
+ (local.get $7)
+ (local.get $8)
)
(i32.const 0)
)
(i32.const -1)
(block (result i32)
- (set_local $14
+ (local.set $14
(if (result i32)
(i32.gt_s
(i32.load offset=76
- (get_local $0)
+ (local.get $0)
)
(i32.const -1)
)
(call $___lockfile
- (get_local $0)
+ (local.get $0)
)
(i32.const 0)
)
)
- (set_local $10
+ (local.set $10
(i32.load
- (get_local $0)
+ (local.get $0)
)
)
(if
(i32.lt_s
(i32.load8_s offset=74
- (get_local $0)
+ (local.get $0)
)
(i32.const 1)
)
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.and
- (get_local $10)
+ (local.get $10)
(i32.const -33)
)
)
)
(if
(i32.load
- (tee_local $11
+ (local.tee $11
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 48)
)
)
)
- (set_local $1
+ (local.set $1
(call $_printf_core
- (get_local $0)
- (get_local $1)
- (get_local $5)
- (get_local $7)
- (get_local $8)
+ (local.get $0)
+ (local.get $1)
+ (local.get $5)
+ (local.get $7)
+ (local.get $8)
)
)
(block
- (set_local $13
+ (local.set $13
(i32.load
- (tee_local $12
+ (local.tee $12
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 44)
)
)
)
)
(i32.store
- (get_local $12)
- (get_local $6)
+ (local.get $12)
+ (local.get $6)
)
(i32.store
- (tee_local $9
+ (local.tee $9
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 28)
)
)
- (get_local $6)
+ (local.get $6)
)
(i32.store
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 20)
)
)
- (get_local $6)
+ (local.get $6)
)
(i32.store
- (get_local $11)
+ (local.get $11)
(i32.const 80)
)
(i32.store
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 16)
)
)
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 80)
)
)
- (set_local $1
+ (local.set $1
(call $_printf_core
- (get_local $0)
- (get_local $1)
- (get_local $5)
- (get_local $7)
- (get_local $8)
+ (local.get $0)
+ (local.get $1)
+ (local.get $5)
+ (local.get $7)
+ (local.get $8)
)
)
(if
- (get_local $13)
+ (local.get $13)
(block
(drop
(call_indirect (type $FUNCSIG$iiii)
- (get_local $0)
+ (local.get $0)
(i32.const 0)
(i32.const 0)
(i32.add
(i32.and
(i32.load offset=36
- (get_local $0)
+ (local.get $0)
)
(i32.const 7)
)
@@ -1287,33 +1287,33 @@
)
)
)
- (set_local $1
+ (local.set $1
(select
- (get_local $1)
+ (local.get $1)
(i32.const -1)
(i32.load
- (get_local $3)
+ (local.get $3)
)
)
)
(i32.store
- (get_local $12)
- (get_local $13)
+ (local.get $12)
+ (local.get $13)
)
(i32.store
- (get_local $11)
+ (local.get $11)
(i32.const 0)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.const 0)
)
(i32.store
- (get_local $9)
+ (local.get $9)
(i32.const 0)
)
(i32.store
- (get_local $3)
+ (local.get $3)
(i32.const 0)
)
)
@@ -1321,40 +1321,40 @@
)
)
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.or
- (tee_local $2
+ (local.tee $2
(i32.load
- (get_local $0)
+ (local.get $0)
)
)
(i32.and
- (get_local $10)
+ (local.get $10)
(i32.const 32)
)
)
)
(if
- (get_local $14)
+ (local.get $14)
(call $___unlockfile
- (get_local $0)
+ (local.get $0)
)
)
(select
(i32.const -1)
- (get_local $1)
+ (local.get $1)
(i32.and
- (get_local $2)
+ (local.get $2)
(i32.const 32)
)
)
)
)
)
- (set_global $STACKTOP
- (get_local $4)
+ (global.set $STACKTOP
+ (local.get $4)
)
- (get_local $0)
+ (local.get $0)
)
(func $___fwritex (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
@@ -1364,11 +1364,11 @@
(block $label$break$L5
(block $__rjti$0
(br_if $__rjti$0
- (tee_local $3
+ (local.tee $3
(i32.load
- (tee_local $4
+ (local.tee $4
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 16)
)
)
@@ -1377,15 +1377,15 @@
)
(if
(call $___towrite
- (get_local $2)
+ (local.get $2)
)
- (set_local $3
+ (local.set $3
(i32.const 0)
)
(block
- (set_local $3
+ (local.set $3
(i32.load
- (get_local $4)
+ (local.get $4)
)
)
(br $__rjti$0)
@@ -1396,30 +1396,30 @@
(if
(i32.lt_u
(i32.sub
- (get_local $3)
- (tee_local $4
+ (local.get $3)
+ (local.tee $4
(i32.load
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 20)
)
)
)
)
)
- (get_local $1)
+ (local.get $1)
)
(block
- (set_local $3
+ (local.set $3
(call_indirect (type $FUNCSIG$iiii)
- (get_local $2)
- (get_local $0)
- (get_local $1)
+ (local.get $2)
+ (local.get $0)
+ (local.get $1)
(i32.add
(i32.and
(i32.load offset=36
- (get_local $2)
+ (local.get $2)
)
(i32.const 7)
)
@@ -1430,25 +1430,25 @@
(br $label$break$L5)
)
)
- (set_local $2
+ (local.set $2
(block $label$break$L10 (result i32)
(if (result i32)
(i32.gt_s
(i32.load8_s offset=75
- (get_local $2)
+ (local.get $2)
)
(i32.const -1)
)
(block (result i32)
- (set_local $3
- (get_local $1)
+ (local.set $3
+ (local.get $1)
)
(loop $while-in
(drop
(br_if $label$break$L10
(i32.const 0)
(i32.eqz
- (get_local $3)
+ (local.get $3)
)
)
)
@@ -1456,10 +1456,10 @@
(i32.ne
(i32.load8_s
(i32.add
- (get_local $0)
- (tee_local $6
+ (local.get $0)
+ (local.tee $6
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const -1)
)
)
@@ -1468,8 +1468,8 @@
(i32.const 10)
)
(block
- (set_local $3
- (get_local $6)
+ (local.set $3
+ (local.get $6)
)
(br $while-in)
)
@@ -1478,40 +1478,40 @@
(br_if $label$break$L5
(i32.lt_u
(call_indirect (type $FUNCSIG$iiii)
- (get_local $2)
- (get_local $0)
- (get_local $3)
+ (local.get $2)
+ (local.get $0)
+ (local.get $3)
(i32.add
(i32.and
(i32.load offset=36
- (get_local $2)
+ (local.get $2)
)
(i32.const 7)
)
(i32.const 2)
)
)
- (get_local $3)
+ (local.get $3)
)
)
- (set_local $4
+ (local.set $4
(i32.load
- (get_local $5)
+ (local.get $5)
)
)
- (set_local $1
+ (local.set $1
(i32.sub
- (get_local $1)
- (get_local $3)
+ (local.get $1)
+ (local.get $3)
)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
- (get_local $3)
+ (local.get $0)
+ (local.get $3)
)
)
- (get_local $3)
+ (local.get $3)
)
(i32.const 0)
)
@@ -1519,67 +1519,67 @@
)
(drop
(call $_memcpy
- (get_local $4)
- (get_local $0)
- (get_local $1)
+ (local.get $4)
+ (local.get $0)
+ (local.get $1)
)
)
(i32.store
- (get_local $5)
+ (local.get $5)
(i32.add
(i32.load
- (get_local $5)
+ (local.get $5)
)
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $3
+ (local.set $3
(i32.add
- (get_local $2)
- (get_local $1)
+ (local.get $2)
+ (local.get $1)
)
)
)
- (get_local $3)
+ (local.get $3)
)
(func $___towrite (param $0 i32) (result i32)
(local $1 i32)
(local $2 i32)
- (set_local $1
+ (local.set $1
(i32.load8_s
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 74)
)
)
)
)
(i32.store8
- (get_local $2)
+ (local.get $2)
(i32.or
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 255)
)
- (get_local $1)
+ (local.get $1)
)
)
- (tee_local $0
+ (local.tee $0
(if (result i32)
(i32.and
- (tee_local $1
+ (local.tee $1
(i32.load
- (get_local $0)
+ (local.get $0)
)
)
(i32.const 8)
)
(block (result i32)
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.or
- (get_local $1)
+ (local.get $1)
(i32.const 32)
)
)
@@ -1587,31 +1587,31 @@
)
(block (result i32)
(i32.store offset=8
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(i32.store offset=4
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(i32.store offset=28
- (get_local $0)
- (tee_local $1
+ (local.get $0)
+ (local.tee $1
(i32.load offset=44
- (get_local $0)
+ (local.get $0)
)
)
)
(i32.store offset=20
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
(i32.store offset=16
- (get_local $0)
+ (local.get $0)
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.load offset=48
- (get_local $0)
+ (local.get $0)
)
)
)
@@ -1623,17 +1623,17 @@
(func $_wcrtomb (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(block $do-once (result i32)
(if (result i32)
- (get_local $0)
+ (local.get $0)
(block (result i32)
(if
(i32.lt_u
- (get_local $1)
+ (local.get $1)
(i32.const 128)
)
(block
(i32.store8
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
(br $do-once
(i32.const 1)
@@ -1642,25 +1642,25 @@
)
(if
(i32.lt_u
- (get_local $1)
+ (local.get $1)
(i32.const 2048)
)
(block
(i32.store8
- (get_local $0)
+ (local.get $0)
(i32.or
(i32.shr_u
- (get_local $1)
+ (local.get $1)
(i32.const 6)
)
(i32.const 192)
)
)
(i32.store8 offset=1
- (get_local $0)
+ (local.get $0)
(i32.or
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 63)
)
(i32.const 128)
@@ -1674,12 +1674,12 @@
(if
(i32.or
(i32.lt_u
- (get_local $1)
+ (local.get $1)
(i32.const 55296)
)
(i32.eq
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const -8192)
)
(i32.const 57344)
@@ -1687,21 +1687,21 @@
)
(block
(i32.store8
- (get_local $0)
+ (local.get $0)
(i32.or
(i32.shr_u
- (get_local $1)
+ (local.get $1)
(i32.const 12)
)
(i32.const 224)
)
)
(i32.store8 offset=1
- (get_local $0)
+ (local.get $0)
(i32.or
(i32.and
(i32.shr_u
- (get_local $1)
+ (local.get $1)
(i32.const 6)
)
(i32.const 63)
@@ -1710,10 +1710,10 @@
)
)
(i32.store8 offset=2
- (get_local $0)
+ (local.get $0)
(i32.or
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 63)
)
(i32.const 128)
@@ -1727,28 +1727,28 @@
(if (result i32)
(i32.lt_u
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const -65536)
)
(i32.const 1048576)
)
(block (result i32)
(i32.store8
- (get_local $0)
+ (local.get $0)
(i32.or
(i32.shr_u
- (get_local $1)
+ (local.get $1)
(i32.const 18)
)
(i32.const 240)
)
)
(i32.store8 offset=1
- (get_local $0)
+ (local.get $0)
(i32.or
(i32.and
(i32.shr_u
- (get_local $1)
+ (local.get $1)
(i32.const 12)
)
(i32.const 63)
@@ -1757,11 +1757,11 @@
)
)
(i32.store8 offset=2
- (get_local $0)
+ (local.get $0)
(i32.or
(i32.and
(i32.shr_u
- (get_local $1)
+ (local.get $1)
(i32.const 6)
)
(i32.const 63)
@@ -1770,10 +1770,10 @@
)
)
(i32.store8 offset=3
- (get_local $0)
+ (local.get $0)
(i32.or
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 63)
)
(i32.const 128)
@@ -1796,10 +1796,10 @@
)
(func $_wctomb (param $0 i32) (param $1 i32) (result i32)
(if (result i32)
- (get_local $0)
+ (local.get $0)
(call $_wcrtomb
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
(i32.const 0)
)
(i32.const 0)
@@ -1809,9 +1809,9 @@
(local $3 i32)
(local $4 i32)
(local $5 i32)
- (set_local $5
+ (local.set $5
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 255)
)
)
@@ -1819,52 +1819,52 @@
(block $__rjti$2
(if
(i32.and
- (tee_local $4
+ (local.tee $4
(i32.ne
- (get_local $2)
+ (local.get $2)
(i32.const 0)
)
)
(i32.ne
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
(i32.const 0)
)
)
(block
- (set_local $4
+ (local.set $4
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 255)
)
)
- (set_local $3
- (get_local $2)
+ (local.set $3
+ (local.get $2)
)
- (set_local $2
- (get_local $0)
+ (local.set $2
+ (local.get $0)
)
(loop $while-in
(br_if $__rjti$2
(i32.eq
(i32.load8_u
- (get_local $2)
+ (local.get $2)
)
(i32.and
- (get_local $4)
+ (local.get $4)
(i32.const 255)
)
)
)
(br_if $while-in
(i32.and
- (tee_local $0
+ (local.tee $0
(i32.ne
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const -1)
)
)
@@ -1873,9 +1873,9 @@
)
(i32.ne
(i32.and
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 1)
)
)
@@ -1888,44 +1888,44 @@
)
)
(block
- (set_local $3
- (get_local $2)
+ (local.set $3
+ (local.get $2)
)
- (set_local $2
- (get_local $0)
+ (local.set $2
+ (local.get $0)
)
- (set_local $0
- (get_local $4)
+ (local.set $0
+ (local.get $4)
)
)
)
(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 $3)
+ (local.set $0
+ (local.get $3)
)
(if
(i32.ne
(i32.load8_u
- (get_local $2)
+ (local.get $2)
)
- (tee_local $1
+ (local.tee $1
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 255)
)
)
)
(block
- (set_local $3
+ (local.set $3
(i32.mul
- (get_local $5)
+ (local.get $5)
(i32.const 16843009)
)
)
@@ -1933,7 +1933,7 @@
(block $__rjti$0
(br_if $__rjti$0
(i32.le_u
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
)
@@ -1943,12 +1943,12 @@
(i32.and
(i32.xor
(i32.and
- (tee_local $4
+ (local.tee $4
(i32.xor
(i32.load
- (get_local $2)
+ (local.get $2)
)
- (get_local $3)
+ (local.get $3)
)
)
(i32.const -2139062144)
@@ -1956,23 +1956,23 @@
(i32.const -2139062144)
)
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const -16843009)
)
)
)
(block
- (set_local $2
+ (local.set $2
(i32.add
- (get_local $2)
+ (local.get $2)
(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)
)
)
@@ -1987,10 +1987,10 @@
)
(if
(i32.eqz
- (get_local $0)
+ (local.get $0)
)
(block
- (set_local $0
+ (local.set $0
(i32.const 0)
)
(br $label$break$L8)
@@ -2001,29 +2001,29 @@
(br_if $label$break$L8
(i32.eq
(i32.load8_u
- (get_local $2)
+ (local.get $2)
)
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 255)
)
)
)
- (set_local $2
+ (local.set $2
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 1)
)
)
(br_if $while-in5
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const -1)
)
)
)
- (set_local $0
+ (local.set $0
(i32.const 0)
)
)
@@ -2031,15 +2031,15 @@
)
)
(select
- (get_local $2)
+ (local.get $2)
(i32.const 0)
- (get_local $0)
+ (local.get $0)
)
)
(func $___syscall_ret (param $0 i32) (result i32)
(if (result i32)
(i32.gt_u
- (get_local $0)
+ (local.get $0)
(i32.const -4096)
)
(block (result i32)
@@ -2047,12 +2047,12 @@
(call $___errno_location)
(i32.sub
(i32.const 0)
- (get_local $0)
+ (local.get $0)
)
)
(i32.const -1)
)
- (get_local $0)
+ (local.get $0)
)
)
(func $___fflush_unlocked (param $0 i32) (result i32)
@@ -2062,23 +2062,23 @@
(local $4 i32)
(local $5 i32)
(local $6 i32)
- (tee_local $0
+ (local.tee $0
(block $__rjto$0 (result i32)
(block $__rjti$0
(br_if $__rjti$0
(i32.le_u
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 20)
)
)
)
(i32.load
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 28)
)
)
@@ -2087,13 +2087,13 @@
)
(drop
(call_indirect (type $FUNCSIG$iiii)
- (get_local $0)
+ (local.get $0)
(i32.const 0)
(i32.const 0)
(i32.add
(i32.and
(i32.load offset=36
- (get_local $0)
+ (local.get $0)
)
(i32.const 7)
)
@@ -2103,7 +2103,7 @@
)
(br_if $__rjti$0
(i32.load
- (get_local $1)
+ (local.get $1)
)
)
(br $__rjto$0
@@ -2112,21 +2112,21 @@
)
(if
(i32.lt_u
- (tee_local $4
+ (local.tee $4
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 4)
)
)
)
)
- (tee_local $6
+ (local.tee $6
(i32.load
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 8)
)
)
@@ -2135,16 +2135,16 @@
)
(drop
(call_indirect (type $FUNCSIG$iiii)
- (get_local $0)
+ (local.get $0)
(i32.sub
- (get_local $4)
- (get_local $6)
+ (local.get $4)
+ (local.get $6)
)
(i32.const 1)
(i32.add
(i32.and
(i32.load offset=40
- (get_local $0)
+ (local.get $0)
)
(i32.const 7)
)
@@ -2154,23 +2154,23 @@
)
)
(i32.store offset=16
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.const 0)
)
(i32.store
- (get_local $1)
+ (local.get $1)
(i32.const 0)
)
(i32.store
- (get_local $5)
+ (local.get $5)
(i32.const 0)
)
(i32.store
- (get_local $3)
+ (local.get $3)
(i32.const 0)
)
(i32.const 0)
@@ -2181,35 +2181,35 @@
(if
(i32.eqz
(i32.load offset=68
- (get_local $0)
+ (local.get $0)
)
)
(call $___unlockfile
- (get_local $0)
+ (local.get $0)
)
)
)
(func $f64-to-int (param $0 f64) (result i32)
(if (result i32)
(f64.ne
- (get_local $0)
- (get_local $0)
+ (local.get $0)
+ (local.get $0)
)
(i32.const -2147483648)
(if (result i32)
(f64.ge
- (get_local $0)
+ (local.get $0)
(f64.const 2147483648)
)
(i32.const -2147483648)
(if (result i32)
(f64.le
- (get_local $0)
+ (local.get $0)
(f64.const -2147483649)
)
(i32.const -2147483648)
- (i32.trunc_s/f64
- (get_local $0)
+ (i32.trunc_f64_s
+ (local.get $0)
)
)
)
@@ -2217,22 +2217,22 @@
)
(func $i32s-div (param $0 i32) (param $1 i32) (result i32)
(if (result i32)
- (get_local $1)
+ (local.get $1)
(if (result i32)
(i32.and
(i32.eq
- (get_local $0)
+ (local.get $0)
(i32.const -2147483648)
)
(i32.eq
- (get_local $1)
+ (local.get $1)
(i32.const -1)
)
)
(i32.const 0)
(i32.div_s
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
)
(i32.const 0)
@@ -2240,20 +2240,20 @@
)
(func $i32u-rem (param $0 i32) (param $1 i32) (result i32)
(if (result i32)
- (get_local $1)
+ (local.get $1)
(i32.rem_u
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
(i32.const 0)
)
)
(func $i32u-div (param $0 i32) (param $1 i32) (result i32)
(if (result i32)
- (get_local $1)
+ (local.get $1)
(i32.div_u
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
(i32.const 0)
)
@@ -2306,49 +2306,49 @@
(local $49 i32)
(local $50 i32)
(local $51 i32)
- (set_local $25
- (get_global $STACKTOP)
+ (local.set $25
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 624)
)
)
(if
(i32.ge_s
- (get_global $STACKTOP)
- (get_global $STACK_MAX)
+ (global.get $STACKTOP)
+ (global.get $STACK_MAX)
)
(call $abort)
)
- (set_local $20
+ (local.set $20
(i32.add
- (get_local $25)
+ (local.get $25)
(i32.const 16)
)
)
- (set_local $19
- (get_local $25)
+ (local.set $19
+ (local.get $25)
)
- (set_local $36
+ (local.set $36
(i32.add
- (get_local $25)
+ (local.get $25)
(i32.const 528)
)
)
- (set_local $29
+ (local.set $29
(i32.ne
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
)
- (set_local $39
- (tee_local $26
+ (local.set $39
+ (local.tee $26
(i32.add
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $25)
+ (local.get $25)
(i32.const 536)
)
)
@@ -2356,102 +2356,102 @@
)
)
)
- (set_local $40
+ (local.set $40
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 39)
)
)
- (set_local $44
+ (local.set $44
(i32.add
- (tee_local $41
+ (local.tee $41
(i32.add
- (get_local $25)
+ (local.get $25)
(i32.const 8)
)
)
(i32.const 4)
)
)
- (set_local $34
+ (local.set $34
(i32.add
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $25)
+ (local.get $25)
(i32.const 576)
)
)
(i32.const 12)
)
)
- (set_local $42
+ (local.set $42
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 11)
)
)
- (set_local $45
+ (local.set $45
(i32.sub
- (tee_local $28
- (get_local $34)
+ (local.tee $28
+ (local.get $34)
)
- (tee_local $37
- (tee_local $22
+ (local.tee $37
+ (local.tee $22
(i32.add
- (get_local $25)
+ (local.get $25)
(i32.const 588)
)
)
)
)
)
- (set_local $46
+ (local.set $46
(i32.sub
(i32.const -2)
- (get_local $37)
+ (local.get $37)
)
)
- (set_local $47
+ (local.set $47
(i32.add
- (get_local $28)
+ (local.get $28)
(i32.const 2)
)
)
- (set_local $49
+ (local.set $49
(i32.add
- (tee_local $48
+ (local.tee $48
(i32.add
- (get_local $25)
+ (local.get $25)
(i32.const 24)
)
)
(i32.const 288)
)
)
- (set_local $43
- (tee_local $30
+ (local.set $43
+ (local.tee $30
(i32.add
- (get_local $22)
+ (local.get $22)
(i32.const 9)
)
)
)
- (set_local $35
+ (local.set $35
(i32.add
- (get_local $22)
+ (local.get $22)
(i32.const 8)
)
)
- (set_local $16
+ (local.set $16
(i32.const 0)
)
- (set_local $5
- (get_local $1)
+ (local.set $5
+ (local.get $1)
)
- (set_local $10
+ (local.set $10
(i32.const 0)
)
- (set_local $1
+ (local.set $1
(i32.const 0)
)
(block $label$break$L343
@@ -2460,16 +2460,16 @@
(block $label$break$L1
(if
(i32.gt_s
- (get_local $16)
+ (local.get $16)
(i32.const -1)
)
- (set_local $16
+ (local.set $16
(if (result i32)
(i32.gt_s
- (get_local $10)
+ (local.get $10)
(i32.sub
(i32.const 2147483647)
- (get_local $16)
+ (local.get $16)
)
)
(block (result i32)
@@ -2480,23 +2480,23 @@
(i32.const -1)
)
(i32.add
- (get_local $10)
- (get_local $16)
+ (local.get $10)
+ (local.get $16)
)
)
)
)
(br_if $__rjti$9
(i32.eqz
- (tee_local $7
+ (local.tee $7
(i32.load8_s
- (get_local $5)
+ (local.get $5)
)
)
)
)
- (set_local $10
- (get_local $5)
+ (local.set $10
+ (local.get $5)
)
(block $label$break$L12
(block $__rjti$1
@@ -2508,28 +2508,28 @@
(br_table $switch-case0 $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-default $switch-case $switch-default
(i32.shr_s
(i32.shl
- (get_local $7)
+ (local.get $7)
(i32.const 24)
)
(i32.const 24)
)
)
)
- (set_local $6
- (get_local $10)
+ (local.set $6
+ (local.get $10)
)
(br $__rjti$1)
)
- (set_local $6
- (get_local $10)
+ (local.set $6
+ (local.get $10)
)
(br $label$break$L9)
)
- (set_local $7
+ (local.set $7
(i32.load8_s
- (tee_local $10
+ (local.tee $10
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 1)
)
)
@@ -2544,23 +2544,23 @@
(br_if $label$break$L12
(i32.ne
(i32.load8_s offset=1
- (get_local $6)
+ (local.get $6)
)
(i32.const 37)
)
)
- (set_local $10
+ (local.set $10
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 1)
)
)
(br_if $while-in
(i32.eq
(i32.load8_s
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 2)
)
)
@@ -2570,57 +2570,57 @@
)
)
)
- (set_local $7
+ (local.set $7
(i32.sub
- (get_local $10)
- (get_local $5)
+ (local.get $10)
+ (local.get $5)
)
)
(if
- (get_local $29)
+ (local.get $29)
(if
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $5)
- (get_local $7)
- (get_local $0)
+ (local.get $5)
+ (local.get $7)
+ (local.get $0)
)
)
)
)
(if
(i32.ne
- (get_local $10)
- (get_local $5)
+ (local.get $10)
+ (local.get $5)
)
(block
- (set_local $5
- (get_local $6)
+ (local.set $5
+ (local.get $6)
)
- (set_local $10
- (get_local $7)
+ (local.set $10
+ (local.get $7)
)
(br $label$continue$L1)
)
)
- (set_local $8
+ (local.set $8
(if (result i32)
(i32.lt_u
- (tee_local $8
+ (local.tee $8
(i32.add
- (tee_local $11
+ (local.tee $11
(i32.load8_s
- (tee_local $10
+ (local.tee $10
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 1)
)
)
@@ -2632,19 +2632,19 @@
(i32.const 10)
)
(block (result i32)
- (set_local $6
+ (local.set $6
(i32.load8_s
- (tee_local $10
+ (local.tee $10
(select
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 3)
)
- (get_local $10)
- (tee_local $11
+ (local.get $10)
+ (local.tee $11
(i32.eq
(i32.load8_s offset=2
- (get_local $6)
+ (local.get $6)
)
(i32.const 36)
)
@@ -2653,27 +2653,27 @@
)
)
)
- (set_local $17
+ (local.set $17
(select
- (get_local $8)
+ (local.get $8)
(i32.const -1)
- (get_local $11)
+ (local.get $11)
)
)
(select
(i32.const 1)
- (get_local $1)
- (get_local $11)
+ (local.get $1)
+ (local.get $11)
)
)
(block (result i32)
- (set_local $6
- (get_local $11)
+ (local.set $6
+ (local.get $11)
)
- (set_local $17
+ (local.set $17
(i32.const -1)
)
- (get_local $1)
+ (local.get $1)
)
)
)
@@ -2681,10 +2681,10 @@
(if
(i32.eq
(i32.and
- (tee_local $11
+ (local.tee $11
(i32.shr_s
(i32.shl
- (get_local $6)
+ (local.get $6)
(i32.const 24)
)
(i32.const 24)
@@ -2695,13 +2695,13 @@
(i32.const 32)
)
(block
- (set_local $1
- (get_local $6)
+ (local.set $1
+ (local.get $6)
)
- (set_local $6
- (get_local $11)
+ (local.set $6
+ (local.get $11)
)
- (set_local $11
+ (local.set $11
(i32.const 0)
)
(loop $while-in4
@@ -2711,7 +2711,7 @@
(i32.shl
(i32.const 1)
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const -32)
)
)
@@ -2719,23 +2719,23 @@
)
)
(block
- (set_local $6
- (get_local $1)
+ (local.set $6
+ (local.get $1)
)
- (set_local $1
- (get_local $11)
+ (local.set $1
+ (local.get $11)
)
(br $label$break$L25)
)
)
- (set_local $11
+ (local.set $11
(i32.or
(i32.shl
(i32.const 1)
(i32.add
(i32.shr_s
(i32.shl
- (get_local $1)
+ (local.get $1)
(i32.const 24)
)
(i32.const 24)
@@ -2743,18 +2743,18 @@
(i32.const -32)
)
)
- (get_local $11)
+ (local.get $11)
)
)
(br_if $while-in4
(i32.eq
(i32.and
- (tee_local $6
- (tee_local $1
+ (local.tee $6
+ (local.tee $1
(i32.load8_s
- (tee_local $10
+ (local.tee $10
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 1)
)
)
@@ -2766,15 +2766,15 @@
(i32.const 32)
)
)
- (set_local $6
- (get_local $1)
+ (local.set $6
+ (local.get $1)
)
- (set_local $1
- (get_local $11)
+ (local.set $1
+ (local.get $11)
)
)
)
- (set_local $1
+ (local.set $1
(i32.const 0)
)
)
@@ -2783,23 +2783,23 @@
(if
(i32.eq
(i32.and
- (get_local $6)
+ (local.get $6)
(i32.const 255)
)
(i32.const 42)
)
(block
- (set_local $10
+ (local.set $10
(block $__rjto$0 (result i32)
(block $__rjti$0
(br_if $__rjti$0
(i32.ge_u
- (tee_local $11
+ (local.tee $11
(i32.add
(i32.load8_s
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 1)
)
)
@@ -2813,16 +2813,16 @@
(br_if $__rjti$0
(i32.ne
(i32.load8_s offset=2
- (get_local $10)
+ (local.get $10)
)
(i32.const 36)
)
)
(i32.store
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.shl
- (get_local $11)
+ (local.get $11)
(i32.const 2)
)
)
@@ -2830,13 +2830,13 @@
)
(drop
(i32.load offset=4
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.shl
(i32.add
(i32.load8_s
- (get_local $6)
+ (local.get $6)
)
(i32.const -48)
)
@@ -2846,25 +2846,25 @@
)
)
)
- (set_local $8
+ (local.set $8
(i32.const 1)
)
- (set_local $14
+ (local.set $14
(i32.load
- (get_local $6)
+ (local.get $6)
)
)
(br $__rjto$0
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 3)
)
)
)
(if
- (get_local $8)
+ (local.get $8)
(block
- (set_local $16
+ (local.set $16
(i32.const -1)
)
(br $label$break$L1)
@@ -2872,31 +2872,31 @@
)
(if
(i32.eqz
- (get_local $29)
+ (local.get $29)
)
(block
- (set_local $11
- (get_local $1)
+ (local.set $11
+ (local.get $1)
)
- (set_local $10
- (get_local $6)
+ (local.set $10
+ (local.get $6)
)
- (set_local $1
+ (local.set $1
(i32.const 0)
)
- (set_local $14
+ (local.set $14
(i32.const 0)
)
(br $do-once5)
)
)
- (set_local $14
+ (local.set $14
(i32.load
- (tee_local $10
+ (local.tee $10
(i32.and
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
(i32.const 3)
)
@@ -2906,50 +2906,50 @@
)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 4)
)
)
- (set_local $8
+ (local.set $8
(i32.const 0)
)
- (get_local $6)
+ (local.get $6)
)
)
- (set_local $11
+ (local.set $11
(if (result i32)
(i32.lt_s
- (get_local $14)
+ (local.get $14)
(i32.const 0)
)
(block (result i32)
- (set_local $14
+ (local.set $14
(i32.sub
(i32.const 0)
- (get_local $14)
+ (local.get $14)
)
)
(i32.or
- (get_local $1)
+ (local.get $1)
(i32.const 8192)
)
)
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $1
- (get_local $8)
+ (local.set $1
+ (local.get $8)
)
)
(if
(i32.lt_u
- (tee_local $6
+ (local.tee $6
(i32.add
(i32.shr_s
(i32.shl
- (get_local $6)
+ (local.get $6)
(i32.const 24)
)
(i32.const 24)
@@ -2960,27 +2960,27 @@
(i32.const 10)
)
(block
- (set_local $11
+ (local.set $11
(i32.const 0)
)
(loop $while-in8
- (set_local $6
+ (local.set $6
(i32.add
(i32.mul
- (get_local $11)
+ (local.get $11)
(i32.const 10)
)
- (get_local $6)
+ (local.get $6)
)
)
(if
(i32.lt_u
- (tee_local $9
+ (local.tee $9
(i32.add
(i32.load8_s
- (tee_local $10
+ (local.tee $10
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 1)
)
)
@@ -2991,11 +2991,11 @@
(i32.const 10)
)
(block
- (set_local $11
- (get_local $6)
+ (local.set $11
+ (local.get $6)
)
- (set_local $6
- (get_local $9)
+ (local.set $6
+ (local.get $9)
)
(br $while-in8)
)
@@ -3003,59 +3003,59 @@
)
(if
(i32.lt_s
- (get_local $6)
+ (local.get $6)
(i32.const 0)
)
(block
- (set_local $16
+ (local.set $16
(i32.const -1)
)
(br $label$break$L1)
)
(block
- (set_local $11
- (get_local $1)
+ (local.set $11
+ (local.get $1)
)
- (set_local $1
- (get_local $8)
+ (local.set $1
+ (local.get $8)
)
- (set_local $14
- (get_local $6)
+ (local.set $14
+ (local.get $6)
)
)
)
)
(block
- (set_local $11
- (get_local $1)
+ (local.set $11
+ (local.get $1)
)
- (set_local $1
- (get_local $8)
+ (local.set $1
+ (local.get $8)
)
- (set_local $14
+ (local.set $14
(i32.const 0)
)
)
)
)
)
- (set_local $6
+ (local.set $6
(block $label$break$L46 (result i32)
(if (result i32)
(i32.eq
(i32.load8_s
- (get_local $10)
+ (local.get $10)
)
(i32.const 46)
)
(block (result i32)
(if
(i32.ne
- (tee_local $8
+ (local.tee $8
(i32.load8_s
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 1)
)
)
@@ -3066,28 +3066,28 @@
(block
(if
(i32.lt_u
- (tee_local $9
+ (local.tee $9
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.const -48)
)
)
(i32.const 10)
)
(block
- (set_local $10
- (get_local $6)
+ (local.set $10
+ (local.get $6)
)
- (set_local $8
+ (local.set $8
(i32.const 0)
)
- (set_local $6
- (get_local $9)
+ (local.set $6
+ (local.get $9)
)
)
(block
- (set_local $10
- (get_local $6)
+ (local.set $10
+ (local.get $6)
)
(br $label$break$L46
(i32.const 0)
@@ -3097,22 +3097,22 @@
(loop $while-in11
(drop
(br_if $label$break$L46
- (tee_local $6
+ (local.tee $6
(i32.add
(i32.mul
- (get_local $8)
+ (local.get $8)
(i32.const 10)
)
- (get_local $6)
+ (local.get $6)
)
)
(i32.ge_u
- (tee_local $9
+ (local.tee $9
(i32.add
(i32.load8_s
- (tee_local $10
+ (local.tee $10
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 1)
)
)
@@ -3124,11 +3124,11 @@
)
)
)
- (set_local $8
- (get_local $6)
+ (local.set $8
+ (local.get $6)
)
- (set_local $6
- (get_local $9)
+ (local.set $6
+ (local.get $9)
)
(br $while-in11)
)
@@ -3136,12 +3136,12 @@
)
(if
(i32.lt_u
- (tee_local $8
+ (local.tee $8
(i32.add
(i32.load8_s
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 2)
)
)
@@ -3154,16 +3154,16 @@
(if
(i32.eq
(i32.load8_s offset=3
- (get_local $10)
+ (local.get $10)
)
(i32.const 36)
)
(block
(i32.store
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.shl
- (get_local $8)
+ (local.get $8)
(i32.const 2)
)
)
@@ -3171,13 +3171,13 @@
)
(drop
(i32.load offset=4
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.shl
(i32.add
(i32.load8_s
- (get_local $6)
+ (local.get $6)
)
(i32.const -48)
)
@@ -3187,39 +3187,39 @@
)
)
)
- (set_local $10
+ (local.set $10
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 4)
)
)
(br $label$break$L46
(i32.load
- (get_local $6)
+ (local.get $6)
)
)
)
)
)
(if
- (get_local $1)
+ (local.get $1)
(block
- (set_local $16
+ (local.set $16
(i32.const -1)
)
(br $label$break$L1)
)
)
(if (result i32)
- (get_local $29)
+ (local.get $29)
(block (result i32)
- (set_local $8
+ (local.set $8
(i32.load
- (tee_local $10
+ (local.tee $10
(i32.and
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
(i32.const 3)
)
@@ -3229,20 +3229,20 @@
)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 4)
)
)
- (set_local $10
- (get_local $6)
+ (local.set $10
+ (local.get $6)
)
- (get_local $8)
+ (local.get $8)
)
(block (result i32)
- (set_local $10
- (get_local $6)
+ (local.set $10
+ (local.get $6)
)
(i32.const 0)
)
@@ -3252,19 +3252,19 @@
)
)
)
- (set_local $8
- (get_local $10)
+ (local.set $8
+ (local.get $10)
)
- (set_local $9
+ (local.set $9
(i32.const 0)
)
(loop $while-in13
(if
(i32.gt_u
- (tee_local $12
+ (local.tee $12
(i32.add
(i32.load8_s
- (get_local $8)
+ (local.get $8)
)
(i32.const -65)
)
@@ -3272,34 +3272,34 @@
(i32.const 57)
)
(block
- (set_local $16
+ (local.set $16
(i32.const -1)
)
(br $label$break$L1)
)
)
- (set_local $10
+ (local.set $10
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.const 1)
)
)
(if
(i32.lt_u
(i32.add
- (tee_local $12
+ (local.tee $12
(i32.and
- (tee_local $13
+ (local.tee $13
(i32.load8_s
(i32.add
(i32.add
(i32.mul
- (get_local $9)
+ (local.get $9)
(i32.const 58)
)
(i32.const 3611)
)
- (get_local $12)
+ (local.get $12)
)
)
)
@@ -3311,36 +3311,36 @@
(i32.const 8)
)
(block
- (set_local $8
- (get_local $10)
+ (local.set $8
+ (local.get $10)
)
- (set_local $9
- (get_local $12)
+ (local.set $9
+ (local.get $12)
)
(br $while-in13)
)
- (set_local $18
- (get_local $8)
+ (local.set $18
+ (local.get $8)
)
)
)
(if
(i32.eqz
(i32.and
- (get_local $13)
+ (local.get $13)
(i32.const 255)
)
)
(block
- (set_local $16
+ (local.set $16
(i32.const -1)
)
(br $label$break$L1)
)
)
- (set_local $8
+ (local.set $8
(i32.gt_s
- (get_local $17)
+ (local.get $17)
(i32.const -1)
)
)
@@ -3349,15 +3349,15 @@
(if
(i32.eq
(i32.and
- (get_local $13)
+ (local.get $13)
(i32.const 255)
)
(i32.const 19)
)
(if
- (get_local $8)
+ (local.get $8)
(block
- (set_local $16
+ (local.set $16
(i32.const -1)
)
(br $label$break$L1)
@@ -3366,25 +3366,25 @@
)
(block
(if
- (get_local $8)
+ (local.get $8)
(block
(i32.store
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.shl
- (get_local $17)
+ (local.get $17)
(i32.const 2)
)
)
- (get_local $12)
+ (local.get $12)
)
- (set_local $13
+ (local.set $13
(i32.load offset=4
- (tee_local $12
+ (local.tee $12
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.shl
- (get_local $17)
+ (local.get $17)
(i32.const 3)
)
)
@@ -3392,35 +3392,35 @@
)
)
(i32.store
- (tee_local $8
- (get_local $19)
+ (local.tee $8
+ (local.get $19)
)
(i32.load
- (get_local $12)
+ (local.get $12)
)
)
(i32.store offset=4
- (get_local $8)
- (get_local $13)
+ (local.get $8)
+ (local.get $13)
)
(br $__rjti$2)
)
)
(if
(i32.eqz
- (get_local $29)
+ (local.get $29)
)
(block
- (set_local $16
+ (local.set $16
(i32.const 0)
)
(br $label$break$L1)
)
)
(call $_pop_arg_336
- (get_local $19)
- (get_local $12)
- (get_local $2)
+ (local.get $19)
+ (local.get $12)
+ (local.get $2)
)
)
)
@@ -3428,35 +3428,35 @@
)
(if
(i32.eqz
- (get_local $29)
+ (local.get $29)
)
(block
- (set_local $5
- (get_local $10)
+ (local.set $5
+ (local.get $10)
)
- (set_local $10
- (get_local $7)
+ (local.set $10
+ (local.get $7)
)
(br $label$continue$L1)
)
)
)
- (set_local $11
+ (local.set $11
(select
- (tee_local $8
+ (local.tee $8
(i32.and
- (get_local $11)
+ (local.get $11)
(i32.const -65537)
)
)
- (get_local $11)
+ (local.get $11)
(i32.and
- (get_local $11)
+ (local.get $11)
(i32.const 8192)
)
)
)
- (set_local $5
+ (local.set $5
(block $__rjto$8 (result i32)
(block $__rjti$8
(block $__rjti$7
@@ -3479,25 +3479,25 @@
(block $switch-case27
(br_table $switch-case42 $switch-default120 $switch-case40 $switch-default120 $switch-case42 $switch-case42 $switch-case42 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-case41 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-case29 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-case42 $switch-default120 $switch-case37 $switch-case34 $switch-case42 $switch-case42 $switch-case42 $switch-default120 $switch-case34 $switch-default120 $switch-default120 $switch-default120 $switch-case38 $switch-case27 $switch-case33 $switch-case28 $switch-default120 $switch-default120 $switch-case39 $switch-default120 $switch-case36 $switch-default120 $switch-default120 $switch-case29 $switch-default120
(i32.sub
- (tee_local $18
+ (local.tee $18
(select
(i32.and
- (tee_local $12
+ (local.tee $12
(i32.load8_s
- (get_local $18)
+ (local.get $18)
)
)
(i32.const -33)
)
- (get_local $12)
+ (local.get $12)
(i32.and
(i32.ne
- (get_local $9)
+ (local.get $9)
(i32.const 0)
)
(i32.eq
(i32.and
- (get_local $12)
+ (local.get $12)
(i32.const 15)
)
(i32.const 3)
@@ -3518,51 +3518,51 @@
(block $switch-case20
(block $switch-case19
(br_table $switch-case19 $switch-case20 $switch-case21 $switch-case22 $switch-case23 $switch-default26 $switch-case24 $switch-case25 $switch-default26
- (get_local $9)
+ (local.get $9)
)
)
(i32.store
(i32.load
- (get_local $19)
+ (local.get $19)
)
- (get_local $16)
+ (local.get $16)
)
- (set_local $5
- (get_local $10)
+ (local.set $5
+ (local.get $10)
)
- (set_local $10
- (get_local $7)
+ (local.set $10
+ (local.get $7)
)
(br $label$continue$L1)
)
(i32.store
(i32.load
- (get_local $19)
+ (local.get $19)
)
- (get_local $16)
+ (local.get $16)
)
- (set_local $5
- (get_local $10)
+ (local.set $5
+ (local.get $10)
)
- (set_local $10
- (get_local $7)
+ (local.set $10
+ (local.get $7)
)
(br $label$continue$L1)
)
(i32.store
- (tee_local $5
+ (local.tee $5
(i32.load
- (get_local $19)
+ (local.get $19)
)
)
- (get_local $16)
+ (local.get $16)
)
(i32.store offset=4
- (get_local $5)
+ (local.get $5)
(i32.shr_s
(i32.shl
(i32.lt_s
- (get_local $16)
+ (local.get $16)
(i32.const 0)
)
(i32.const 31)
@@ -3570,70 +3570,70 @@
(i32.const 31)
)
)
- (set_local $5
- (get_local $10)
+ (local.set $5
+ (local.get $10)
)
- (set_local $10
- (get_local $7)
+ (local.set $10
+ (local.get $7)
)
(br $label$continue$L1)
)
(i32.store16
(i32.load
- (get_local $19)
+ (local.get $19)
)
- (get_local $16)
+ (local.get $16)
)
- (set_local $5
- (get_local $10)
+ (local.set $5
+ (local.get $10)
)
- (set_local $10
- (get_local $7)
+ (local.set $10
+ (local.get $7)
)
(br $label$continue$L1)
)
(i32.store8
(i32.load
- (get_local $19)
+ (local.get $19)
)
- (get_local $16)
+ (local.get $16)
)
- (set_local $5
- (get_local $10)
+ (local.set $5
+ (local.get $10)
)
- (set_local $10
- (get_local $7)
+ (local.set $10
+ (local.get $7)
)
(br $label$continue$L1)
)
(i32.store
(i32.load
- (get_local $19)
+ (local.get $19)
)
- (get_local $16)
+ (local.get $16)
)
- (set_local $5
- (get_local $10)
+ (local.set $5
+ (local.get $10)
)
- (set_local $10
- (get_local $7)
+ (local.set $10
+ (local.get $7)
)
(br $label$continue$L1)
)
(i32.store
- (tee_local $5
+ (local.tee $5
(i32.load
- (get_local $19)
+ (local.get $19)
)
)
- (get_local $16)
+ (local.get $16)
)
(i32.store offset=4
- (get_local $5)
+ (local.get $5)
(i32.shr_s
(i32.shl
(i32.lt_s
- (get_local $16)
+ (local.get $16)
(i32.const 0)
)
(i32.const 31)
@@ -3641,91 +3641,91 @@
(i32.const 31)
)
)
- (set_local $5
- (get_local $10)
+ (local.set $5
+ (local.get $10)
)
- (set_local $10
- (get_local $7)
+ (local.set $10
+ (local.get $7)
)
(br $label$continue$L1)
)
- (set_local $5
- (get_local $10)
+ (local.set $5
+ (local.get $10)
)
- (set_local $10
- (get_local $7)
+ (local.set $10
+ (local.get $7)
)
(br $label$continue$L1)
)
- (set_local $7
+ (local.set $7
(i32.or
- (get_local $11)
+ (local.get $11)
(i32.const 8)
)
)
- (set_local $6
+ (local.set $6
(select
- (get_local $6)
+ (local.get $6)
(i32.const 8)
(i32.gt_u
- (get_local $6)
+ (local.get $6)
(i32.const 8)
)
)
)
- (set_local $18
+ (local.set $18
(i32.const 120)
)
(br $__rjti$3)
)
- (set_local $7
- (get_local $11)
+ (local.set $7
+ (local.get $11)
)
(br $__rjti$3)
)
(if
(i32.and
(i32.eqz
- (tee_local $7
+ (local.tee $7
(i32.load
- (tee_local $5
- (get_local $19)
+ (local.tee $5
+ (local.get $19)
)
)
)
)
(i32.eqz
- (tee_local $8
+ (local.tee $8
(i32.load offset=4
- (get_local $5)
+ (local.get $5)
)
)
)
)
- (set_local $8
- (get_local $26)
+ (local.set $8
+ (local.get $26)
)
(block
- (set_local $5
- (get_local $7)
+ (local.set $5
+ (local.get $7)
)
- (set_local $7
- (get_local $8)
+ (local.set $7
+ (local.get $8)
)
- (set_local $8
- (get_local $26)
+ (local.set $8
+ (local.get $26)
)
(loop $while-in32
(i32.store8
- (tee_local $8
+ (local.tee $8
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.const -1)
)
)
(i32.or
(i32.and
- (get_local $5)
+ (local.get $5)
(i32.const 7)
)
(i32.const 48)
@@ -3735,17 +3735,17 @@
(i32.eqz
(i32.and
(i32.eqz
- (tee_local $5
+ (local.tee $5
(call $_bitshift64Lshr
- (get_local $5)
- (get_local $7)
+ (local.get $5)
+ (local.get $7)
(i32.const 3)
)
)
)
(i32.eqz
- (tee_local $7
- (get_global $tempRet0)
+ (local.tee $7
+ (global.get $tempRet0)
)
)
)
@@ -3754,114 +3754,114 @@
)
)
)
- (set_local $5
+ (local.set $5
(if (result i32)
(i32.and
- (get_local $11)
+ (local.get $11)
(i32.const 8)
)
(block (result i32)
- (set_local $7
- (get_local $11)
+ (local.set $7
+ (local.get $11)
)
- (set_local $6
+ (local.set $6
(select
- (tee_local $11
+ (local.tee $11
(i32.add
(i32.sub
- (get_local $39)
- (get_local $8)
+ (local.get $39)
+ (local.get $8)
)
(i32.const 1)
)
)
- (get_local $6)
+ (local.get $6)
(i32.lt_s
- (get_local $6)
- (get_local $11)
+ (local.get $6)
+ (local.get $11)
)
)
)
- (get_local $8)
+ (local.get $8)
)
(block (result i32)
- (set_local $7
- (get_local $11)
+ (local.set $7
+ (local.get $11)
)
- (get_local $8)
+ (local.get $8)
)
)
)
- (set_local $8
+ (local.set $8
(i32.const 0)
)
- (set_local $9
+ (local.set $9
(i32.const 4091)
)
(br $__rjti$8)
)
- (set_local $5
+ (local.set $5
(i32.load
- (tee_local $7
- (get_local $19)
+ (local.tee $7
+ (local.get $19)
)
)
)
(if
(i32.lt_s
- (tee_local $7
+ (local.tee $7
(i32.load offset=4
- (get_local $7)
+ (local.get $7)
)
)
(i32.const 0)
)
(block
(i32.store
- (tee_local $8
- (get_local $19)
+ (local.tee $8
+ (local.get $19)
)
- (tee_local $5
+ (local.tee $5
(call $_i64Subtract
(i32.const 0)
(i32.const 0)
- (get_local $5)
- (get_local $7)
+ (local.get $5)
+ (local.get $7)
)
)
)
(i32.store offset=4
- (get_local $8)
- (tee_local $7
- (get_global $tempRet0)
+ (local.get $8)
+ (local.tee $7
+ (global.get $tempRet0)
)
)
- (set_local $8
+ (local.set $8
(i32.const 1)
)
- (set_local $9
+ (local.set $9
(i32.const 4091)
)
(br $__rjti$4)
)
)
- (set_local $9
+ (local.set $9
(if (result i32)
(i32.and
- (get_local $11)
+ (local.get $11)
(i32.const 2048)
)
(block (result i32)
- (set_local $8
+ (local.set $8
(i32.const 1)
)
(i32.const 4092)
)
(block (result i32)
- (set_local $8
- (tee_local $9
+ (local.set $8
+ (local.tee $9
(i32.and
- (get_local $11)
+ (local.get $11)
(i32.const 1)
)
)
@@ -3869,66 +3869,66 @@
(select
(i32.const 4093)
(i32.const 4091)
- (get_local $9)
+ (local.get $9)
)
)
)
)
(br $__rjti$4)
)
- (set_local $5
+ (local.set $5
(i32.load
- (tee_local $7
- (get_local $19)
+ (local.tee $7
+ (local.get $19)
)
)
)
- (set_local $7
+ (local.set $7
(i32.load offset=4
- (get_local $7)
+ (local.get $7)
)
)
- (set_local $8
+ (local.set $8
(i32.const 0)
)
- (set_local $9
+ (local.set $9
(i32.const 4091)
)
(br $__rjti$4)
)
(drop
(i32.load offset=4
- (tee_local $5
- (get_local $19)
+ (local.tee $5
+ (local.get $19)
)
)
)
(i32.store8
- (get_local $40)
+ (local.get $40)
(i32.load
- (get_local $5)
+ (local.get $5)
)
)
- (set_local $7
- (get_local $40)
+ (local.set $7
+ (local.get $40)
)
- (set_local $11
- (get_local $8)
+ (local.set $11
+ (local.get $8)
)
- (set_local $12
+ (local.set $12
(i32.const 1)
)
- (set_local $8
+ (local.set $8
(i32.const 0)
)
- (set_local $9
+ (local.set $9
(i32.const 4091)
)
(br $__rjto$8
- (get_local $26)
+ (local.get $26)
)
)
- (set_local $5
+ (local.set $5
(call $_strerror
(i32.load
(call $___errno_location)
@@ -3937,121 +3937,121 @@
)
(br $__rjti$5)
)
- (set_local $5
+ (local.set $5
(select
- (tee_local $5
+ (local.tee $5
(i32.load
- (get_local $19)
+ (local.get $19)
)
)
(i32.const 4101)
- (get_local $5)
+ (local.get $5)
)
)
(br $__rjti$5)
)
(drop
(i32.load offset=4
- (tee_local $5
- (get_local $19)
+ (local.tee $5
+ (local.get $19)
)
)
)
(i32.store
- (get_local $41)
+ (local.get $41)
(i32.load
- (get_local $5)
+ (local.get $5)
)
)
(i32.store
- (get_local $44)
+ (local.get $44)
(i32.const 0)
)
(i32.store
- (get_local $19)
- (get_local $41)
+ (local.get $19)
+ (local.get $41)
)
- (set_local $8
+ (local.set $8
(i32.const -1)
)
(br $__rjti$6)
)
(if
- (get_local $6)
+ (local.get $6)
(block
- (set_local $8
- (get_local $6)
+ (local.set $8
+ (local.get $6)
)
(br $__rjti$6)
)
(block
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 32)
- (get_local $14)
+ (local.get $14)
(i32.const 0)
- (get_local $11)
+ (local.get $11)
)
- (set_local $7
+ (local.set $7
(i32.const 0)
)
(br $__rjti$7)
)
)
)
- (set_local $15
+ (local.set $15
(f64.load
- (get_local $19)
+ (local.get $19)
)
)
(i32.store
- (get_local $20)
+ (local.get $20)
(i32.const 0)
)
(f64.store
- (get_global $tempDoublePtr)
- (get_local $15)
+ (global.get $tempDoublePtr)
+ (local.get $15)
)
(drop
(i32.load
- (get_global $tempDoublePtr)
+ (global.get $tempDoublePtr)
)
)
- (set_local $31
+ (local.set $31
(if (result i32)
(i32.lt_s
(i32.load offset=4
- (get_global $tempDoublePtr)
+ (global.get $tempDoublePtr)
)
(i32.const 0)
)
(block (result i32)
- (set_local $27
+ (local.set $27
(i32.const 1)
)
- (set_local $15
+ (local.set $15
(f64.neg
- (get_local $15)
+ (local.get $15)
)
)
(i32.const 4108)
)
(if (result i32)
(i32.and
- (get_local $11)
+ (local.get $11)
(i32.const 2048)
)
(block (result i32)
- (set_local $27
+ (local.set $27
(i32.const 1)
)
(i32.const 4111)
)
(block (result i32)
- (set_local $27
- (tee_local $5
+ (local.set $27
+ (local.tee $5
(i32.and
- (get_local $11)
+ (local.get $11)
(i32.const 1)
)
)
@@ -4059,30 +4059,30 @@
(select
(i32.const 4114)
(i32.const 4109)
- (get_local $5)
+ (local.get $5)
)
)
)
)
)
(f64.store
- (get_global $tempDoublePtr)
- (get_local $15)
+ (global.get $tempDoublePtr)
+ (local.get $15)
)
(drop
(i32.load
- (get_global $tempDoublePtr)
+ (global.get $tempDoublePtr)
)
)
- (set_local $7
+ (local.set $7
(block $do-once49 (result i32)
(if (result i32)
(i32.or
(i32.lt_u
- (tee_local $5
+ (local.tee $5
(i32.and
(i32.load offset=4
- (get_global $tempDoublePtr)
+ (global.get $tempDoublePtr)
)
(i32.const 2146435072)
)
@@ -4091,7 +4091,7 @@
)
(i32.and
(i32.eq
- (get_local $5)
+ (local.get $5)
(i32.const 2146435072)
)
(i32.const 0)
@@ -4099,14 +4099,14 @@
)
(block (result i32)
(if
- (tee_local $5
+ (local.tee $5
(f64.ne
- (tee_local $23
+ (local.tee $23
(f64.mul
(call $_frexp
- (get_local $15)
- (tee_local $5
- (get_local $20)
+ (local.get $15)
+ (local.tee $5
+ (local.get $20)
)
)
(f64.const 2)
@@ -4116,10 +4116,10 @@
)
)
(i32.store
- (get_local $20)
+ (local.get $20)
(i32.add
(i32.load
- (get_local $20)
+ (local.get $20)
)
(i32.const -1)
)
@@ -4127,62 +4127,62 @@
)
(if
(i32.eq
- (tee_local $24
+ (local.tee $24
(i32.or
- (get_local $18)
+ (local.get $18)
(i32.const 32)
)
)
(i32.const 97)
)
(block
- (set_local $9
+ (local.set $9
(select
(i32.add
- (get_local $31)
+ (local.get $31)
(i32.const 9)
)
- (get_local $31)
- (tee_local $13
+ (local.get $31)
+ (local.tee $13
(i32.and
- (get_local $18)
+ (local.get $18)
(i32.const 32)
)
)
)
)
- (set_local $15
+ (local.set $15
(if (result f64)
(i32.or
(i32.gt_u
- (get_local $6)
+ (local.get $6)
(i32.const 11)
)
(i32.eqz
- (tee_local $5
+ (local.tee $5
(i32.sub
(i32.const 12)
- (get_local $6)
+ (local.get $6)
)
)
)
)
- (get_local $23)
+ (local.get $23)
(block (result f64)
- (set_local $15
+ (local.set $15
(f64.const 8)
)
(loop $while-in54
- (set_local $15
+ (local.set $15
(f64.mul
- (get_local $15)
+ (local.get $15)
(f64.const 16)
)
)
(br_if $while-in54
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const -1)
)
)
@@ -4191,27 +4191,27 @@
(if (result f64)
(i32.eq
(i32.load8_s
- (get_local $9)
+ (local.get $9)
)
(i32.const 45)
)
(f64.neg
(f64.add
- (get_local $15)
+ (local.get $15)
(f64.sub
(f64.neg
- (get_local $23)
+ (local.get $23)
)
- (get_local $15)
+ (local.get $15)
)
)
)
(f64.sub
(f64.add
- (get_local $23)
- (get_local $15)
+ (local.get $23)
+ (local.get $15)
)
- (get_local $15)
+ (local.get $15)
)
)
)
@@ -4219,21 +4219,21 @@
)
(if
(i32.eq
- (tee_local $5
+ (local.tee $5
(call $_fmt_u
- (tee_local $5
+ (local.tee $5
(select
(i32.sub
(i32.const 0)
- (tee_local $7
+ (local.tee $7
(i32.load
- (get_local $20)
+ (local.get $20)
)
)
)
- (get_local $7)
+ (local.get $7)
(i32.lt_s
- (get_local $7)
+ (local.get $7)
(i32.const 0)
)
)
@@ -4241,43 +4241,43 @@
(i32.shr_s
(i32.shl
(i32.lt_s
- (get_local $5)
+ (local.get $5)
(i32.const 0)
)
(i32.const 31)
)
(i32.const 31)
)
- (get_local $34)
+ (local.get $34)
)
)
- (get_local $34)
+ (local.get $34)
)
(block
(i32.store8
- (get_local $42)
+ (local.get $42)
(i32.const 48)
)
- (set_local $5
- (get_local $42)
+ (local.set $5
+ (local.get $42)
)
)
)
- (set_local $12
+ (local.set $12
(i32.or
- (get_local $27)
+ (local.get $27)
(i32.const 2)
)
)
(i32.store8
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const -1)
)
(i32.add
(i32.and
(i32.shr_s
- (get_local $7)
+ (local.get $7)
(i32.const 31)
)
(i32.const 2)
@@ -4286,87 +4286,87 @@
)
)
(i32.store8
- (tee_local $8
+ (local.tee $8
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const -2)
)
)
(i32.add
- (get_local $18)
+ (local.get $18)
(i32.const 15)
)
)
- (set_local $18
+ (local.set $18
(i32.lt_s
- (get_local $6)
+ (local.get $6)
(i32.const 1)
)
)
- (set_local $17
+ (local.set $17
(i32.eqz
(i32.and
- (get_local $11)
+ (local.get $11)
(i32.const 8)
)
)
)
- (set_local $5
- (get_local $22)
+ (local.set $5
+ (local.get $22)
)
(loop $while-in56
(i32.store8
- (get_local $5)
+ (local.get $5)
(i32.or
(i32.load8_u
(i32.add
- (tee_local $7
+ (local.tee $7
(call $f64-to-int
- (get_local $15)
+ (local.get $15)
)
)
(i32.const 4075)
)
)
- (get_local $13)
+ (local.get $13)
)
)
- (set_local $15
+ (local.set $15
(f64.mul
(f64.sub
- (get_local $15)
- (f64.convert_s/i32
- (get_local $7)
+ (local.get $15)
+ (f64.convert_i32_s
+ (local.get $7)
)
)
(f64.const 16)
)
)
- (set_local $5
+ (local.set $5
(block $do-once57 (result i32)
(if (result i32)
(i32.eq
(i32.sub
- (tee_local $7
+ (local.tee $7
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 1)
)
)
- (get_local $37)
+ (local.get $37)
)
(i32.const 1)
)
(block (result i32)
(drop
(br_if $do-once57
- (get_local $7)
+ (local.get $7)
(i32.and
- (get_local $17)
+ (local.get $17)
(i32.and
- (get_local $18)
+ (local.get $18)
(f64.eq
- (get_local $15)
+ (local.get $15)
(f64.const 0)
)
)
@@ -4374,128 +4374,128 @@
)
)
(i32.store8
- (get_local $7)
+ (local.get $7)
(i32.const 46)
)
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 2)
)
)
- (get_local $7)
+ (local.get $7)
)
)
)
(br_if $while-in56
(f64.ne
- (get_local $15)
+ (local.get $15)
(f64.const 0)
)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 32)
- (get_local $14)
- (tee_local $7
+ (local.get $14)
+ (local.tee $7
(i32.add
- (tee_local $6
+ (local.tee $6
(select
(i32.sub
(i32.add
- (get_local $47)
- (get_local $6)
+ (local.get $47)
+ (local.get $6)
)
- (get_local $8)
+ (local.get $8)
)
(i32.add
(i32.sub
- (get_local $45)
- (get_local $8)
+ (local.get $45)
+ (local.get $8)
)
- (get_local $5)
+ (local.get $5)
)
(i32.and
(i32.ne
- (get_local $6)
+ (local.get $6)
(i32.const 0)
)
(i32.lt_s
(i32.add
- (get_local $46)
- (get_local $5)
+ (local.get $46)
+ (local.get $5)
)
- (get_local $6)
+ (local.get $6)
)
)
)
)
- (get_local $12)
+ (local.get $12)
)
)
- (get_local $11)
+ (local.get $11)
)
(if
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $9)
- (get_local $12)
- (get_local $0)
+ (local.get $9)
+ (local.get $12)
+ (local.get $0)
)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 48)
- (get_local $14)
- (get_local $7)
+ (local.get $14)
+ (local.get $7)
(i32.xor
- (get_local $11)
+ (local.get $11)
(i32.const 65536)
)
)
- (set_local $5
+ (local.set $5
(i32.sub
- (get_local $5)
- (get_local $37)
+ (local.get $5)
+ (local.get $37)
)
)
(if
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $22)
- (get_local $5)
- (get_local $0)
+ (local.get $22)
+ (local.get $5)
+ (local.get $0)
)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 48)
(i32.sub
- (get_local $6)
+ (local.get $6)
(i32.add
- (get_local $5)
- (tee_local $5
+ (local.get $5)
+ (local.tee $5
(i32.sub
- (get_local $28)
- (get_local $8)
+ (local.get $28)
+ (local.get $8)
)
)
)
@@ -4507,78 +4507,78 @@
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $8)
- (get_local $5)
- (get_local $0)
+ (local.get $8)
+ (local.get $5)
+ (local.get $0)
)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 32)
- (get_local $14)
- (get_local $7)
+ (local.get $14)
+ (local.get $7)
(i32.xor
- (get_local $11)
+ (local.get $11)
(i32.const 8192)
)
)
(br $do-once49
(select
- (get_local $14)
- (get_local $7)
+ (local.get $14)
+ (local.get $7)
(i32.lt_s
- (get_local $7)
- (get_local $14)
+ (local.get $7)
+ (local.get $14)
)
)
)
)
)
- (set_local $15
+ (local.set $15
(if (result f64)
- (get_local $5)
+ (local.get $5)
(block (result f64)
(i32.store
- (get_local $20)
- (tee_local $5
+ (local.get $20)
+ (local.tee $5
(i32.add
(i32.load
- (get_local $20)
+ (local.get $20)
)
(i32.const -28)
)
)
)
(f64.mul
- (get_local $23)
+ (local.get $23)
(f64.const 268435456)
)
)
(block (result f64)
- (set_local $5
+ (local.set $5
(i32.load
- (get_local $20)
+ (local.get $20)
)
)
- (get_local $23)
+ (local.get $23)
)
)
)
- (set_local $7
- (tee_local $8
+ (local.set $7
+ (local.tee $8
(select
- (get_local $48)
- (get_local $49)
+ (local.get $48)
+ (local.get $49)
(i32.lt_s
- (get_local $5)
+ (local.get $5)
(i32.const 0)
)
)
@@ -4586,27 +4586,27 @@
)
(loop $while-in60
(i32.store
- (get_local $7)
- (tee_local $5
+ (local.get $7)
+ (local.tee $5
(call $f64-to-int
- (get_local $15)
+ (local.get $15)
)
)
)
- (set_local $7
+ (local.set $7
(i32.add
- (get_local $7)
+ (local.get $7)
(i32.const 4)
)
)
(br_if $while-in60
(f64.ne
- (tee_local $15
+ (local.tee $15
(f64.mul
(f64.sub
- (get_local $15)
- (f64.convert_u/i32
- (get_local $5)
+ (local.get $15)
+ (f64.convert_i32_u
+ (local.get $5)
)
)
(f64.const 1e9)
@@ -4618,24 +4618,24 @@
)
(if
(i32.gt_s
- (tee_local $9
+ (local.tee $9
(i32.load
- (get_local $20)
+ (local.get $20)
)
)
(i32.const 0)
)
(block
- (set_local $5
- (get_local $8)
+ (local.set $5
+ (local.get $8)
)
(loop $while-in62
- (set_local $13
+ (local.set $13
(select
(i32.const 29)
- (get_local $9)
+ (local.get $9)
(i32.gt_s
- (get_local $9)
+ (local.get $9)
(i32.const 29)
)
)
@@ -4643,76 +4643,76 @@
(block $do-once63
(if
(i32.ge_u
- (tee_local $9
+ (local.tee $9
(i32.add
- (get_local $7)
+ (local.get $7)
(i32.const -4)
)
)
- (get_local $5)
+ (local.get $5)
)
(block
- (set_local $12
+ (local.set $12
(i32.const 0)
)
(loop $while-in66
(i32.store
- (get_local $9)
+ (local.get $9)
(call $___uremdi3
- (tee_local $12
+ (local.tee $12
(call $_i64Add
(call $_bitshift64Shl
(i32.load
- (get_local $9)
+ (local.get $9)
)
(i32.const 0)
- (get_local $13)
+ (local.get $13)
)
- (get_global $tempRet0)
- (get_local $12)
+ (global.get $tempRet0)
+ (local.get $12)
(i32.const 0)
)
)
- (tee_local $17
- (get_global $tempRet0)
+ (local.tee $17
+ (global.get $tempRet0)
)
(i32.const 1000000000)
(i32.const 0)
)
)
- (set_local $12
+ (local.set $12
(call $___udivdi3
- (get_local $12)
- (get_local $17)
+ (local.get $12)
+ (local.get $17)
(i32.const 1000000000)
(i32.const 0)
)
)
(br_if $while-in66
(i32.ge_u
- (tee_local $9
+ (local.tee $9
(i32.add
- (get_local $9)
+ (local.get $9)
(i32.const -4)
)
)
- (get_local $5)
+ (local.get $5)
)
)
)
(br_if $do-once63
(i32.eqz
- (get_local $12)
+ (local.get $12)
)
)
(i32.store
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const -4)
)
)
- (get_local $12)
+ (local.get $12)
)
)
)
@@ -4720,23 +4720,23 @@
(loop $while-in68
(if
(i32.gt_u
- (get_local $7)
- (get_local $5)
+ (local.get $7)
+ (local.get $5)
)
(if
(i32.eqz
(i32.load
- (tee_local $9
+ (local.tee $9
(i32.add
- (get_local $7)
+ (local.get $7)
(i32.const -4)
)
)
)
)
(block
- (set_local $7
- (get_local $9)
+ (local.set $7
+ (local.get $9)
)
(br $while-in68)
)
@@ -4744,49 +4744,49 @@
)
)
(i32.store
- (get_local $20)
- (tee_local $9
+ (local.get $20)
+ (local.tee $9
(i32.sub
(i32.load
- (get_local $20)
+ (local.get $20)
)
- (get_local $13)
+ (local.get $13)
)
)
)
(br_if $while-in62
(i32.gt_s
- (get_local $9)
+ (local.get $9)
(i32.const 0)
)
)
)
)
- (set_local $5
- (get_local $8)
+ (local.set $5
+ (local.get $8)
)
)
- (set_local $17
+ (local.set $17
(select
(i32.const 6)
- (get_local $6)
+ (local.get $6)
(i32.lt_s
- (get_local $6)
+ (local.get $6)
(i32.const 0)
)
)
)
(if
(i32.lt_s
- (get_local $9)
+ (local.get $9)
(i32.const 0)
)
(block
- (set_local $21
+ (local.set $21
(i32.add
(call $i32s-div
(i32.add
- (get_local $17)
+ (local.get $17)
(i32.const 25)
)
(i32.const 9)
@@ -4794,30 +4794,30 @@
(i32.const 1)
)
)
- (set_local $32
+ (local.set $32
(i32.eq
- (get_local $24)
+ (local.get $24)
(i32.const 102)
)
)
- (set_local $6
- (get_local $5)
+ (local.set $6
+ (local.get $5)
)
- (set_local $5
- (get_local $7)
+ (local.set $5
+ (local.get $7)
)
(loop $while-in70
- (set_local $13
+ (local.set $13
(select
(i32.const 9)
- (tee_local $7
+ (local.tee $7
(i32.sub
(i32.const 0)
- (get_local $9)
+ (local.get $9)
)
)
(i32.gt_s
- (get_local $7)
+ (local.get $7)
(i32.const 9)
)
)
@@ -4825,193 +4825,193 @@
(block $do-once71
(if
(i32.lt_u
- (get_local $6)
- (get_local $5)
+ (local.get $6)
+ (local.get $5)
)
(block
- (set_local $12
+ (local.set $12
(i32.add
(i32.shl
(i32.const 1)
- (get_local $13)
+ (local.get $13)
)
(i32.const -1)
)
)
- (set_local $38
+ (local.set $38
(i32.shr_u
(i32.const 1000000000)
- (get_local $13)
+ (local.get $13)
)
)
- (set_local $9
+ (local.set $9
(i32.const 0)
)
- (set_local $7
- (get_local $6)
+ (local.set $7
+ (local.get $6)
)
(loop $while-in74
(i32.store
- (get_local $7)
+ (local.get $7)
(i32.add
(i32.shr_u
- (tee_local $33
+ (local.tee $33
(i32.load
- (get_local $7)
+ (local.get $7)
)
)
- (get_local $13)
+ (local.get $13)
)
- (get_local $9)
+ (local.get $9)
)
)
- (set_local $9
+ (local.set $9
(i32.mul
(i32.and
- (get_local $33)
- (get_local $12)
+ (local.get $33)
+ (local.get $12)
)
- (get_local $38)
+ (local.get $38)
)
)
(br_if $while-in74
(i32.lt_u
- (tee_local $7
+ (local.tee $7
(i32.add
- (get_local $7)
+ (local.get $7)
(i32.const 4)
)
)
- (get_local $5)
+ (local.get $5)
)
)
)
- (set_local $7
+ (local.set $7
(select
- (get_local $6)
+ (local.get $6)
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 4)
)
(i32.load
- (get_local $6)
+ (local.get $6)
)
)
)
(br_if $do-once71
(i32.eqz
- (get_local $9)
+ (local.get $9)
)
)
(i32.store
- (get_local $5)
- (get_local $9)
+ (local.get $5)
+ (local.get $9)
)
- (set_local $5
+ (local.set $5
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 4)
)
)
)
- (set_local $7
+ (local.set $7
(select
- (get_local $6)
+ (local.get $6)
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 4)
)
(i32.load
- (get_local $6)
+ (local.get $6)
)
)
)
)
)
- (set_local $12
+ (local.set $12
(select
(i32.add
- (tee_local $6
+ (local.tee $6
(select
- (get_local $8)
- (get_local $7)
- (get_local $32)
+ (local.get $8)
+ (local.get $7)
+ (local.get $32)
)
)
(i32.shl
- (get_local $21)
+ (local.get $21)
(i32.const 2)
)
)
- (get_local $5)
+ (local.get $5)
(i32.gt_s
(i32.shr_s
(i32.sub
- (get_local $5)
- (get_local $6)
+ (local.get $5)
+ (local.get $6)
)
(i32.const 2)
)
- (get_local $21)
+ (local.get $21)
)
)
)
(i32.store
- (get_local $20)
- (tee_local $9
+ (local.get $20)
+ (local.tee $9
(i32.add
(i32.load
- (get_local $20)
+ (local.get $20)
)
- (get_local $13)
+ (local.get $13)
)
)
)
(if
(i32.lt_s
- (get_local $9)
+ (local.get $9)
(i32.const 0)
)
(block
- (set_local $6
- (get_local $7)
+ (local.set $6
+ (local.get $7)
)
- (set_local $5
- (get_local $12)
+ (local.set $5
+ (local.get $12)
)
(br $while-in70)
)
(block
- (set_local $5
- (get_local $7)
+ (local.set $5
+ (local.get $7)
)
- (set_local $9
- (get_local $12)
+ (local.set $9
+ (local.get $12)
)
)
)
)
)
- (set_local $9
- (get_local $7)
+ (local.set $9
+ (local.get $7)
)
)
- (set_local $21
- (get_local $8)
+ (local.set $21
+ (local.get $8)
)
(block $do-once75
(if
(i32.lt_u
- (get_local $5)
- (get_local $9)
+ (local.get $5)
+ (local.get $9)
)
(block
- (set_local $7
+ (local.set $7
(i32.mul
(i32.shr_s
(i32.sub
- (get_local $21)
- (get_local $5)
+ (local.get $21)
+ (local.get $5)
)
(i32.const 2)
)
@@ -5020,30 +5020,30 @@
)
(br_if $do-once75
(i32.lt_u
- (tee_local $12
+ (local.tee $12
(i32.load
- (get_local $5)
+ (local.get $5)
)
)
(i32.const 10)
)
)
- (set_local $6
+ (local.set $6
(i32.const 10)
)
(loop $while-in78
- (set_local $7
+ (local.set $7
(i32.add
- (get_local $7)
+ (local.get $7)
(i32.const 1)
)
)
(br_if $while-in78
(i32.ge_u
- (get_local $12)
- (tee_local $6
+ (local.get $12)
+ (local.tee $6
(i32.mul
- (get_local $6)
+ (local.get $6)
(i32.const 10)
)
)
@@ -5051,23 +5051,23 @@
)
)
)
- (set_local $7
+ (local.set $7
(i32.const 0)
)
)
)
- (set_local $5
+ (local.set $5
(if (result i32)
(i32.lt_s
- (tee_local $6
+ (local.tee $6
(i32.add
(i32.sub
- (get_local $17)
+ (local.get $17)
(select
- (get_local $7)
+ (local.get $7)
(i32.const 0)
(i32.ne
- (get_local $24)
+ (local.get $24)
(i32.const 102)
)
)
@@ -5075,15 +5075,15 @@
(i32.shr_s
(i32.shl
(i32.and
- (tee_local $32
+ (local.tee $32
(i32.ne
- (get_local $17)
+ (local.get $17)
(i32.const 0)
)
)
- (tee_local $38
+ (local.tee $38
(i32.eq
- (get_local $24)
+ (local.get $24)
(i32.const 103)
)
)
@@ -5098,8 +5098,8 @@
(i32.mul
(i32.shr_s
(i32.sub
- (get_local $9)
- (get_local $21)
+ (local.get $9)
+ (local.get $21)
)
(i32.const 2)
)
@@ -5109,11 +5109,11 @@
)
)
(block (result i32)
- (set_local $13
+ (local.set $13
(call $i32s-div
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 9216)
)
)
@@ -5122,15 +5122,15 @@
)
(if
(i32.lt_s
- (tee_local $6
+ (local.tee $6
(i32.add
(if (result i32)
- (tee_local $12
+ (local.tee $12
(i32.const 9)
)
(i32.rem_s
- (get_local $6)
- (get_local $12)
+ (local.get $6)
+ (local.get $12)
)
(i32.const 0)
)
@@ -5140,21 +5140,21 @@
(i32.const 9)
)
(block
- (set_local $12
+ (local.set $12
(i32.const 10)
)
(loop $while-in80
- (set_local $12
+ (local.set $12
(i32.mul
- (get_local $12)
+ (local.get $12)
(i32.const 10)
)
)
(br_if $while-in80
(i32.ne
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 1)
)
)
@@ -5163,20 +5163,20 @@
)
)
)
- (set_local $12
+ (local.set $12
(i32.const 10)
)
)
- (set_local $13
+ (local.set $13
(call $i32u-rem
- (tee_local $24
+ (local.tee $24
(i32.load
- (tee_local $6
+ (local.tee $6
(i32.add
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.shl
- (get_local $13)
+ (local.get $13)
(i32.const 2)
)
)
@@ -5185,41 +5185,41 @@
)
)
)
- (get_local $12)
+ (local.get $12)
)
)
(block $do-once81
(if
(i32.eqz
(i32.and
- (tee_local $33
+ (local.tee $33
(i32.eq
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 4)
)
- (get_local $9)
+ (local.get $9)
)
)
(i32.eqz
- (get_local $13)
+ (local.get $13)
)
)
)
(block
- (set_local $50
+ (local.set $50
(call $i32u-div
- (get_local $24)
- (get_local $12)
+ (local.get $24)
+ (local.get $12)
)
)
- (set_local $15
+ (local.set $15
(if (result f64)
(i32.lt_u
- (get_local $13)
- (tee_local $51
+ (local.get $13)
+ (local.tee $51
(call $i32s-div
- (get_local $12)
+ (local.get $12)
(i32.const 2)
)
)
@@ -5229,101 +5229,101 @@
(f64.const 1)
(f64.const 1.5)
(i32.and
- (get_local $33)
+ (local.get $33)
(i32.eq
- (get_local $13)
- (get_local $51)
+ (local.get $13)
+ (local.get $51)
)
)
)
)
)
- (set_local $23
+ (local.set $23
(select
(f64.const 9007199254740994)
(f64.const 9007199254740992)
(i32.and
- (get_local $50)
+ (local.get $50)
(i32.const 1)
)
)
)
(block $do-once83
(if
- (get_local $27)
+ (local.get $27)
(block
(br_if $do-once83
(i32.ne
(i32.load8_s
- (get_local $31)
+ (local.get $31)
)
(i32.const 45)
)
)
- (set_local $23
+ (local.set $23
(f64.neg
- (get_local $23)
+ (local.get $23)
)
)
- (set_local $15
+ (local.set $15
(f64.neg
- (get_local $15)
+ (local.get $15)
)
)
)
)
)
(i32.store
- (get_local $6)
- (tee_local $13
+ (local.get $6)
+ (local.tee $13
(i32.sub
- (get_local $24)
- (get_local $13)
+ (local.get $24)
+ (local.get $13)
)
)
)
(br_if $do-once81
(f64.eq
(f64.add
- (get_local $23)
- (get_local $15)
+ (local.get $23)
+ (local.get $15)
)
- (get_local $23)
+ (local.get $23)
)
)
(i32.store
- (get_local $6)
- (tee_local $7
+ (local.get $6)
+ (local.tee $7
(i32.add
- (get_local $13)
- (get_local $12)
+ (local.get $13)
+ (local.get $12)
)
)
)
(if
(i32.gt_u
- (get_local $7)
+ (local.get $7)
(i32.const 999999999)
)
(loop $while-in86
(i32.store
- (get_local $6)
+ (local.get $6)
(i32.const 0)
)
(if
(i32.lt_u
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const -4)
)
)
- (get_local $5)
+ (local.get $5)
)
(i32.store
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const -4)
)
)
@@ -5331,11 +5331,11 @@
)
)
(i32.store
- (get_local $6)
- (tee_local $7
+ (local.get $6)
+ (local.tee $7
(i32.add
(i32.load
- (get_local $6)
+ (local.get $6)
)
(i32.const 1)
)
@@ -5343,18 +5343,18 @@
)
(br_if $while-in86
(i32.gt_u
- (get_local $7)
+ (local.get $7)
(i32.const 999999999)
)
)
)
)
- (set_local $7
+ (local.set $7
(i32.mul
(i32.shr_s
(i32.sub
- (get_local $21)
- (get_local $5)
+ (local.get $21)
+ (local.get $5)
)
(i32.const 2)
)
@@ -5363,30 +5363,30 @@
)
(br_if $do-once81
(i32.lt_u
- (tee_local $13
+ (local.tee $13
(i32.load
- (get_local $5)
+ (local.get $5)
)
)
(i32.const 10)
)
)
- (set_local $12
+ (local.set $12
(i32.const 10)
)
(loop $while-in88
- (set_local $7
+ (local.set $7
(i32.add
- (get_local $7)
+ (local.get $7)
(i32.const 1)
)
)
(br_if $while-in88
(i32.ge_u
- (get_local $13)
- (tee_local $12
+ (local.get $13)
+ (local.tee $12
(i32.mul
- (get_local $12)
+ (local.get $12)
(i32.const 10)
)
)
@@ -5396,80 +5396,80 @@
)
)
)
- (set_local $12
- (get_local $5)
+ (local.set $12
+ (local.get $5)
)
- (set_local $13
- (get_local $7)
+ (local.set $13
+ (local.get $7)
)
(select
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 4)
)
)
- (get_local $9)
+ (local.get $9)
(i32.gt_u
- (get_local $9)
- (get_local $5)
+ (local.get $9)
+ (local.get $5)
)
)
)
(block (result i32)
- (set_local $12
- (get_local $5)
+ (local.set $12
+ (local.get $5)
)
- (set_local $13
- (get_local $7)
+ (local.set $13
+ (local.get $7)
)
- (get_local $9)
+ (local.get $9)
)
)
)
- (set_local $33
+ (local.set $33
(i32.sub
(i32.const 0)
- (get_local $13)
+ (local.get $13)
)
)
(loop $while-in90
(block $while-out89
(if
(i32.le_u
- (get_local $5)
- (get_local $12)
+ (local.get $5)
+ (local.get $12)
)
(block
- (set_local $24
+ (local.set $24
(i32.const 0)
)
- (set_local $9
- (get_local $5)
+ (local.set $9
+ (local.get $5)
)
(br $while-out89)
)
)
(if
(i32.load
- (tee_local $7
+ (local.tee $7
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const -4)
)
)
)
(block
- (set_local $24
+ (local.set $24
(i32.const 1)
)
- (set_local $9
- (get_local $5)
+ (local.set $9
+ (local.get $5)
)
)
(block
- (set_local $5
- (get_local $7)
+ (local.set $5
+ (local.get $7)
)
(br $while-in90)
)
@@ -5477,104 +5477,104 @@
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 32)
- (get_local $14)
- (tee_local $13
+ (local.get $14)
+ (local.tee $13
(i32.add
(i32.add
(i32.add
(i32.add
- (get_local $27)
+ (local.get $27)
(i32.const 1)
)
- (tee_local $5
+ (local.tee $5
(block $do-once91 (result i32)
(if (result i32)
- (get_local $38)
+ (local.get $38)
(block (result i32)
- (set_local $7
+ (local.set $7
(if (result i32)
(i32.and
(i32.gt_s
- (tee_local $5
+ (local.tee $5
(i32.add
(i32.xor
- (get_local $32)
+ (local.get $32)
(i32.const 1)
)
- (get_local $17)
+ (local.get $17)
)
)
- (get_local $13)
+ (local.get $13)
)
(i32.gt_s
- (get_local $13)
+ (local.get $13)
(i32.const -5)
)
)
(block (result i32)
- (set_local $17
+ (local.set $17
(i32.sub
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const -1)
)
- (get_local $13)
+ (local.get $13)
)
)
(i32.add
- (get_local $18)
+ (local.get $18)
(i32.const -1)
)
)
(block (result i32)
- (set_local $17
+ (local.set $17
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const -1)
)
)
(i32.add
- (get_local $18)
+ (local.get $18)
(i32.const -2)
)
)
)
)
(if
- (tee_local $5
+ (local.tee $5
(i32.and
- (get_local $11)
+ (local.get $11)
(i32.const 8)
)
)
(block
- (set_local $21
- (get_local $5)
+ (local.set $21
+ (local.get $5)
)
(br $do-once91
- (get_local $17)
+ (local.get $17)
)
)
)
(block $do-once93
(if
- (get_local $24)
+ (local.get $24)
(block
(if
(i32.eqz
- (tee_local $18
+ (local.tee $18
(i32.load
(i32.add
- (get_local $9)
+ (local.get $9)
(i32.const -4)
)
)
)
)
(block
- (set_local $5
+ (local.set $5
(i32.const 9)
)
(br $do-once93)
@@ -5582,38 +5582,38 @@
)
(if
(call $i32u-rem
- (get_local $18)
+ (local.get $18)
(i32.const 10)
)
(block
- (set_local $5
+ (local.set $5
(i32.const 0)
)
(br $do-once93)
)
(block
- (set_local $6
+ (local.set $6
(i32.const 10)
)
- (set_local $5
+ (local.set $5
(i32.const 0)
)
)
)
(loop $while-in96
- (set_local $5
+ (local.set $5
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 1)
)
)
(br_if $while-in96
(i32.eqz
(call $i32u-rem
- (get_local $18)
- (tee_local $6
+ (local.get $18)
+ (local.tee $6
(i32.mul
- (get_local $6)
+ (local.get $6)
(i32.const 10)
)
)
@@ -5622,18 +5622,18 @@
)
)
)
- (set_local $5
+ (local.set $5
(i32.const 9)
)
)
)
- (set_local $6
+ (local.set $6
(i32.add
(i32.mul
(i32.shr_s
(i32.sub
- (get_local $9)
- (get_local $21)
+ (local.get $9)
+ (local.get $21)
)
(i32.const 2)
)
@@ -5645,115 +5645,115 @@
(if (result i32)
(i32.eq
(i32.or
- (get_local $7)
+ (local.get $7)
(i32.const 32)
)
(i32.const 102)
)
(block (result i32)
- (set_local $21
+ (local.set $21
(i32.const 0)
)
(select
- (get_local $17)
- (tee_local $5
+ (local.get $17)
+ (local.tee $5
(select
(i32.const 0)
- (tee_local $5
+ (local.tee $5
(i32.sub
- (get_local $6)
- (get_local $5)
+ (local.get $6)
+ (local.get $5)
)
)
(i32.lt_s
- (get_local $5)
+ (local.get $5)
(i32.const 0)
)
)
)
(i32.lt_s
- (get_local $17)
- (get_local $5)
+ (local.get $17)
+ (local.get $5)
)
)
)
(block (result i32)
- (set_local $21
+ (local.set $21
(i32.const 0)
)
(select
- (get_local $17)
- (tee_local $5
+ (local.get $17)
+ (local.tee $5
(select
(i32.const 0)
- (tee_local $5
+ (local.tee $5
(i32.sub
(i32.add
- (get_local $6)
- (get_local $13)
+ (local.get $6)
+ (local.get $13)
)
- (get_local $5)
+ (local.get $5)
)
)
(i32.lt_s
- (get_local $5)
+ (local.get $5)
(i32.const 0)
)
)
)
(i32.lt_s
- (get_local $17)
- (get_local $5)
+ (local.get $17)
+ (local.get $5)
)
)
)
)
)
(block (result i32)
- (set_local $21
+ (local.set $21
(i32.and
- (get_local $11)
+ (local.get $11)
(i32.const 8)
)
)
- (set_local $7
- (get_local $18)
+ (local.set $7
+ (local.get $18)
)
- (get_local $17)
+ (local.get $17)
)
)
)
)
)
(i32.ne
- (tee_local $32
+ (local.tee $32
(i32.or
- (get_local $5)
- (get_local $21)
+ (local.get $5)
+ (local.get $21)
)
)
(i32.const 0)
)
)
(if (result i32)
- (tee_local $17
+ (local.tee $17
(i32.eq
(i32.or
- (get_local $7)
+ (local.get $7)
(i32.const 32)
)
(i32.const 102)
)
)
(block (result i32)
- (set_local $18
+ (local.set $18
(i32.const 0)
)
(select
- (get_local $13)
+ (local.get $13)
(i32.const 0)
(i32.gt_s
- (get_local $13)
+ (local.get $13)
(i32.const 0)
)
)
@@ -5762,15 +5762,15 @@
(if
(i32.lt_s
(i32.sub
- (get_local $28)
- (tee_local $6
+ (local.get $28)
+ (local.tee $6
(call $_fmt_u
- (tee_local $6
+ (local.tee $6
(select
- (get_local $33)
- (get_local $13)
+ (local.get $33)
+ (local.get $13)
(i32.lt_s
- (get_local $13)
+ (local.get $13)
(i32.const 0)
)
)
@@ -5778,14 +5778,14 @@
(i32.shr_s
(i32.shl
(i32.lt_s
- (get_local $6)
+ (local.get $6)
(i32.const 0)
)
(i32.const 31)
)
(i32.const 31)
)
- (get_local $34)
+ (local.get $34)
)
)
)
@@ -5793,9 +5793,9 @@
)
(loop $while-in98
(i32.store8
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const -1)
)
)
@@ -5804,8 +5804,8 @@
(br_if $while-in98
(i32.lt_s
(i32.sub
- (get_local $28)
- (get_local $6)
+ (local.get $28)
+ (local.get $6)
)
(i32.const 2)
)
@@ -5814,13 +5814,13 @@
)
(i32.store8
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const -1)
)
(i32.add
(i32.and
(i32.shr_s
- (get_local $13)
+ (local.get $13)
(i32.const 31)
)
(i32.const 2)
@@ -5829,113 +5829,113 @@
)
)
(i32.store8
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const -2)
)
)
- (get_local $7)
+ (local.get $7)
)
- (set_local $18
- (get_local $6)
+ (local.set $18
+ (local.get $6)
)
(i32.sub
- (get_local $28)
- (get_local $6)
+ (local.get $28)
+ (local.get $6)
)
)
)
)
)
- (get_local $11)
+ (local.get $11)
)
(if
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $31)
- (get_local $27)
- (get_local $0)
+ (local.get $31)
+ (local.get $27)
+ (local.get $0)
)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 48)
- (get_local $14)
- (get_local $13)
+ (local.get $14)
+ (local.get $13)
(i32.xor
- (get_local $11)
+ (local.get $11)
(i32.const 65536)
)
)
(block $do-once99
(if
- (get_local $17)
+ (local.get $17)
(block
- (set_local $6
- (tee_local $12
+ (local.set $6
+ (local.tee $12
(select
- (get_local $8)
- (get_local $12)
+ (local.get $8)
+ (local.get $12)
(i32.gt_u
- (get_local $12)
- (get_local $8)
+ (local.get $12)
+ (local.get $8)
)
)
)
)
(loop $while-in102
- (set_local $7
+ (local.set $7
(call $_fmt_u
(i32.load
- (get_local $6)
+ (local.get $6)
)
(i32.const 0)
- (get_local $30)
+ (local.get $30)
)
)
(block $do-once103
(if
(i32.eq
- (get_local $6)
- (get_local $12)
+ (local.get $6)
+ (local.get $12)
)
(block
(br_if $do-once103
(i32.ne
- (get_local $7)
- (get_local $30)
+ (local.get $7)
+ (local.get $30)
)
)
(i32.store8
- (get_local $35)
+ (local.get $35)
(i32.const 48)
)
- (set_local $7
- (get_local $35)
+ (local.set $7
+ (local.get $35)
)
)
(block
(br_if $do-once103
(i32.le_u
- (get_local $7)
- (get_local $22)
+ (local.get $7)
+ (local.get $22)
)
)
(loop $while-in106
(i32.store8
- (tee_local $7
+ (local.tee $7
(i32.add
- (get_local $7)
+ (local.get $7)
(i32.const -1)
)
)
@@ -5943,8 +5943,8 @@
)
(br_if $while-in106
(i32.gt_u
- (get_local $7)
- (get_local $22)
+ (local.get $7)
+ (local.get $22)
)
)
)
@@ -5955,35 +5955,35 @@
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $7)
+ (local.get $7)
(i32.sub
- (get_local $43)
- (get_local $7)
+ (local.get $43)
+ (local.get $7)
)
- (get_local $0)
+ (local.get $0)
)
)
)
(if
(i32.le_u
- (tee_local $7
+ (local.tee $7
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 4)
)
)
- (get_local $8)
+ (local.get $8)
)
(block
- (set_local $6
- (get_local $7)
+ (local.set $6
+ (local.get $7)
)
(br $while-in102)
)
@@ -5991,12 +5991,12 @@
)
(block $do-once107
(if
- (get_local $32)
+ (local.get $32)
(block
(br_if $do-once107
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
@@ -6005,7 +6005,7 @@
(call $___fwritex
(i32.const 4143)
(i32.const 1)
- (get_local $0)
+ (local.get $0)
)
)
)
@@ -6014,33 +6014,33 @@
(if
(i32.and
(i32.gt_s
- (get_local $5)
+ (local.get $5)
(i32.const 0)
)
(i32.lt_u
- (get_local $7)
- (get_local $9)
+ (local.get $7)
+ (local.get $9)
)
)
(loop $while-in110
(if
(i32.gt_u
- (tee_local $6
+ (local.tee $6
(call $_fmt_u
(i32.load
- (get_local $7)
+ (local.get $7)
)
(i32.const 0)
- (get_local $30)
+ (local.get $30)
)
)
- (get_local $22)
+ (local.get $22)
)
(loop $while-in112
(i32.store8
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const -1)
)
)
@@ -6048,8 +6048,8 @@
)
(br_if $while-in112
(i32.gt_u
- (get_local $6)
- (get_local $22)
+ (local.get $6)
+ (local.get $22)
)
)
)
@@ -6058,65 +6058,65 @@
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $6)
+ (local.get $6)
(select
(i32.const 9)
- (get_local $5)
+ (local.get $5)
(i32.gt_s
- (get_local $5)
+ (local.get $5)
(i32.const 9)
)
)
- (get_local $0)
+ (local.get $0)
)
)
)
- (set_local $6
+ (local.set $6
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const -9)
)
)
(if
(i32.and
(i32.gt_s
- (get_local $5)
+ (local.get $5)
(i32.const 9)
)
(i32.lt_u
- (tee_local $7
+ (local.tee $7
(i32.add
- (get_local $7)
+ (local.get $7)
(i32.const 4)
)
)
- (get_local $9)
+ (local.get $9)
)
)
(block
- (set_local $5
- (get_local $6)
+ (local.set $5
+ (local.get $6)
)
(br $while-in110)
)
- (set_local $5
- (get_local $6)
+ (local.set $5
+ (local.get $6)
)
)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 48)
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 9)
)
(i32.const 9)
@@ -6124,92 +6124,92 @@
)
)
(block
- (set_local $9
+ (local.set $9
(select
- (get_local $9)
+ (local.get $9)
(i32.add
- (get_local $12)
+ (local.get $12)
(i32.const 4)
)
- (get_local $24)
+ (local.get $24)
)
)
(if
(i32.gt_s
- (get_local $5)
+ (local.get $5)
(i32.const -1)
)
(block
- (set_local $17
+ (local.set $17
(i32.eqz
- (get_local $21)
+ (local.get $21)
)
)
- (set_local $6
- (get_local $12)
+ (local.set $6
+ (local.get $12)
)
- (set_local $7
- (get_local $5)
+ (local.set $7
+ (local.get $5)
)
(loop $while-in114
(if
(i32.eq
- (tee_local $5
+ (local.tee $5
(call $_fmt_u
(i32.load
- (get_local $6)
+ (local.get $6)
)
(i32.const 0)
- (get_local $30)
+ (local.get $30)
)
)
- (get_local $30)
+ (local.get $30)
)
(block
(i32.store8
- (get_local $35)
+ (local.get $35)
(i32.const 48)
)
- (set_local $5
- (get_local $35)
+ (local.set $5
+ (local.get $35)
)
)
)
(block $do-once115
(if
(i32.eq
- (get_local $6)
- (get_local $12)
+ (local.get $6)
+ (local.get $12)
)
(block
(if
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $5)
+ (local.get $5)
(i32.const 1)
- (get_local $0)
+ (local.get $0)
)
)
)
- (set_local $5
+ (local.set $5
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 1)
)
)
(br_if $do-once115
(i32.and
- (get_local $17)
+ (local.get $17)
(i32.lt_s
- (get_local $7)
+ (local.get $7)
(i32.const 1)
)
)
@@ -6217,7 +6217,7 @@
(br_if $do-once115
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
@@ -6226,22 +6226,22 @@
(call $___fwritex
(i32.const 4143)
(i32.const 1)
- (get_local $0)
+ (local.get $0)
)
)
)
(block
(br_if $do-once115
(i32.le_u
- (get_local $5)
- (get_local $22)
+ (local.get $5)
+ (local.get $22)
)
)
(loop $while-in118
(i32.store8
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const -1)
)
)
@@ -6249,77 +6249,77 @@
)
(br_if $while-in118
(i32.gt_u
- (get_local $5)
- (get_local $22)
+ (local.get $5)
+ (local.get $22)
)
)
)
)
)
)
- (set_local $8
+ (local.set $8
(i32.sub
- (get_local $43)
- (get_local $5)
+ (local.get $43)
+ (local.get $5)
)
)
(if
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $5)
+ (local.get $5)
(select
- (get_local $8)
- (get_local $7)
+ (local.get $8)
+ (local.get $7)
(i32.gt_s
- (get_local $7)
- (get_local $8)
+ (local.get $7)
+ (local.get $8)
)
)
- (get_local $0)
+ (local.get $0)
)
)
)
(br_if $while-in114
(i32.and
(i32.lt_u
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 4)
)
)
- (get_local $9)
+ (local.get $9)
)
(i32.gt_s
- (tee_local $7
+ (local.tee $7
(i32.sub
- (get_local $7)
- (get_local $8)
+ (local.get $7)
+ (local.get $8)
)
)
(i32.const -1)
)
)
)
- (set_local $5
- (get_local $7)
+ (local.set $5
+ (local.get $7)
)
)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 48)
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 18)
)
(i32.const 18)
@@ -6328,59 +6328,59 @@
(br_if $do-once99
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $18)
+ (local.get $18)
(i32.sub
- (get_local $28)
- (get_local $18)
+ (local.get $28)
+ (local.get $18)
)
- (get_local $0)
+ (local.get $0)
)
)
)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 32)
- (get_local $14)
- (get_local $13)
+ (local.get $14)
+ (local.get $13)
(i32.xor
- (get_local $11)
+ (local.get $11)
(i32.const 8192)
)
)
(select
- (get_local $14)
- (get_local $13)
+ (local.get $14)
+ (local.get $13)
(i32.lt_s
- (get_local $13)
- (get_local $14)
+ (local.get $13)
+ (local.get $14)
)
)
)
(block (result i32)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 32)
- (get_local $14)
- (tee_local $7
+ (local.get $14)
+ (local.tee $7
(i32.add
- (tee_local $9
+ (local.tee $9
(select
(i32.const 0)
- (get_local $27)
- (tee_local $6
+ (local.get $27)
+ (local.tee $6
(i32.or
(f64.ne
- (get_local $15)
- (get_local $15)
+ (local.get $15)
+ (local.get $15)
)
(i32.const 0)
)
@@ -6390,14 +6390,14 @@
(i32.const 3)
)
)
- (get_local $8)
+ (local.get $8)
)
(if
(i32.eqz
(i32.and
- (tee_local $5
+ (local.tee $5
(i32.load
- (get_local $0)
+ (local.get $0)
)
)
(i32.const 32)
@@ -6406,27 +6406,27 @@
(block
(drop
(call $___fwritex
- (get_local $31)
- (get_local $9)
- (get_local $0)
+ (local.get $31)
+ (local.get $9)
+ (local.get $0)
)
)
- (set_local $5
+ (local.set $5
(i32.load
- (get_local $0)
+ (local.get $0)
)
)
)
)
- (set_local $6
+ (local.set $6
(select
(select
(i32.const 4135)
(i32.const 4139)
- (tee_local $8
+ (local.tee $8
(i32.ne
(i32.and
- (get_local $18)
+ (local.get $18)
(i32.const 32)
)
(i32.const 0)
@@ -6436,121 +6436,121 @@
(select
(i32.const 4127)
(i32.const 4131)
- (get_local $8)
+ (local.get $8)
)
- (get_local $6)
+ (local.get $6)
)
)
(if
(i32.eqz
(i32.and
- (get_local $5)
+ (local.get $5)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $6)
+ (local.get $6)
(i32.const 3)
- (get_local $0)
+ (local.get $0)
)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 32)
- (get_local $14)
- (get_local $7)
+ (local.get $14)
+ (local.get $7)
(i32.xor
- (get_local $11)
+ (local.get $11)
(i32.const 8192)
)
)
(select
- (get_local $14)
- (get_local $7)
+ (local.get $14)
+ (local.get $7)
(i32.lt_s
- (get_local $7)
- (get_local $14)
+ (local.get $7)
+ (local.get $14)
)
)
)
)
)
)
- (set_local $5
- (get_local $10)
+ (local.set $5
+ (local.get $10)
)
- (set_local $10
- (get_local $7)
+ (local.set $10
+ (local.get $7)
)
(br $label$continue$L1)
)
- (set_local $7
- (get_local $5)
+ (local.set $7
+ (local.get $5)
)
- (set_local $12
- (get_local $6)
+ (local.set $12
+ (local.get $6)
)
- (set_local $8
+ (local.set $8
(i32.const 0)
)
- (set_local $9
+ (local.set $9
(i32.const 4091)
)
(br $__rjto$8
- (get_local $26)
+ (local.get $26)
)
)
- (set_local $9
+ (local.set $9
(i32.and
- (get_local $18)
+ (local.get $18)
(i32.const 32)
)
)
(if
(i32.and
(i32.eqz
- (tee_local $8
+ (local.tee $8
(i32.load
- (tee_local $5
- (get_local $19)
+ (local.tee $5
+ (local.get $19)
)
)
)
)
(i32.eqz
- (tee_local $11
+ (local.tee $11
(i32.load offset=4
- (get_local $5)
+ (local.get $5)
)
)
)
)
(block
- (set_local $5
- (get_local $26)
+ (local.set $5
+ (local.get $26)
)
- (set_local $8
+ (local.set $8
(i32.const 0)
)
- (set_local $9
+ (local.set $9
(i32.const 4091)
)
(br $__rjti$8)
)
(block
- (set_local $5
- (get_local $8)
+ (local.set $5
+ (local.get $8)
)
- (set_local $8
- (get_local $26)
+ (local.set $8
+ (local.get $26)
)
(loop $while-in123
(i32.store8
- (tee_local $8
+ (local.tee $8
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.const -1)
)
)
@@ -6558,74 +6558,74 @@
(i32.load8_u
(i32.add
(i32.and
- (get_local $5)
+ (local.get $5)
(i32.const 15)
)
(i32.const 4075)
)
)
- (get_local $9)
+ (local.get $9)
)
)
(br_if $while-in123
(i32.eqz
(i32.and
(i32.eqz
- (tee_local $5
+ (local.tee $5
(call $_bitshift64Lshr
- (get_local $5)
- (get_local $11)
+ (local.get $5)
+ (local.get $11)
(i32.const 4)
)
)
)
(i32.eqz
- (tee_local $11
- (get_global $tempRet0)
+ (local.tee $11
+ (global.get $tempRet0)
)
)
)
)
)
- (set_local $5
- (get_local $8)
+ (local.set $5
+ (local.get $8)
)
)
- (set_local $8
+ (local.set $8
(if (result i32)
(i32.or
(i32.eqz
(i32.and
- (get_local $7)
+ (local.get $7)
(i32.const 8)
)
)
(i32.and
(i32.eqz
(i32.load
- (tee_local $11
- (get_local $19)
+ (local.tee $11
+ (local.get $19)
)
)
)
(i32.eqz
(i32.load offset=4
- (get_local $11)
+ (local.get $11)
)
)
)
)
(block (result i32)
- (set_local $9
+ (local.set $9
(i32.const 4091)
)
(i32.const 0)
)
(block (result i32)
- (set_local $9
+ (local.set $9
(i32.add
(i32.shr_s
- (get_local $18)
+ (local.get $18)
(i32.const 4)
)
(i32.const 4091)
@@ -6639,80 +6639,80 @@
)
)
)
- (set_local $5
+ (local.set $5
(call $_fmt_u
- (get_local $5)
- (get_local $7)
- (get_local $26)
+ (local.get $5)
+ (local.get $7)
+ (local.get $26)
)
)
- (set_local $7
- (get_local $11)
+ (local.set $7
+ (local.get $11)
)
(br $__rjti$8)
)
- (set_local $18
+ (local.set $18
(i32.eqz
- (tee_local $13
+ (local.tee $13
(call $_memchr
- (get_local $5)
+ (local.get $5)
(i32.const 0)
- (get_local $6)
+ (local.get $6)
)
)
)
)
- (set_local $7
- (get_local $5)
+ (local.set $7
+ (local.get $5)
)
- (set_local $11
- (get_local $8)
+ (local.set $11
+ (local.get $8)
)
- (set_local $12
+ (local.set $12
(select
- (get_local $6)
+ (local.get $6)
(i32.sub
- (get_local $13)
- (get_local $5)
+ (local.get $13)
+ (local.get $5)
)
- (get_local $18)
+ (local.get $18)
)
)
- (set_local $8
+ (local.set $8
(i32.const 0)
)
- (set_local $9
+ (local.set $9
(i32.const 4091)
)
(br $__rjto$8
(select
(i32.add
- (get_local $5)
- (get_local $6)
+ (local.get $5)
+ (local.get $6)
)
- (get_local $13)
- (get_local $18)
+ (local.get $13)
+ (local.get $18)
)
)
)
- (set_local $5
+ (local.set $5
(i32.const 0)
)
- (set_local $7
+ (local.set $7
(i32.const 0)
)
- (set_local $6
+ (local.set $6
(i32.load
- (get_local $19)
+ (local.get $19)
)
)
(loop $while-in125
(block $while-out124
(br_if $while-out124
(i32.eqz
- (tee_local $9
+ (local.tee $9
(i32.load
- (get_local $6)
+ (local.get $6)
)
)
)
@@ -6720,36 +6720,36 @@
(br_if $while-out124
(i32.or
(i32.lt_s
- (tee_local $7
+ (local.tee $7
(call $_wctomb
- (get_local $36)
- (get_local $9)
+ (local.get $36)
+ (local.get $9)
)
)
(i32.const 0)
)
(i32.gt_u
- (get_local $7)
+ (local.get $7)
(i32.sub
- (get_local $8)
- (get_local $5)
+ (local.get $8)
+ (local.get $5)
)
)
)
)
- (set_local $6
+ (local.set $6
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 4)
)
)
(br_if $while-in125
(i32.gt_u
- (get_local $8)
- (tee_local $5
+ (local.get $8)
+ (local.tee $5
(i32.add
- (get_local $7)
- (get_local $5)
+ (local.get $7)
+ (local.get $5)
)
)
)
@@ -6758,68 +6758,68 @@
)
(if
(i32.lt_s
- (get_local $7)
+ (local.get $7)
(i32.const 0)
)
(block
- (set_local $16
+ (local.set $16
(i32.const -1)
)
(br $label$break$L1)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 32)
- (get_local $14)
- (get_local $5)
- (get_local $11)
+ (local.get $14)
+ (local.get $5)
+ (local.get $11)
)
(if
- (get_local $5)
+ (local.get $5)
(block
- (set_local $6
+ (local.set $6
(i32.const 0)
)
- (set_local $7
+ (local.set $7
(i32.load
- (get_local $19)
+ (local.get $19)
)
)
(loop $while-in127
(if
(i32.eqz
- (tee_local $8
+ (local.tee $8
(i32.load
- (get_local $7)
+ (local.get $7)
)
)
)
(block
- (set_local $7
- (get_local $5)
+ (local.set $7
+ (local.get $5)
)
(br $__rjti$7)
)
)
(if
(i32.gt_s
- (tee_local $6
+ (local.tee $6
(i32.add
- (tee_local $8
+ (local.tee $8
(call $_wctomb
- (get_local $36)
- (get_local $8)
+ (local.get $36)
+ (local.get $8)
)
)
- (get_local $6)
+ (local.get $6)
)
)
- (get_local $5)
+ (local.get $5)
)
(block
- (set_local $7
- (get_local $5)
+ (local.set $7
+ (local.get $5)
)
(br $__rjti$7)
)
@@ -6828,96 +6828,96 @@
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $36)
- (get_local $8)
- (get_local $0)
+ (local.get $36)
+ (local.get $8)
+ (local.get $0)
)
)
)
- (set_local $7
+ (local.set $7
(i32.add
- (get_local $7)
+ (local.get $7)
(i32.const 4)
)
)
(br_if $while-in127
(i32.lt_u
- (get_local $6)
- (get_local $5)
+ (local.get $6)
+ (local.get $5)
)
)
- (set_local $7
- (get_local $5)
+ (local.set $7
+ (local.get $5)
)
)
)
- (set_local $7
+ (local.set $7
(i32.const 0)
)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 32)
- (get_local $14)
- (get_local $7)
+ (local.get $14)
+ (local.get $7)
(i32.xor
- (get_local $11)
+ (local.get $11)
(i32.const 8192)
)
)
- (set_local $5
- (get_local $10)
+ (local.set $5
+ (local.get $10)
)
- (set_local $10
+ (local.set $10
(select
- (get_local $14)
- (get_local $7)
+ (local.get $14)
+ (local.get $7)
(i32.gt_s
- (get_local $14)
- (get_local $7)
+ (local.get $14)
+ (local.get $7)
)
)
)
(br $label$continue$L1)
)
- (set_local $11
+ (local.set $11
(select
(i32.and
- (get_local $7)
+ (local.get $7)
(i32.const -65537)
)
- (get_local $7)
+ (local.get $7)
(i32.gt_s
- (get_local $6)
+ (local.get $6)
(i32.const -1)
)
)
)
- (set_local $12
+ (local.set $12
(if (result i32)
(i32.or
- (get_local $6)
- (tee_local $12
+ (local.get $6)
+ (local.tee $12
(i32.or
(i32.ne
(i32.load
- (tee_local $7
- (get_local $19)
+ (local.tee $7
+ (local.get $19)
)
)
(i32.const 0)
)
(i32.ne
(i32.load offset=4
- (get_local $7)
+ (local.get $7)
)
(i32.const 0)
)
@@ -6925,144 +6925,144 @@
)
)
(block (result i32)
- (set_local $7
- (get_local $5)
+ (local.set $7
+ (local.get $5)
)
(select
- (get_local $6)
- (tee_local $5
+ (local.get $6)
+ (local.tee $5
(i32.add
(i32.xor
(i32.and
- (get_local $12)
+ (local.get $12)
(i32.const 1)
)
(i32.const 1)
)
(i32.sub
- (get_local $39)
- (get_local $5)
+ (local.get $39)
+ (local.get $5)
)
)
)
(i32.gt_s
- (get_local $6)
- (get_local $5)
+ (local.get $6)
+ (local.get $5)
)
)
)
(block (result i32)
- (set_local $7
- (get_local $26)
+ (local.set $7
+ (local.get $26)
)
(i32.const 0)
)
)
)
- (get_local $26)
+ (local.get $26)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 32)
- (tee_local $6
+ (local.tee $6
(select
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $8)
- (tee_local $12
+ (local.get $8)
+ (local.tee $12
(select
- (tee_local $13
+ (local.tee $13
(i32.sub
- (get_local $5)
- (get_local $7)
+ (local.get $5)
+ (local.get $7)
)
)
- (get_local $12)
+ (local.get $12)
(i32.lt_s
- (get_local $12)
- (get_local $13)
+ (local.get $12)
+ (local.get $13)
)
)
)
)
)
- (get_local $14)
+ (local.get $14)
(i32.lt_s
- (get_local $14)
- (get_local $5)
+ (local.get $14)
+ (local.get $5)
)
)
)
- (get_local $5)
- (get_local $11)
+ (local.get $5)
+ (local.get $11)
)
(if
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $9)
- (get_local $8)
- (get_local $0)
+ (local.get $9)
+ (local.get $8)
+ (local.get $0)
)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 48)
- (get_local $6)
- (get_local $5)
+ (local.get $6)
+ (local.get $5)
(i32.xor
- (get_local $11)
+ (local.get $11)
(i32.const 65536)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 48)
- (get_local $12)
- (get_local $13)
+ (local.get $12)
+ (local.get $13)
(i32.const 0)
)
(if
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
)
(drop
(call $___fwritex
- (get_local $7)
- (get_local $13)
- (get_local $0)
+ (local.get $7)
+ (local.get $13)
+ (local.get $0)
)
)
)
(call $_pad
- (get_local $0)
+ (local.get $0)
(i32.const 32)
- (get_local $6)
- (get_local $5)
+ (local.get $6)
+ (local.get $5)
(i32.xor
- (get_local $11)
+ (local.get $11)
(i32.const 8192)
)
)
- (set_local $5
- (get_local $10)
+ (local.set $5
+ (local.get $10)
)
- (set_local $10
- (get_local $6)
+ (local.set $10
+ (local.get $6)
)
(br $label$continue$L1)
)
@@ -7071,22 +7071,22 @@
)
(if
(i32.eqz
- (get_local $0)
+ (local.get $0)
)
(if
- (get_local $1)
+ (local.get $1)
(block
- (set_local $0
+ (local.set $0
(i32.const 1)
)
(loop $while-in130
(if
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.shl
- (get_local $0)
+ (local.get $0)
(i32.const 2)
)
)
@@ -7095,27 +7095,27 @@
(block
(call $_pop_arg_336
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.shl
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
)
- (get_local $1)
- (get_local $2)
+ (local.get $1)
+ (local.get $2)
)
(br_if $while-in130
(i32.lt_s
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
(i32.const 10)
)
)
- (set_local $16
+ (local.set $16
(i32.const 1)
)
(br $label$break$L343)
@@ -7124,22 +7124,22 @@
)
(if
(i32.lt_s
- (get_local $0)
+ (local.get $0)
(i32.const 10)
)
(loop $while-in132
(if
(i32.load
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.shl
- (get_local $0)
+ (local.get $0)
(i32.const 2)
)
)
)
(block
- (set_local $16
+ (local.set $16
(i32.const -1)
)
(br $label$break$L343)
@@ -7147,34 +7147,34 @@
)
(br_if $while-in132
(i32.lt_s
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
(i32.const 10)
)
)
- (set_local $16
+ (local.set $16
(i32.const 1)
)
)
- (set_local $16
+ (local.set $16
(i32.const 1)
)
)
)
- (set_local $16
+ (local.set $16
(i32.const 0)
)
)
)
)
- (set_global $STACKTOP
- (get_local $25)
+ (global.set $STACKTOP
+ (local.get $25)
)
- (get_local $16)
+ (local.get $16)
)
(func $_pop_arg_336 (param $0 i32) (param $1 i32) (param $2 i32)
(local $3 i32)
@@ -7183,7 +7183,7 @@
(block $label$break$L1
(if
(i32.le_u
- (get_local $1)
+ (local.get $1)
(i32.const 20)
)
(block $switch-default
@@ -7199,18 +7199,18 @@
(block $switch-case
(br_table $switch-case $switch-case1 $switch-case2 $switch-case3 $switch-case4 $switch-case5 $switch-case6 $switch-case7 $switch-case8 $switch-case9 $switch-default
(i32.sub
- (get_local $1)
+ (local.get $1)
(i32.const 9)
)
)
)
- (set_local $3
+ (local.set $3
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
(i32.const 3)
)
@@ -7220,25 +7220,25 @@
)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 4)
)
)
(i32.store
- (get_local $0)
- (get_local $3)
+ (local.get $0)
+ (local.get $3)
)
(br $label$break$L1)
)
- (set_local $1
+ (local.set $1
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.and
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
(i32.const 3)
)
@@ -7248,22 +7248,22 @@
)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const 4)
)
)
(i32.store
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
(i32.store offset=4
- (get_local $0)
+ (local.get $0)
(i32.shr_s
(i32.shl
(i32.lt_s
- (get_local $1)
+ (local.get $1)
(i32.const 0)
)
(i32.const 31)
@@ -7273,13 +7273,13 @@
)
(br $label$break$L1)
)
- (set_local $3
+ (local.set $3
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
(i32.const 3)
)
@@ -7289,30 +7289,30 @@
)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 4)
)
)
(i32.store
- (get_local $0)
- (get_local $3)
+ (local.get $0)
+ (local.get $3)
)
(i32.store offset=4
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(br $label$break$L1)
)
- (set_local $5
+ (local.set $5
(i32.load
- (tee_local $3
- (tee_local $1
+ (local.tee $3
+ (local.tee $1
(i32.and
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
(i32.const 7)
)
@@ -7322,35 +7322,35 @@
)
)
)
- (set_local $3
+ (local.set $3
(i32.load offset=4
- (get_local $3)
+ (local.get $3)
)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
(i32.store
- (get_local $0)
- (get_local $5)
+ (local.get $0)
+ (local.get $5)
)
(i32.store offset=4
- (get_local $0)
- (get_local $3)
+ (local.get $0)
+ (local.get $3)
)
(br $label$break$L1)
)
- (set_local $3
+ (local.set $3
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
(i32.const 3)
)
@@ -7360,19 +7360,19 @@
)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 4)
)
)
(i32.store
- (get_local $0)
- (tee_local $1
+ (local.get $0)
+ (local.tee $1
(i32.shr_s
(i32.shl
(i32.and
- (get_local $3)
+ (local.get $3)
(i32.const 65535)
)
(i32.const 16)
@@ -7382,11 +7382,11 @@
)
)
(i32.store offset=4
- (get_local $0)
+ (local.get $0)
(i32.shr_s
(i32.shl
(i32.lt_s
- (get_local $1)
+ (local.get $1)
(i32.const 0)
)
(i32.const 31)
@@ -7396,13 +7396,13 @@
)
(br $label$break$L1)
)
- (set_local $3
+ (local.set $3
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
(i32.const 3)
)
@@ -7412,32 +7412,32 @@
)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 4)
)
)
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.and
- (get_local $3)
+ (local.get $3)
(i32.const 65535)
)
)
(i32.store offset=4
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(br $label$break$L1)
)
- (set_local $3
+ (local.set $3
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
(i32.const 3)
)
@@ -7447,19 +7447,19 @@
)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 4)
)
)
(i32.store
- (get_local $0)
- (tee_local $1
+ (local.get $0)
+ (local.tee $1
(i32.shr_s
(i32.shl
(i32.and
- (get_local $3)
+ (local.get $3)
(i32.const 255)
)
(i32.const 24)
@@ -7469,11 +7469,11 @@
)
)
(i32.store offset=4
- (get_local $0)
+ (local.get $0)
(i32.shr_s
(i32.shl
(i32.lt_s
- (get_local $1)
+ (local.get $1)
(i32.const 0)
)
(i32.const 31)
@@ -7483,13 +7483,13 @@
)
(br $label$break$L1)
)
- (set_local $3
+ (local.set $3
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
(i32.const 3)
)
@@ -7499,32 +7499,32 @@
)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 4)
)
)
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.and
- (get_local $3)
+ (local.get $3)
(i32.const 255)
)
)
(i32.store offset=4
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(br $label$break$L1)
)
- (set_local $4
+ (local.set $4
(f64.load
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
(i32.const 7)
)
@@ -7534,25 +7534,25 @@
)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
(f64.store
- (get_local $0)
- (get_local $4)
+ (local.get $0)
+ (local.get $4)
)
(br $label$break$L1)
)
- (set_local $4
+ (local.set $4
(f64.load
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
(i32.const 7)
)
@@ -7562,15 +7562,15 @@
)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
(f64.store
- (get_local $0)
- (get_local $4)
+ (local.get $0)
+ (local.get $4)
)
)
)
@@ -7582,32 +7582,32 @@
(if
(i32.or
(i32.gt_u
- (get_local $1)
+ (local.get $1)
(i32.const 0)
)
(i32.and
(i32.eqz
- (get_local $1)
+ (local.get $1)
)
(i32.gt_u
- (get_local $0)
+ (local.get $0)
(i32.const -1)
)
)
)
(loop $while-in
(i32.store8
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const -1)
)
)
(i32.or
- (tee_local $3
+ (local.tee $3
(call $___uremdi3
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
(i32.const 10)
(i32.const 0)
)
@@ -7615,122 +7615,122 @@
(i32.const 48)
)
)
- (set_local $3
+ (local.set $3
(call $___udivdi3
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
(i32.const 10)
(i32.const 0)
)
)
- (set_local $4
- (get_global $tempRet0)
+ (local.set $4
+ (global.get $tempRet0)
)
(if
(i32.or
(i32.gt_u
- (get_local $1)
+ (local.get $1)
(i32.const 9)
)
(i32.and
(i32.eq
- (get_local $1)
+ (local.get $1)
(i32.const 9)
)
(i32.gt_u
- (get_local $0)
+ (local.get $0)
(i32.const -1)
)
)
)
(block
- (set_local $0
- (get_local $3)
+ (local.set $0
+ (local.get $3)
)
- (set_local $1
- (get_local $4)
+ (local.set $1
+ (local.get $4)
)
(br $while-in)
)
- (set_local $0
- (get_local $3)
+ (local.set $0
+ (local.get $3)
)
)
)
)
(if
- (get_local $0)
+ (local.get $0)
(loop $while-in1
(i32.store8
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const -1)
)
)
(i32.or
(call $i32u-rem
- (get_local $0)
+ (local.get $0)
(i32.const 10)
)
(i32.const 48)
)
)
- (set_local $1
+ (local.set $1
(call $i32u-div
- (get_local $0)
+ (local.get $0)
(i32.const 10)
)
)
(if
(i32.ge_u
- (get_local $0)
+ (local.get $0)
(i32.const 10)
)
(block
- (set_local $0
- (get_local $1)
+ (local.set $0
+ (local.get $1)
)
(br $while-in1)
)
)
)
)
- (get_local $2)
+ (local.get $2)
)
(func $_pad (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32)
(local $5 i32)
(local $6 i32)
(local $7 i32)
- (set_local $7
- (get_global $STACKTOP)
+ (local.set $7
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 256)
)
)
(if
(i32.ge_s
- (get_global $STACKTOP)
- (get_global $STACK_MAX)
+ (global.get $STACKTOP)
+ (global.get $STACK_MAX)
)
(call $abort)
)
- (set_local $6
- (get_local $7)
+ (local.set $6
+ (local.get $7)
)
(block $do-once
(if
(i32.and
(i32.gt_s
- (get_local $2)
- (get_local $3)
+ (local.get $2)
+ (local.get $3)
)
(i32.eqz
(i32.and
- (get_local $4)
+ (local.get $4)
(i32.const 73728)
)
)
@@ -7738,29 +7738,29 @@
(block
(drop
(call $_memset
- (get_local $6)
- (get_local $1)
+ (local.get $6)
+ (local.get $1)
(select
(i32.const 256)
- (tee_local $5
+ (local.tee $5
(i32.sub
- (get_local $2)
- (get_local $3)
+ (local.get $2)
+ (local.get $3)
)
)
(i32.gt_u
- (get_local $5)
+ (local.get $5)
(i32.const 256)
)
)
)
)
- (set_local $4
+ (local.set $4
(i32.eqz
(i32.and
- (tee_local $1
+ (local.tee $1
(i32.load
- (get_local $0)
+ (local.get $0)
)
)
(i32.const 32)
@@ -7769,41 +7769,41 @@
)
(if
(i32.gt_u
- (get_local $5)
+ (local.get $5)
(i32.const 255)
)
(block
(loop $while-in
(if
- (get_local $4)
+ (local.get $4)
(block
(drop
(call $___fwritex
- (get_local $6)
+ (local.get $6)
(i32.const 256)
- (get_local $0)
+ (local.get $0)
)
)
- (set_local $1
+ (local.set $1
(i32.load
- (get_local $0)
+ (local.get $0)
)
)
)
)
- (set_local $4
+ (local.set $4
(i32.eqz
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 32)
)
)
)
(br_if $while-in
(i32.gt_u
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const -256)
)
)
@@ -7813,14 +7813,14 @@
)
(br_if $do-once
(i32.eqz
- (get_local $4)
+ (local.get $4)
)
)
- (set_local $5
+ (local.set $5
(i32.and
(i32.sub
- (get_local $2)
- (get_local $3)
+ (local.get $2)
+ (local.get $3)
)
(i32.const 255)
)
@@ -7828,22 +7828,22 @@
)
(br_if $do-once
(i32.eqz
- (get_local $4)
+ (local.get $4)
)
)
)
(drop
(call $___fwritex
- (get_local $6)
- (get_local $5)
- (get_local $0)
+ (local.get $6)
+ (local.get $5)
+ (local.get $0)
)
)
)
)
)
- (set_global $STACKTOP
- (get_local $7)
+ (global.set $STACKTOP
+ (local.get $7)
)
)
(func $_malloc (param $0 i32) (result i32)
@@ -7869,33 +7869,33 @@
(block $do-once
(if
(i32.lt_u
- (get_local $0)
+ (local.get $0)
(i32.const 245)
)
(block
(if
(i32.and
- (tee_local $5
+ (local.tee $5
(i32.shr_u
- (tee_local $11
+ (local.tee $11
(i32.load
(i32.const 176)
)
)
- (tee_local $13
+ (local.tee $13
(i32.shr_u
- (tee_local $4
+ (local.tee $4
(select
(i32.const 16)
(i32.and
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 11)
)
(i32.const -8)
)
(i32.lt_u
- (get_local $0)
+ (local.get $0)
(i32.const 11)
)
)
@@ -7908,27 +7908,27 @@
(i32.const 3)
)
(block
- (set_local $10
+ (local.set $10
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.add
- (tee_local $7
+ (local.tee $7
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.add
- (tee_local $2
+ (local.tee $2
(i32.add
(i32.shl
- (tee_local $4
+ (local.tee $4
(i32.add
(i32.xor
(i32.and
- (get_local $5)
+ (local.get $5)
(i32.const 1)
)
(i32.const 1)
)
- (get_local $13)
+ (local.get $13)
)
)
(i32.const 3)
@@ -7948,17 +7948,17 @@
)
(if
(i32.eq
- (get_local $2)
- (get_local $10)
+ (local.get $2)
+ (local.get $10)
)
(i32.store
(i32.const 176)
(i32.and
- (get_local $11)
+ (local.get $11)
(i32.xor
(i32.shl
(i32.const 1)
- (get_local $4)
+ (local.get $4)
)
(i32.const -1)
)
@@ -7967,7 +7967,7 @@
(block
(if
(i32.lt_u
- (get_local $10)
+ (local.get $10)
(i32.load
(i32.const 192)
)
@@ -7977,23 +7977,23 @@
(if
(i32.eq
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 12)
)
)
)
- (get_local $7)
+ (local.get $7)
)
(block
(i32.store
- (get_local $0)
- (get_local $2)
+ (local.get $0)
+ (local.get $2)
)
(i32.store
- (get_local $3)
- (get_local $10)
+ (local.get $3)
+ (local.get $10)
)
)
(call $_abort)
@@ -8001,11 +8001,11 @@
)
)
(i32.store offset=4
- (get_local $7)
+ (local.get $7)
(i32.or
- (tee_local $0
+ (local.tee $0
(i32.shl
- (get_local $4)
+ (local.get $4)
(i32.const 3)
)
)
@@ -8013,31 +8013,31 @@
)
)
(i32.store
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.add
- (get_local $7)
- (get_local $0)
+ (local.get $7)
+ (local.get $0)
)
(i32.const 4)
)
)
(i32.or
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 1)
)
)
(return
- (get_local $1)
+ (local.get $1)
)
)
)
(if
(i32.gt_u
- (get_local $4)
- (tee_local $0
+ (local.get $4)
+ (local.tee $0
(i32.load
(i32.const 184)
)
@@ -8045,37 +8045,37 @@
)
(block
(if
- (get_local $5)
+ (local.get $5)
(block
- (set_local $10
+ (local.set $10
(i32.and
(i32.shr_u
- (tee_local $3
+ (local.tee $3
(i32.add
(i32.and
- (tee_local $3
+ (local.tee $3
(i32.and
(i32.shl
- (get_local $5)
- (get_local $13)
+ (local.get $5)
+ (local.get $13)
)
(i32.or
- (tee_local $3
+ (local.tee $3
(i32.shl
(i32.const 2)
- (get_local $13)
+ (local.get $13)
)
)
(i32.sub
(i32.const 0)
- (get_local $3)
+ (local.get $3)
)
)
)
)
(i32.sub
(i32.const 0)
- (get_local $3)
+ (local.get $3)
)
)
(i32.const -1)
@@ -8086,30 +8086,30 @@
(i32.const 16)
)
)
- (set_local $9
+ (local.set $9
(i32.load
- (tee_local $7
+ (local.tee $7
(i32.add
- (tee_local $12
+ (local.tee $12
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.add
- (tee_local $10
+ (local.tee $10
(i32.add
(i32.shl
- (tee_local $5
+ (local.tee $5
(i32.add
(i32.or
(i32.or
(i32.or
(i32.or
- (tee_local $3
+ (local.tee $3
(i32.and
(i32.shr_u
- (tee_local $7
+ (local.tee $7
(i32.shr_u
- (get_local $3)
- (get_local $10)
+ (local.get $3)
+ (local.get $10)
)
)
(i32.const 5)
@@ -8117,15 +8117,15 @@
(i32.const 8)
)
)
- (get_local $10)
+ (local.get $10)
)
- (tee_local $3
+ (local.tee $3
(i32.and
(i32.shr_u
- (tee_local $7
+ (local.tee $7
(i32.shr_u
- (get_local $7)
- (get_local $3)
+ (local.get $7)
+ (local.get $3)
)
)
(i32.const 2)
@@ -8134,13 +8134,13 @@
)
)
)
- (tee_local $3
+ (local.tee $3
(i32.and
(i32.shr_u
- (tee_local $7
+ (local.tee $7
(i32.shr_u
- (get_local $7)
- (get_local $3)
+ (local.get $7)
+ (local.get $3)
)
)
(i32.const 1)
@@ -8149,13 +8149,13 @@
)
)
)
- (tee_local $3
+ (local.tee $3
(i32.and
(i32.shr_u
- (tee_local $7
+ (local.tee $7
(i32.shr_u
- (get_local $7)
- (get_local $3)
+ (local.get $7)
+ (local.get $3)
)
)
(i32.const 1)
@@ -8165,8 +8165,8 @@
)
)
(i32.shr_u
- (get_local $7)
- (get_local $3)
+ (local.get $7)
+ (local.get $3)
)
)
)
@@ -8187,31 +8187,31 @@
)
(if
(i32.eq
- (get_local $10)
- (get_local $9)
+ (local.get $10)
+ (local.get $9)
)
(block
(i32.store
(i32.const 176)
(i32.and
- (get_local $11)
+ (local.get $11)
(i32.xor
(i32.shl
(i32.const 1)
- (get_local $5)
+ (local.get $5)
)
(i32.const -1)
)
)
)
- (set_local $8
- (get_local $0)
+ (local.set $8
+ (local.get $0)
)
)
(block
(if
(i32.lt_u
- (get_local $9)
+ (local.get $9)
(i32.load
(i32.const 192)
)
@@ -8221,25 +8221,25 @@
(if
(i32.eq
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $9)
+ (local.get $9)
(i32.const 12)
)
)
)
- (get_local $12)
+ (local.get $12)
)
(block
(i32.store
- (get_local $0)
- (get_local $10)
+ (local.get $0)
+ (local.get $10)
)
(i32.store
- (get_local $3)
- (get_local $9)
+ (local.get $3)
+ (local.get $9)
)
- (set_local $8
+ (local.set $8
(i32.load
(i32.const 184)
)
@@ -8250,27 +8250,27 @@
)
)
(i32.store offset=4
- (get_local $12)
+ (local.get $12)
(i32.or
- (get_local $4)
+ (local.get $4)
(i32.const 3)
)
)
(i32.store offset=4
- (tee_local $10
+ (local.tee $10
(i32.add
- (get_local $12)
- (get_local $4)
+ (local.get $12)
+ (local.get $4)
)
)
(i32.or
- (tee_local $5
+ (local.tee $5
(i32.sub
(i32.shl
- (get_local $5)
+ (local.get $5)
(i32.const 3)
)
- (get_local $4)
+ (local.get $4)
)
)
(i32.const 1)
@@ -8278,25 +8278,25 @@
)
(i32.store
(i32.add
- (get_local $10)
- (get_local $5)
+ (local.get $10)
+ (local.get $5)
)
- (get_local $5)
+ (local.get $5)
)
(if
- (get_local $8)
+ (local.get $8)
(block
- (set_local $12
+ (local.set $12
(i32.load
(i32.const 196)
)
)
- (set_local $4
+ (local.set $4
(i32.add
(i32.shl
- (tee_local $0
+ (local.tee $0
(i32.shr_u
- (get_local $8)
+ (local.get $8)
(i32.const 3)
)
)
@@ -8307,25 +8307,25 @@
)
(if
(i32.and
- (tee_local $3
+ (local.tee $3
(i32.load
(i32.const 176)
)
)
- (tee_local $0
+ (local.tee $0
(i32.shl
(i32.const 1)
- (get_local $0)
+ (local.get $0)
)
)
)
(if
(i32.lt_u
- (tee_local $0
+ (local.tee $0
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 8)
)
)
@@ -8337,11 +8337,11 @@
)
(call $_abort)
(block
- (set_local $2
- (get_local $3)
+ (local.set $2
+ (local.get $3)
)
- (set_local $1
- (get_local $0)
+ (local.set $1
+ (local.get $0)
)
)
)
@@ -8349,69 +8349,69 @@
(i32.store
(i32.const 176)
(i32.or
- (get_local $3)
- (get_local $0)
+ (local.get $3)
+ (local.get $0)
)
)
- (set_local $2
+ (local.set $2
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 8)
)
)
- (set_local $1
- (get_local $4)
+ (local.set $1
+ (local.get $4)
)
)
)
(i32.store
- (get_local $2)
- (get_local $12)
+ (local.get $2)
+ (local.get $12)
)
(i32.store offset=12
- (get_local $1)
- (get_local $12)
+ (local.get $1)
+ (local.get $12)
)
(i32.store offset=8
- (get_local $12)
- (get_local $1)
+ (local.get $12)
+ (local.get $1)
)
(i32.store offset=12
- (get_local $12)
- (get_local $4)
+ (local.get $12)
+ (local.get $4)
)
)
)
(i32.store
(i32.const 184)
- (get_local $5)
+ (local.get $5)
)
(i32.store
(i32.const 196)
- (get_local $10)
+ (local.get $10)
)
(return
- (get_local $7)
+ (local.get $7)
)
)
)
(if
- (tee_local $0
+ (local.tee $0
(i32.load
(i32.const 180)
)
)
(block
- (set_local $2
+ (local.set $2
(i32.and
(i32.shr_u
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.sub
(i32.const 0)
- (get_local $0)
+ (local.get $0)
)
)
(i32.const -1)
@@ -8422,11 +8422,11 @@
(i32.const 16)
)
)
- (set_local $7
+ (local.set $7
(i32.sub
(i32.and
(i32.load offset=4
- (tee_local $0
+ (local.tee $0
(i32.load offset=480
(i32.shl
(i32.add
@@ -8434,13 +8434,13 @@
(i32.or
(i32.or
(i32.or
- (tee_local $0
+ (local.tee $0
(i32.and
(i32.shr_u
- (tee_local $1
+ (local.tee $1
(i32.shr_u
- (get_local $0)
- (get_local $2)
+ (local.get $0)
+ (local.get $2)
)
)
(i32.const 5)
@@ -8448,15 +8448,15 @@
(i32.const 8)
)
)
- (get_local $2)
+ (local.get $2)
)
- (tee_local $0
+ (local.tee $0
(i32.and
(i32.shr_u
- (tee_local $1
+ (local.tee $1
(i32.shr_u
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(i32.const 2)
@@ -8465,13 +8465,13 @@
)
)
)
- (tee_local $0
+ (local.tee $0
(i32.and
(i32.shr_u
- (tee_local $1
+ (local.tee $1
(i32.shr_u
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(i32.const 1)
@@ -8480,13 +8480,13 @@
)
)
)
- (tee_local $0
+ (local.tee $0
(i32.and
(i32.shr_u
- (tee_local $1
+ (local.tee $1
(i32.shr_u
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(i32.const 1)
@@ -8496,8 +8496,8 @@
)
)
(i32.shr_u
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(i32.const 2)
@@ -8507,75 +8507,75 @@
)
(i32.const -8)
)
- (get_local $4)
+ (local.get $4)
)
)
- (set_local $1
- (get_local $0)
+ (local.set $1
+ (local.get $0)
)
- (set_local $2
- (get_local $0)
+ (local.set $2
+ (local.get $0)
)
(loop $while-in
(block $while-out
(if
(i32.eqz
- (tee_local $0
+ (local.tee $0
(i32.load offset=16
- (get_local $1)
+ (local.get $1)
)
)
)
(if
(i32.eqz
- (tee_local $0
+ (local.tee $0
(i32.load offset=20
- (get_local $1)
+ (local.get $1)
)
)
)
(block
- (set_local $10
- (get_local $7)
+ (local.set $10
+ (local.get $7)
)
- (set_local $5
- (get_local $2)
+ (local.set $5
+ (local.get $2)
)
(br $while-out)
)
)
)
- (set_local $10
+ (local.set $10
(i32.lt_u
- (tee_local $1
+ (local.tee $1
(i32.sub
(i32.and
(i32.load offset=4
- (get_local $0)
+ (local.get $0)
)
(i32.const -8)
)
- (get_local $4)
+ (local.get $4)
)
)
- (get_local $7)
+ (local.get $7)
)
)
- (set_local $7
+ (local.set $7
(select
- (get_local $1)
- (get_local $7)
- (get_local $10)
+ (local.get $1)
+ (local.get $7)
+ (local.get $10)
)
)
- (set_local $1
- (get_local $0)
+ (local.set $1
+ (local.get $0)
)
- (set_local $2
+ (local.set $2
(select
- (get_local $0)
- (get_local $2)
- (get_local $10)
+ (local.get $0)
+ (local.get $2)
+ (local.get $10)
)
)
(br $while-in)
@@ -8583,8 +8583,8 @@
)
(if
(i32.lt_u
- (get_local $5)
- (tee_local $12
+ (local.get $5)
+ (local.tee $12
(i32.load
(i32.const 192)
)
@@ -8594,39 +8594,39 @@
)
(if
(i32.ge_u
- (get_local $5)
- (tee_local $11
+ (local.get $5)
+ (local.tee $11
(i32.add
- (get_local $5)
- (get_local $4)
+ (local.get $5)
+ (local.get $4)
)
)
)
(call $_abort)
)
- (set_local $8
+ (local.set $8
(i32.load offset=24
- (get_local $5)
+ (local.get $5)
)
)
(block $do-once4
(if
(i32.eq
- (tee_local $0
+ (local.tee $0
(i32.load offset=12
- (get_local $5)
+ (local.get $5)
)
)
- (get_local $5)
+ (local.get $5)
)
(block
(if
(i32.eqz
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 20)
)
)
@@ -8635,11 +8635,11 @@
)
(if
(i32.eqz
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 16)
)
)
@@ -8647,7 +8647,7 @@
)
)
(block
- (set_local $9
+ (local.set $9
(i32.const 0)
)
(br $do-once4)
@@ -8656,43 +8656,43 @@
)
(loop $while-in7
(if
- (tee_local $2
+ (local.tee $2
(i32.load
- (tee_local $7
+ (local.tee $7
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 20)
)
)
)
)
(block
- (set_local $1
- (get_local $2)
+ (local.set $1
+ (local.get $2)
)
- (set_local $0
- (get_local $7)
+ (local.set $0
+ (local.get $7)
)
(br $while-in7)
)
)
(if
- (tee_local $2
+ (local.tee $2
(i32.load
- (tee_local $7
+ (local.tee $7
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 16)
)
)
)
)
(block
- (set_local $1
- (get_local $2)
+ (local.set $1
+ (local.get $2)
)
- (set_local $0
- (get_local $7)
+ (local.set $0
+ (local.get $7)
)
(br $while-in7)
)
@@ -8700,17 +8700,17 @@
)
(if
(i32.lt_u
- (get_local $0)
- (get_local $12)
+ (local.get $0)
+ (local.get $12)
)
(call $_abort)
(block
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
- (set_local $9
- (get_local $1)
+ (local.set $9
+ (local.get $1)
)
)
)
@@ -8718,52 +8718,52 @@
(block
(if
(i32.lt_u
- (tee_local $7
+ (local.tee $7
(i32.load offset=8
- (get_local $5)
+ (local.get $5)
)
)
- (get_local $12)
+ (local.get $12)
)
(call $_abort)
)
(if
(i32.ne
(i32.load
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $7)
+ (local.get $7)
(i32.const 12)
)
)
)
- (get_local $5)
+ (local.get $5)
)
(call $_abort)
)
(if
(i32.eq
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 8)
)
)
)
- (get_local $5)
+ (local.get $5)
)
(block
(i32.store
- (get_local $2)
- (get_local $0)
+ (local.get $2)
+ (local.get $0)
)
(i32.store
- (get_local $1)
- (get_local $7)
+ (local.get $1)
+ (local.get $7)
)
- (set_local $9
- (get_local $0)
+ (local.set $9
+ (local.get $0)
)
)
(call $_abort)
@@ -8773,18 +8773,18 @@
)
(block $do-once8
(if
- (get_local $8)
+ (local.get $8)
(block
(if
(i32.eq
- (get_local $5)
+ (local.get $5)
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.shl
- (tee_local $1
+ (local.tee $1
(i32.load offset=28
- (get_local $5)
+ (local.get $5)
)
)
(i32.const 2)
@@ -8796,12 +8796,12 @@
)
(block
(i32.store
- (get_local $0)
- (get_local $9)
+ (local.get $0)
+ (local.get $9)
)
(if
(i32.eqz
- (get_local $9)
+ (local.get $9)
)
(block
(i32.store
@@ -8813,7 +8813,7 @@
(i32.xor
(i32.shl
(i32.const 1)
- (get_local $1)
+ (local.get $1)
)
(i32.const -1)
)
@@ -8826,7 +8826,7 @@
(block
(if
(i32.lt_u
- (get_local $8)
+ (local.get $8)
(i32.load
(i32.const 192)
)
@@ -8836,35 +8836,35 @@
(if
(i32.eq
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.const 16)
)
)
)
- (get_local $5)
+ (local.get $5)
)
(i32.store
- (get_local $0)
- (get_local $9)
+ (local.get $0)
+ (local.get $9)
)
(i32.store offset=20
- (get_local $8)
- (get_local $9)
+ (local.get $8)
+ (local.get $9)
)
)
(br_if $do-once8
(i32.eqz
- (get_local $9)
+ (local.get $9)
)
)
)
)
(if
(i32.lt_u
- (get_local $9)
- (tee_local $0
+ (local.get $9)
+ (local.tee $0
(i32.load
(i32.const 192)
)
@@ -8873,42 +8873,42 @@
(call $_abort)
)
(i32.store offset=24
- (get_local $9)
- (get_local $8)
+ (local.get $9)
+ (local.get $8)
)
(if
- (tee_local $1
+ (local.tee $1
(i32.load offset=16
- (get_local $5)
+ (local.get $5)
)
)
(if
(i32.lt_u
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
(call $_abort)
(block
(i32.store offset=16
- (get_local $9)
- (get_local $1)
+ (local.get $9)
+ (local.get $1)
)
(i32.store offset=24
- (get_local $1)
- (get_local $9)
+ (local.get $1)
+ (local.get $9)
)
)
)
)
(if
- (tee_local $0
+ (local.tee $0
(i32.load offset=20
- (get_local $5)
+ (local.get $5)
)
)
(if
(i32.lt_u
- (get_local $0)
+ (local.get $0)
(i32.load
(i32.const 192)
)
@@ -8916,12 +8916,12 @@
(call $_abort)
(block
(i32.store offset=20
- (get_local $9)
- (get_local $0)
+ (local.get $9)
+ (local.get $0)
)
(i32.store offset=24
- (get_local $0)
- (get_local $9)
+ (local.get $0)
+ (local.get $9)
)
)
)
@@ -8931,35 +8931,35 @@
)
(if
(i32.lt_u
- (get_local $10)
+ (local.get $10)
(i32.const 16)
)
(block
(i32.store offset=4
- (get_local $5)
+ (local.get $5)
(i32.or
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $10)
- (get_local $4)
+ (local.get $10)
+ (local.get $4)
)
)
(i32.const 3)
)
)
(i32.store
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.add
- (get_local $5)
- (get_local $0)
+ (local.get $5)
+ (local.get $0)
)
(i32.const 4)
)
)
(i32.or
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 1)
)
@@ -8967,44 +8967,44 @@
)
(block
(i32.store offset=4
- (get_local $5)
+ (local.get $5)
(i32.or
- (get_local $4)
+ (local.get $4)
(i32.const 3)
)
)
(i32.store offset=4
- (get_local $11)
+ (local.get $11)
(i32.or
- (get_local $10)
+ (local.get $10)
(i32.const 1)
)
)
(i32.store
(i32.add
- (get_local $11)
- (get_local $10)
+ (local.get $11)
+ (local.get $10)
)
- (get_local $10)
+ (local.get $10)
)
(if
- (tee_local $0
+ (local.tee $0
(i32.load
(i32.const 184)
)
)
(block
- (set_local $4
+ (local.set $4
(i32.load
(i32.const 196)
)
)
- (set_local $2
+ (local.set $2
(i32.add
(i32.shl
- (tee_local $0
+ (local.tee $0
(i32.shr_u
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
)
@@ -9015,25 +9015,25 @@
)
(if
(i32.and
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 176)
)
)
- (tee_local $0
+ (local.tee $0
(i32.shl
(i32.const 1)
- (get_local $0)
+ (local.get $0)
)
)
)
(if
(i32.lt_u
- (tee_local $0
+ (local.tee $0
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 8)
)
)
@@ -9045,11 +9045,11 @@
)
(call $_abort)
(block
- (set_local $6
- (get_local $1)
+ (local.set $6
+ (local.get $1)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
)
)
@@ -9057,80 +9057,80 @@
(i32.store
(i32.const 176)
(i32.or
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
- (set_local $6
+ (local.set $6
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 8)
)
)
- (set_local $3
- (get_local $2)
+ (local.set $3
+ (local.get $2)
)
)
)
(i32.store
- (get_local $6)
- (get_local $4)
+ (local.get $6)
+ (local.get $4)
)
(i32.store offset=12
- (get_local $3)
- (get_local $4)
+ (local.get $3)
+ (local.get $4)
)
(i32.store offset=8
- (get_local $4)
- (get_local $3)
+ (local.get $4)
+ (local.get $3)
)
(i32.store offset=12
- (get_local $4)
- (get_local $2)
+ (local.get $4)
+ (local.get $2)
)
)
)
(i32.store
(i32.const 184)
- (get_local $10)
+ (local.get $10)
)
(i32.store
(i32.const 196)
- (get_local $11)
+ (local.get $11)
)
)
)
(return
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 8)
)
)
)
- (set_local $0
- (get_local $4)
+ (local.set $0
+ (local.get $4)
)
)
)
- (set_local $0
- (get_local $4)
+ (local.set $0
+ (local.get $4)
)
)
)
(if
(i32.gt_u
- (get_local $0)
+ (local.get $0)
(i32.const -65)
)
- (set_local $0
+ (local.set $0
(i32.const -1)
)
(block
- (set_local $2
+ (local.set $2
(i32.and
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 11)
)
)
@@ -9138,49 +9138,49 @@
)
)
(if
- (tee_local $18
+ (local.tee $18
(i32.load
(i32.const 180)
)
)
(block
- (set_local $14
+ (local.set $14
(if (result i32)
- (tee_local $0
+ (local.tee $0
(i32.shr_u
- (get_local $0)
+ (local.get $0)
(i32.const 8)
)
)
(if (result i32)
(i32.gt_u
- (get_local $2)
+ (local.get $2)
(i32.const 16777215)
)
(i32.const 31)
(i32.or
(i32.and
(i32.shr_u
- (get_local $2)
+ (local.get $2)
(i32.add
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (tee_local $0
+ (local.tee $0
(i32.and
(i32.shr_u
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.shl
- (get_local $0)
- (tee_local $3
+ (local.get $0)
+ (local.tee $3
(i32.and
(i32.shr_u
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1048320)
)
(i32.const 16)
@@ -9197,16 +9197,16 @@
(i32.const 4)
)
)
- (get_local $3)
+ (local.get $3)
)
- (tee_local $0
+ (local.tee $0
(i32.and
(i32.shr_u
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.shl
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(i32.const 245760)
@@ -9220,8 +9220,8 @@
)
(i32.shr_u
(i32.shl
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
(i32.const 15)
)
@@ -9233,7 +9233,7 @@
(i32.const 1)
)
(i32.shl
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
@@ -9241,115 +9241,115 @@
(i32.const 0)
)
)
- (set_local $3
+ (local.set $3
(i32.sub
(i32.const 0)
- (get_local $2)
+ (local.get $2)
)
)
(block $__rjto$3
(block $__rjti$3
(if
- (tee_local $0
+ (local.tee $0
(i32.load offset=480
(i32.shl
- (get_local $14)
+ (local.get $14)
(i32.const 2)
)
)
)
(block
- (set_local $6
+ (local.set $6
(i32.const 0)
)
- (set_local $8
+ (local.set $8
(i32.shl
- (get_local $2)
+ (local.get $2)
(select
(i32.const 0)
(i32.sub
(i32.const 25)
(i32.shr_u
- (get_local $14)
+ (local.get $14)
(i32.const 1)
)
)
(i32.eq
- (get_local $14)
+ (local.get $14)
(i32.const 31)
)
)
)
)
- (set_local $1
+ (local.set $1
(i32.const 0)
)
(loop $while-in14
(if
(i32.lt_u
- (tee_local $4
+ (local.tee $4
(i32.sub
- (tee_local $9
+ (local.tee $9
(i32.and
(i32.load offset=4
- (get_local $0)
+ (local.get $0)
)
(i32.const -8)
)
)
- (get_local $2)
+ (local.get $2)
)
)
- (get_local $3)
+ (local.get $3)
)
(if
(i32.eq
- (get_local $9)
- (get_local $2)
+ (local.get $9)
+ (local.get $2)
)
(block
- (set_local $1
- (get_local $4)
+ (local.set $1
+ (local.get $4)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
(br $__rjti$3)
)
(block
- (set_local $3
- (get_local $4)
+ (local.set $3
+ (local.get $4)
)
- (set_local $1
- (get_local $0)
+ (local.set $1
+ (local.get $0)
)
)
)
)
- (set_local $0
+ (local.set $0
(select
- (get_local $6)
- (tee_local $4
+ (local.get $6)
+ (local.tee $4
(i32.load offset=20
- (get_local $0)
+ (local.get $0)
)
)
(i32.or
(i32.eqz
- (get_local $4)
+ (local.get $4)
)
(i32.eq
- (get_local $4)
- (tee_local $9
+ (local.get $4)
+ (local.tee $9
(i32.load
(i32.add
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 16)
)
(i32.shl
(i32.shr_u
- (get_local $8)
+ (local.get $8)
(i32.const 31)
)
(i32.const 2)
@@ -9361,13 +9361,13 @@
)
)
)
- (set_local $4
+ (local.set $4
(i32.shl
- (get_local $8)
+ (local.get $8)
(i32.xor
- (tee_local $6
+ (local.tee $6
(i32.eqz
- (get_local $9)
+ (local.get $9)
)
)
(i32.const 1)
@@ -9375,24 +9375,24 @@
)
)
(if
- (get_local $6)
+ (local.get $6)
(block
- (set_local $4
- (get_local $0)
+ (local.set $4
+ (local.get $0)
)
- (set_local $0
- (get_local $1)
+ (local.set $0
+ (local.get $1)
)
)
(block
- (set_local $6
- (get_local $0)
+ (local.set $6
+ (local.get $0)
)
- (set_local $8
- (get_local $4)
+ (local.set $8
+ (local.get $4)
)
- (set_local $0
- (get_local $9)
+ (local.set $0
+ (local.get $9)
)
(br $while-in14)
)
@@ -9400,10 +9400,10 @@
)
)
(block
- (set_local $4
+ (local.set $4
(i32.const 0)
)
- (set_local $0
+ (local.set $0
(i32.const 0)
)
)
@@ -9411,50 +9411,50 @@
(if
(i32.and
(i32.eqz
- (get_local $4)
+ (local.get $4)
)
(i32.eqz
- (get_local $0)
+ (local.get $0)
)
)
(block
(if
(i32.eqz
- (tee_local $1
+ (local.tee $1
(i32.and
- (get_local $18)
+ (local.get $18)
(i32.or
- (tee_local $1
+ (local.tee $1
(i32.shl
(i32.const 2)
- (get_local $14)
+ (local.get $14)
)
)
(i32.sub
(i32.const 0)
- (get_local $1)
+ (local.get $1)
)
)
)
)
)
(block
- (set_local $0
- (get_local $2)
+ (local.set $0
+ (local.get $2)
)
(br $do-once)
)
)
- (set_local $9
+ (local.set $9
(i32.and
(i32.shr_u
- (tee_local $1
+ (local.tee $1
(i32.add
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.sub
(i32.const 0)
- (get_local $1)
+ (local.get $1)
)
)
(i32.const -1)
@@ -9465,7 +9465,7 @@
(i32.const 16)
)
)
- (set_local $4
+ (local.set $4
(i32.load offset=480
(i32.shl
(i32.add
@@ -9473,13 +9473,13 @@
(i32.or
(i32.or
(i32.or
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.shr_u
- (tee_local $4
+ (local.tee $4
(i32.shr_u
- (get_local $1)
- (get_local $9)
+ (local.get $1)
+ (local.get $9)
)
)
(i32.const 5)
@@ -9487,15 +9487,15 @@
(i32.const 8)
)
)
- (get_local $9)
+ (local.get $9)
)
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.shr_u
- (tee_local $4
+ (local.tee $4
(i32.shr_u
- (get_local $4)
- (get_local $1)
+ (local.get $4)
+ (local.get $1)
)
)
(i32.const 2)
@@ -9504,13 +9504,13 @@
)
)
)
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.shr_u
- (tee_local $4
+ (local.tee $4
(i32.shr_u
- (get_local $4)
- (get_local $1)
+ (local.get $4)
+ (local.get $1)
)
)
(i32.const 1)
@@ -9519,13 +9519,13 @@
)
)
)
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.shr_u
- (tee_local $4
+ (local.tee $4
(i32.shr_u
- (get_local $4)
- (get_local $1)
+ (local.get $4)
+ (local.get $1)
)
)
(i32.const 1)
@@ -9535,8 +9535,8 @@
)
)
(i32.shr_u
- (get_local $4)
- (get_local $1)
+ (local.get $4)
+ (local.get $1)
)
)
(i32.const 2)
@@ -9546,98 +9546,98 @@
)
)
(if
- (get_local $4)
+ (local.get $4)
(block
- (set_local $1
- (get_local $3)
+ (local.set $1
+ (local.get $3)
)
- (set_local $3
- (get_local $4)
+ (local.set $3
+ (local.get $4)
)
(br $__rjti$3)
)
- (set_local $4
- (get_local $0)
+ (local.set $4
+ (local.get $0)
)
)
(br $__rjto$3)
)
(loop $while-in16
- (set_local $9
+ (local.set $9
(i32.lt_u
- (tee_local $4
+ (local.tee $4
(i32.sub
(i32.and
(i32.load offset=4
- (get_local $3)
+ (local.get $3)
)
(i32.const -8)
)
- (get_local $2)
+ (local.get $2)
)
)
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $1
+ (local.set $1
(select
- (get_local $4)
- (get_local $1)
- (get_local $9)
+ (local.get $4)
+ (local.get $1)
+ (local.get $9)
)
)
- (set_local $0
+ (local.set $0
(select
- (get_local $3)
- (get_local $0)
- (get_local $9)
+ (local.get $3)
+ (local.get $0)
+ (local.get $9)
)
)
(if
- (tee_local $4
+ (local.tee $4
(i32.load offset=16
- (get_local $3)
+ (local.get $3)
)
)
(block
- (set_local $3
- (get_local $4)
+ (local.set $3
+ (local.get $4)
)
(br $while-in16)
)
)
(br_if $while-in16
- (tee_local $3
+ (local.tee $3
(i32.load offset=20
- (get_local $3)
+ (local.get $3)
)
)
)
- (set_local $3
- (get_local $1)
+ (local.set $3
+ (local.get $1)
)
- (set_local $4
- (get_local $0)
+ (local.set $4
+ (local.get $0)
)
)
)
(if
- (get_local $4)
+ (local.get $4)
(if
(i32.lt_u
- (get_local $3)
+ (local.get $3)
(i32.sub
(i32.load
(i32.const 184)
)
- (get_local $2)
+ (local.get $2)
)
)
(block
(if
(i32.lt_u
- (get_local $4)
- (tee_local $12
+ (local.get $4)
+ (local.tee $12
(i32.load
(i32.const 192)
)
@@ -9647,39 +9647,39 @@
)
(if
(i32.ge_u
- (get_local $4)
- (tee_local $6
+ (local.get $4)
+ (local.tee $6
(i32.add
- (get_local $4)
- (get_local $2)
+ (local.get $4)
+ (local.get $2)
)
)
)
(call $_abort)
)
- (set_local $9
+ (local.set $9
(i32.load offset=24
- (get_local $4)
+ (local.get $4)
)
)
(block $do-once17
(if
(i32.eq
- (tee_local $0
+ (local.tee $0
(i32.load offset=12
- (get_local $4)
+ (local.get $4)
)
)
- (get_local $4)
+ (local.get $4)
)
(block
(if
(i32.eqz
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 20)
)
)
@@ -9688,11 +9688,11 @@
)
(if
(i32.eqz
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 16)
)
)
@@ -9700,7 +9700,7 @@
)
)
(block
- (set_local $11
+ (local.set $11
(i32.const 0)
)
(br $do-once17)
@@ -9709,43 +9709,43 @@
)
(loop $while-in20
(if
- (tee_local $7
+ (local.tee $7
(i32.load
- (tee_local $10
+ (local.tee $10
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 20)
)
)
)
)
(block
- (set_local $1
- (get_local $7)
+ (local.set $1
+ (local.get $7)
)
- (set_local $0
- (get_local $10)
+ (local.set $0
+ (local.get $10)
)
(br $while-in20)
)
)
(if
- (tee_local $7
+ (local.tee $7
(i32.load
- (tee_local $10
+ (local.tee $10
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 16)
)
)
)
)
(block
- (set_local $1
- (get_local $7)
+ (local.set $1
+ (local.get $7)
)
- (set_local $0
- (get_local $10)
+ (local.set $0
+ (local.get $10)
)
(br $while-in20)
)
@@ -9753,17 +9753,17 @@
)
(if
(i32.lt_u
- (get_local $0)
- (get_local $12)
+ (local.get $0)
+ (local.get $12)
)
(call $_abort)
(block
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
- (set_local $11
- (get_local $1)
+ (local.set $11
+ (local.get $1)
)
)
)
@@ -9771,52 +9771,52 @@
(block
(if
(i32.lt_u
- (tee_local $10
+ (local.tee $10
(i32.load offset=8
- (get_local $4)
+ (local.get $4)
)
)
- (get_local $12)
+ (local.get $12)
)
(call $_abort)
)
(if
(i32.ne
(i32.load
- (tee_local $7
+ (local.tee $7
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 12)
)
)
)
- (get_local $4)
+ (local.get $4)
)
(call $_abort)
)
(if
(i32.eq
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 8)
)
)
)
- (get_local $4)
+ (local.get $4)
)
(block
(i32.store
- (get_local $7)
- (get_local $0)
+ (local.get $7)
+ (local.get $0)
)
(i32.store
- (get_local $1)
- (get_local $10)
+ (local.get $1)
+ (local.get $10)
)
- (set_local $11
- (get_local $0)
+ (local.set $11
+ (local.get $0)
)
)
(call $_abort)
@@ -9826,18 +9826,18 @@
)
(block $do-once21
(if
- (get_local $9)
+ (local.get $9)
(block
(if
(i32.eq
- (get_local $4)
+ (local.get $4)
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.shl
- (tee_local $1
+ (local.tee $1
(i32.load offset=28
- (get_local $4)
+ (local.get $4)
)
)
(i32.const 2)
@@ -9849,12 +9849,12 @@
)
(block
(i32.store
- (get_local $0)
- (get_local $11)
+ (local.get $0)
+ (local.get $11)
)
(if
(i32.eqz
- (get_local $11)
+ (local.get $11)
)
(block
(i32.store
@@ -9866,7 +9866,7 @@
(i32.xor
(i32.shl
(i32.const 1)
- (get_local $1)
+ (local.get $1)
)
(i32.const -1)
)
@@ -9879,7 +9879,7 @@
(block
(if
(i32.lt_u
- (get_local $9)
+ (local.get $9)
(i32.load
(i32.const 192)
)
@@ -9889,35 +9889,35 @@
(if
(i32.eq
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $9)
+ (local.get $9)
(i32.const 16)
)
)
)
- (get_local $4)
+ (local.get $4)
)
(i32.store
- (get_local $0)
- (get_local $11)
+ (local.get $0)
+ (local.get $11)
)
(i32.store offset=20
- (get_local $9)
- (get_local $11)
+ (local.get $9)
+ (local.get $11)
)
)
(br_if $do-once21
(i32.eqz
- (get_local $11)
+ (local.get $11)
)
)
)
)
(if
(i32.lt_u
- (get_local $11)
- (tee_local $0
+ (local.get $11)
+ (local.tee $0
(i32.load
(i32.const 192)
)
@@ -9926,42 +9926,42 @@
(call $_abort)
)
(i32.store offset=24
- (get_local $11)
- (get_local $9)
+ (local.get $11)
+ (local.get $9)
)
(if
- (tee_local $1
+ (local.tee $1
(i32.load offset=16
- (get_local $4)
+ (local.get $4)
)
)
(if
(i32.lt_u
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
(call $_abort)
(block
(i32.store offset=16
- (get_local $11)
- (get_local $1)
+ (local.get $11)
+ (local.get $1)
)
(i32.store offset=24
- (get_local $1)
- (get_local $11)
+ (local.get $1)
+ (local.get $11)
)
)
)
)
(if
- (tee_local $0
+ (local.tee $0
(i32.load offset=20
- (get_local $4)
+ (local.get $4)
)
)
(if
(i32.lt_u
- (get_local $0)
+ (local.get $0)
(i32.load
(i32.const 192)
)
@@ -9969,12 +9969,12 @@
(call $_abort)
(block
(i32.store offset=20
- (get_local $11)
- (get_local $0)
+ (local.get $11)
+ (local.get $0)
)
(i32.store offset=24
- (get_local $0)
- (get_local $11)
+ (local.get $0)
+ (local.get $11)
)
)
)
@@ -9985,35 +9985,35 @@
(block $do-once25
(if
(i32.lt_u
- (get_local $3)
+ (local.get $3)
(i32.const 16)
)
(block
(i32.store offset=4
- (get_local $4)
+ (local.get $4)
(i32.or
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $3)
- (get_local $2)
+ (local.get $3)
+ (local.get $2)
)
)
(i32.const 3)
)
)
(i32.store
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.add
- (get_local $4)
- (get_local $0)
+ (local.get $4)
+ (local.get $0)
)
(i32.const 4)
)
)
(i32.or
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 1)
)
@@ -10021,42 +10021,42 @@
)
(block
(i32.store offset=4
- (get_local $4)
+ (local.get $4)
(i32.or
- (get_local $2)
+ (local.get $2)
(i32.const 3)
)
)
(i32.store offset=4
- (get_local $6)
+ (local.get $6)
(i32.or
- (get_local $3)
+ (local.get $3)
(i32.const 1)
)
)
(i32.store
(i32.add
- (get_local $6)
- (get_local $3)
+ (local.get $6)
+ (local.get $3)
)
- (get_local $3)
+ (local.get $3)
)
- (set_local $0
+ (local.set $0
(i32.shr_u
- (get_local $3)
+ (local.get $3)
(i32.const 3)
)
)
(if
(i32.lt_u
- (get_local $3)
+ (local.get $3)
(i32.const 256)
)
(block
- (set_local $3
+ (local.set $3
(i32.add
(i32.shl
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
(i32.const 216)
@@ -10064,25 +10064,25 @@
)
(if
(i32.and
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 176)
)
)
- (tee_local $0
+ (local.tee $0
(i32.shl
(i32.const 1)
- (get_local $0)
+ (local.get $0)
)
)
)
(if
(i32.lt_u
- (tee_local $0
+ (local.tee $0
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const 8)
)
)
@@ -10094,11 +10094,11 @@
)
(call $_abort)
(block
- (set_local $13
- (get_local $1)
+ (local.set $13
+ (local.get $1)
)
- (set_local $5
- (get_local $0)
+ (local.set $5
+ (local.get $0)
)
)
)
@@ -10106,80 +10106,80 @@
(i32.store
(i32.const 176)
(i32.or
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
- (set_local $13
+ (local.set $13
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const 8)
)
)
- (set_local $5
- (get_local $3)
+ (local.set $5
+ (local.get $3)
)
)
)
(i32.store
- (get_local $13)
- (get_local $6)
+ (local.get $13)
+ (local.get $6)
)
(i32.store offset=12
- (get_local $5)
- (get_local $6)
+ (local.get $5)
+ (local.get $6)
)
(i32.store offset=8
- (get_local $6)
- (get_local $5)
+ (local.get $6)
+ (local.get $5)
)
(i32.store offset=12
- (get_local $6)
- (get_local $3)
+ (local.get $6)
+ (local.get $3)
)
(br $do-once25)
)
)
- (set_local $2
+ (local.set $2
(i32.add
(i32.shl
- (tee_local $7
+ (local.tee $7
(if (result i32)
- (tee_local $0
+ (local.tee $0
(i32.shr_u
- (get_local $3)
+ (local.get $3)
(i32.const 8)
)
)
(if (result i32)
(i32.gt_u
- (get_local $3)
+ (local.get $3)
(i32.const 16777215)
)
(i32.const 31)
(i32.or
(i32.and
(i32.shr_u
- (get_local $3)
+ (local.get $3)
(i32.add
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (tee_local $0
+ (local.tee $0
(i32.and
(i32.shr_u
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.shl
- (get_local $0)
- (tee_local $2
+ (local.get $0)
+ (local.tee $2
(i32.and
(i32.shr_u
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1048320)
)
(i32.const 16)
@@ -10196,16 +10196,16 @@
(i32.const 4)
)
)
- (get_local $2)
+ (local.get $2)
)
- (tee_local $0
+ (local.tee $0
(i32.and
(i32.shr_u
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.shl
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(i32.const 245760)
@@ -10219,8 +10219,8 @@
)
(i32.shr_u
(i32.shl
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
(i32.const 15)
)
@@ -10232,7 +10232,7 @@
(i32.const 1)
)
(i32.shl
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
@@ -10246,34 +10246,34 @@
)
)
(i32.store offset=28
- (get_local $6)
- (get_local $7)
+ (local.get $6)
+ (local.get $7)
)
(i32.store offset=4
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 16)
)
)
(i32.const 0)
)
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(if
(i32.eqz
(i32.and
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 180)
)
)
- (tee_local $0
+ (local.tee $0
(i32.shl
(i32.const 1)
- (get_local $7)
+ (local.get $7)
)
)
)
@@ -10282,51 +10282,51 @@
(i32.store
(i32.const 180)
(i32.or
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(i32.store
- (get_local $2)
- (get_local $6)
+ (local.get $2)
+ (local.get $6)
)
(i32.store offset=24
- (get_local $6)
- (get_local $2)
+ (local.get $6)
+ (local.get $2)
)
(i32.store offset=12
- (get_local $6)
- (get_local $6)
+ (local.get $6)
+ (local.get $6)
)
(i32.store offset=8
- (get_local $6)
- (get_local $6)
+ (local.get $6)
+ (local.get $6)
)
(br $do-once25)
)
)
- (set_local $7
+ (local.set $7
(i32.shl
- (get_local $3)
+ (local.get $3)
(select
(i32.const 0)
(i32.sub
(i32.const 25)
(i32.shr_u
- (get_local $7)
+ (local.get $7)
(i32.const 1)
)
)
(i32.eq
- (get_local $7)
+ (local.get $7)
(i32.const 31)
)
)
)
)
- (set_local $0
+ (local.set $0
(i32.load
- (get_local $2)
+ (local.get $2)
)
)
(block $__rjto$1
@@ -10336,31 +10336,31 @@
(i32.eq
(i32.and
(i32.load offset=4
- (get_local $0)
+ (local.get $0)
)
(i32.const -8)
)
- (get_local $3)
+ (local.get $3)
)
)
- (set_local $2
+ (local.set $2
(i32.shl
- (get_local $7)
+ (local.get $7)
(i32.const 1)
)
)
(if
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $7
+ (local.tee $7
(i32.add
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 16)
)
(i32.shl
(i32.shr_u
- (get_local $7)
+ (local.get $7)
(i32.const 31)
)
(i32.const 2)
@@ -10370,11 +10370,11 @@
)
)
(block
- (set_local $7
- (get_local $2)
+ (local.set $7
+ (local.get $2)
)
- (set_local $0
- (get_local $1)
+ (local.set $0
+ (local.get $1)
)
(br $while-in28)
)
@@ -10382,7 +10382,7 @@
)
(if
(i32.lt_u
- (get_local $7)
+ (local.get $7)
(i32.load
(i32.const 192)
)
@@ -10390,20 +10390,20 @@
(call $_abort)
(block
(i32.store
- (get_local $7)
- (get_local $6)
+ (local.get $7)
+ (local.get $6)
)
(i32.store offset=24
- (get_local $6)
- (get_local $0)
+ (local.get $6)
+ (local.get $0)
)
(i32.store offset=12
- (get_local $6)
- (get_local $6)
+ (local.get $6)
+ (local.get $6)
)
(i32.store offset=8
- (get_local $6)
- (get_local $6)
+ (local.get $6)
+ (local.get $6)
)
(br $do-once25)
)
@@ -10413,46 +10413,46 @@
(if
(i32.and
(i32.ge_u
- (tee_local $2
+ (local.tee $2
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 8)
)
)
)
)
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 192)
)
)
)
(i32.ge_u
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
)
(block
(i32.store offset=12
- (get_local $2)
- (get_local $6)
+ (local.get $2)
+ (local.get $6)
)
(i32.store
- (get_local $3)
- (get_local $6)
+ (local.get $3)
+ (local.get $6)
)
(i32.store offset=8
- (get_local $6)
- (get_local $2)
+ (local.get $6)
+ (local.get $2)
)
(i32.store offset=12
- (get_local $6)
- (get_local $0)
+ (local.get $6)
+ (local.get $0)
)
(i32.store offset=24
- (get_local $6)
+ (local.get $6)
(i32.const 0)
)
)
@@ -10464,22 +10464,22 @@
)
(return
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 8)
)
)
)
- (set_local $0
- (get_local $2)
+ (local.set $0
+ (local.get $2)
)
)
- (set_local $0
- (get_local $2)
+ (local.set $0
+ (local.get $2)
)
)
)
- (set_local $0
- (get_local $2)
+ (local.set $0
+ (local.get $2)
)
)
)
@@ -10488,25 +10488,25 @@
)
(if
(i32.ge_u
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 184)
)
)
- (get_local $0)
+ (local.get $0)
)
(block
- (set_local $2
+ (local.set $2
(i32.load
(i32.const 196)
)
)
(if
(i32.gt_u
- (tee_local $3
+ (local.tee $3
(i32.sub
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(i32.const 15)
@@ -10514,35 +10514,35 @@
(block
(i32.store
(i32.const 196)
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $2)
- (get_local $0)
+ (local.get $2)
+ (local.get $0)
)
)
)
(i32.store
(i32.const 184)
- (get_local $3)
+ (local.get $3)
)
(i32.store offset=4
- (get_local $1)
+ (local.get $1)
(i32.or
- (get_local $3)
+ (local.get $3)
(i32.const 1)
)
)
(i32.store
(i32.add
- (get_local $1)
- (get_local $3)
+ (local.get $1)
+ (local.get $3)
)
- (get_local $3)
+ (local.get $3)
)
(i32.store offset=4
- (get_local $2)
+ (local.get $2)
(i32.or
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
)
@@ -10557,25 +10557,25 @@
(i32.const 0)
)
(i32.store offset=4
- (get_local $2)
+ (local.get $2)
(i32.or
- (get_local $1)
+ (local.get $1)
(i32.const 3)
)
)
(i32.store
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.add
- (get_local $2)
- (get_local $1)
+ (local.get $2)
+ (local.get $1)
)
(i32.const 4)
)
)
(i32.or
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 1)
)
@@ -10584,7 +10584,7 @@
)
(return
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 8)
)
)
@@ -10592,12 +10592,12 @@
)
(br_if $folding-inner0
(i32.gt_u
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 188)
)
)
- (get_local $0)
+ (local.get $0)
)
)
(if
@@ -10609,24 +10609,24 @@
(if
(i32.and
(i32.add
- (tee_local $1
+ (local.tee $1
(call $_sysconf
(i32.const 30)
)
)
(i32.const -1)
)
- (get_local $1)
+ (local.get $1)
)
(call $_abort)
(block
(i32.store
(i32.const 656)
- (get_local $1)
+ (local.get $1)
)
(i32.store
(i32.const 652)
- (get_local $1)
+ (local.get $1)
)
(i32.store
(i32.const 660)
@@ -10661,39 +10661,39 @@
)
(if
(i32.le_u
- (tee_local $5
+ (local.tee $5
(i32.and
- (tee_local $6
+ (local.tee $6
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 656)
)
)
- (tee_local $8
+ (local.tee $8
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 47)
)
)
)
)
- (tee_local $9
+ (local.tee $9
(i32.sub
(i32.const 0)
- (get_local $1)
+ (local.get $1)
)
)
)
)
- (get_local $0)
+ (local.get $0)
)
(return
(i32.const 0)
)
)
(if
- (tee_local $2
+ (local.tee $2
(i32.load
(i32.const 616)
)
@@ -10701,21 +10701,21 @@
(if
(i32.or
(i32.le_u
- (tee_local $1
+ (local.tee $1
(i32.add
- (tee_local $3
+ (local.tee $3
(i32.load
(i32.const 608)
)
)
- (get_local $5)
+ (local.get $5)
)
)
- (get_local $3)
+ (local.get $3)
)
(i32.gt_u
- (get_local $1)
- (get_local $2)
+ (local.get $1)
+ (local.get $2)
)
)
(return
@@ -10723,9 +10723,9 @@
)
)
)
- (set_local $11
+ (local.set $11
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 48)
)
)
@@ -10746,54 +10746,54 @@
(block $__rjti$4
(br_if $__rjti$4
(i32.eqz
- (tee_local $4
+ (local.tee $4
(i32.load
(i32.const 200)
)
)
)
)
- (set_local $1
+ (local.set $1
(i32.const 624)
)
(loop $while-in34
(block $while-out33
(if
(i32.le_u
- (tee_local $3
+ (local.tee $3
(i32.load
- (get_local $1)
+ (local.get $1)
)
)
- (get_local $4)
+ (local.get $4)
)
(if
(i32.gt_u
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.load
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 4)
)
)
)
)
- (get_local $4)
+ (local.get $4)
)
(block
- (set_local $4
- (get_local $1)
+ (local.set $4
+ (local.get $1)
)
(br $while-out33)
)
)
)
(br_if $while-in34
- (tee_local $1
+ (local.tee $1
(i32.load offset=8
- (get_local $1)
+ (local.get $1)
)
)
)
@@ -10802,44 +10802,44 @@
)
(if
(i32.lt_u
- (tee_local $3
+ (local.tee $3
(i32.and
(i32.sub
- (get_local $6)
+ (local.get $6)
(i32.load
(i32.const 188)
)
)
- (get_local $9)
+ (local.get $9)
)
)
(i32.const 2147483647)
)
(if
(i32.eq
- (tee_local $1
+ (local.tee $1
(call $_sbrk
- (get_local $3)
+ (local.get $3)
)
)
(i32.add
(i32.load
- (get_local $4)
+ (local.get $4)
)
(i32.load
- (get_local $2)
+ (local.get $2)
)
)
)
(br_if $__rjti$13
(i32.ne
- (get_local $1)
+ (local.get $1)
(i32.const -1)
)
)
(block
- (set_local $2
- (get_local $1)
+ (local.set $2
+ (local.get $1)
)
(br $__rjti$5)
)
@@ -10849,7 +10849,7 @@
)
(if
(i32.ne
- (tee_local $1
+ (local.tee $1
(call $_sbrk
(i32.const 0)
)
@@ -10857,12 +10857,12 @@
(i32.const -1)
)
(block
- (set_local $3
+ (local.set $3
(if (result i32)
(i32.and
- (tee_local $2
+ (local.tee $2
(i32.add
- (tee_local $4
+ (local.tee $4
(i32.load
(i32.const 652)
)
@@ -10870,53 +10870,53 @@
(i32.const -1)
)
)
- (tee_local $3
- (get_local $1)
+ (local.tee $3
+ (local.get $1)
)
)
(i32.add
(i32.sub
- (get_local $5)
- (get_local $3)
+ (local.get $5)
+ (local.get $3)
)
(i32.and
(i32.add
- (get_local $2)
- (get_local $3)
+ (local.get $2)
+ (local.get $3)
)
(i32.sub
(i32.const 0)
- (get_local $4)
+ (local.get $4)
)
)
)
- (get_local $5)
+ (local.get $5)
)
)
- (set_local $9
+ (local.set $9
(i32.add
- (tee_local $4
+ (local.tee $4
(i32.load
(i32.const 608)
)
)
- (get_local $3)
+ (local.get $3)
)
)
(if
(i32.and
(i32.gt_u
- (get_local $3)
- (get_local $0)
+ (local.get $3)
+ (local.get $0)
)
(i32.lt_u
- (get_local $3)
+ (local.get $3)
(i32.const 2147483647)
)
)
(block
(if
- (tee_local $2
+ (local.tee $2
(i32.load
(i32.const 616)
)
@@ -10924,24 +10924,24 @@
(br_if $label$break$L279
(i32.or
(i32.le_u
- (get_local $9)
- (get_local $4)
+ (local.get $9)
+ (local.get $4)
)
(i32.gt_u
- (get_local $9)
- (get_local $2)
+ (local.get $9)
+ (local.get $2)
)
)
)
)
(br_if $__rjti$13
(i32.eq
- (tee_local $2
+ (local.tee $2
(call $_sbrk
- (get_local $3)
+ (local.get $3)
)
)
- (get_local $1)
+ (local.get $1)
)
)
(br $__rjti$5)
@@ -10951,42 +10951,42 @@
)
(br $label$break$L279)
)
- (set_local $1
- (get_local $3)
+ (local.set $1
+ (local.get $3)
)
- (set_local $4
+ (local.set $4
(i32.sub
(i32.const 0)
- (get_local $1)
+ (local.get $1)
)
)
(if
(i32.and
(i32.gt_u
- (get_local $11)
- (get_local $1)
+ (local.get $11)
+ (local.get $1)
)
(i32.and
(i32.lt_u
- (get_local $1)
+ (local.get $1)
(i32.const 2147483647)
)
(i32.ne
- (get_local $2)
+ (local.get $2)
(i32.const -1)
)
)
)
(if
(i32.lt_u
- (tee_local $3
+ (local.tee $3
(i32.and
(i32.add
(i32.sub
- (get_local $8)
- (get_local $1)
+ (local.get $8)
+ (local.get $1)
)
- (tee_local $3
+ (local.tee $3
(i32.load
(i32.const 656)
)
@@ -10994,7 +10994,7 @@
)
(i32.sub
(i32.const 0)
- (get_local $3)
+ (local.get $3)
)
)
)
@@ -11003,41 +11003,41 @@
(if
(i32.eq
(call $_sbrk
- (get_local $3)
+ (local.get $3)
)
(i32.const -1)
)
(block
(drop
(call $_sbrk
- (get_local $4)
+ (local.get $4)
)
)
(br $label$break$L279)
)
- (set_local $3
+ (local.set $3
(i32.add
- (get_local $3)
- (get_local $1)
+ (local.get $3)
+ (local.get $1)
)
)
)
- (set_local $3
- (get_local $1)
+ (local.set $3
+ (local.get $1)
)
)
- (set_local $3
- (get_local $1)
+ (local.set $3
+ (local.get $1)
)
)
(if
(i32.ne
- (get_local $2)
+ (local.get $2)
(i32.const -1)
)
(block
- (set_local $1
- (get_local $2)
+ (local.set $1
+ (local.get $2)
)
(br $__rjti$13)
)
@@ -11056,18 +11056,18 @@
)
(if
(i32.lt_u
- (get_local $5)
+ (local.get $5)
(i32.const 2147483647)
)
(if
(i32.and
(i32.lt_u
- (tee_local $1
+ (local.tee $1
(call $_sbrk
- (get_local $5)
+ (local.get $5)
)
)
- (tee_local $3
+ (local.tee $3
(call $_sbrk
(i32.const 0)
)
@@ -11075,25 +11075,25 @@
)
(i32.and
(i32.ne
- (get_local $1)
+ (local.get $1)
(i32.const -1)
)
(i32.ne
- (get_local $3)
+ (local.get $3)
(i32.const -1)
)
)
)
(br_if $__rjti$13
(i32.gt_u
- (tee_local $3
+ (local.tee $3
(i32.sub
- (get_local $3)
- (get_local $1)
+ (local.get $3)
+ (local.get $1)
)
)
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 40)
)
)
@@ -11104,36 +11104,36 @@
)
(i32.store
(i32.const 608)
- (tee_local $2
+ (local.tee $2
(i32.add
(i32.load
(i32.const 608)
)
- (get_local $3)
+ (local.get $3)
)
)
)
(if
(i32.gt_u
- (get_local $2)
+ (local.get $2)
(i32.load
(i32.const 612)
)
)
(i32.store
(i32.const 612)
- (get_local $2)
+ (local.get $2)
)
)
(block $do-once40
(if
- (tee_local $6
+ (local.tee $6
(i32.load
(i32.const 200)
)
)
(block
- (set_local $2
+ (local.set $2
(i32.const 624)
)
(block $__rjto$10
@@ -11141,18 +11141,18 @@
(loop $while-in45
(br_if $__rjti$10
(i32.eq
- (get_local $1)
+ (local.get $1)
(i32.add
- (tee_local $11
+ (local.tee $11
(i32.load
- (get_local $2)
+ (local.get $2)
)
)
- (tee_local $5
+ (local.tee $5
(i32.load
- (tee_local $4
+ (local.tee $4
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 4)
)
)
@@ -11162,9 +11162,9 @@
)
)
(br_if $while-in45
- (tee_local $2
+ (local.tee $2
(i32.load offset=8
- (get_local $2)
+ (local.get $2)
)
)
)
@@ -11175,7 +11175,7 @@
(i32.eqz
(i32.and
(i32.load offset=12
- (get_local $2)
+ (local.get $2)
)
(i32.const 8)
)
@@ -11183,33 +11183,33 @@
(if
(i32.and
(i32.lt_u
- (get_local $6)
- (get_local $1)
+ (local.get $6)
+ (local.get $1)
)
(i32.ge_u
- (get_local $6)
- (get_local $11)
+ (local.get $6)
+ (local.get $11)
)
)
(block
(i32.store
- (get_local $4)
+ (local.get $4)
(i32.add
- (get_local $5)
- (get_local $3)
+ (local.get $5)
+ (local.get $3)
)
)
- (set_local $2
+ (local.set $2
(i32.add
- (get_local $6)
- (tee_local $1
+ (local.get $6)
+ (local.tee $1
(select
(i32.and
(i32.sub
(i32.const 0)
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 8)
)
)
@@ -11218,18 +11218,18 @@
)
(i32.const 0)
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 7)
)
)
)
)
)
- (set_local $1
+ (local.set $1
(i32.add
(i32.sub
- (get_local $3)
- (get_local $1)
+ (local.get $3)
+ (local.get $1)
)
(i32.load
(i32.const 188)
@@ -11238,23 +11238,23 @@
)
(i32.store
(i32.const 200)
- (get_local $2)
+ (local.get $2)
)
(i32.store
(i32.const 188)
- (get_local $1)
+ (local.get $1)
)
(i32.store offset=4
- (get_local $2)
+ (local.get $2)
(i32.or
- (get_local $1)
+ (local.get $1)
(i32.const 1)
)
)
(i32.store offset=4
(i32.add
- (get_local $2)
- (get_local $1)
+ (local.get $2)
+ (local.get $1)
)
(i32.const 40)
)
@@ -11271,8 +11271,8 @@
)
(if
(i32.lt_u
- (get_local $1)
- (tee_local $4
+ (local.get $1)
+ (local.tee $4
(i32.load
(i32.const 192)
)
@@ -11281,20 +11281,20 @@
(block
(i32.store
(i32.const 192)
- (get_local $1)
+ (local.get $1)
)
- (set_local $4
- (get_local $1)
+ (local.set $4
+ (local.get $1)
)
)
)
- (set_local $11
+ (local.set $11
(i32.add
- (get_local $1)
- (get_local $3)
+ (local.get $1)
+ (local.get $3)
)
)
- (set_local $2
+ (local.set $2
(i32.const 624)
)
(block $__rjto$11
@@ -11303,25 +11303,25 @@
(if
(i32.eq
(i32.load
- (get_local $2)
+ (local.get $2)
)
- (get_local $11)
+ (local.get $11)
)
(block
- (set_local $5
- (get_local $2)
+ (local.set $5
+ (local.get $2)
)
(br $__rjti$11)
)
)
(br_if $while-in47
- (tee_local $2
+ (local.tee $2
(i32.load offset=8
- (get_local $2)
+ (local.get $2)
)
)
)
- (set_local $4
+ (local.set $4
(i32.const 624)
)
)
@@ -11330,44 +11330,44 @@
(if
(i32.and
(i32.load offset=12
- (get_local $2)
+ (local.get $2)
)
(i32.const 8)
)
- (set_local $4
+ (local.set $4
(i32.const 624)
)
(block
(i32.store
- (get_local $5)
- (get_local $1)
+ (local.get $5)
+ (local.get $1)
)
(i32.store
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 4)
)
)
(i32.add
(i32.load
- (get_local $2)
+ (local.get $2)
)
- (get_local $3)
+ (local.get $3)
)
)
- (set_local $8
+ (local.set $8
(i32.add
- (tee_local $9
+ (local.tee $9
(i32.add
- (get_local $1)
+ (local.get $1)
(select
(i32.and
(i32.sub
(i32.const 0)
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
@@ -11376,28 +11376,28 @@
)
(i32.const 0)
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 7)
)
)
)
)
- (get_local $0)
+ (local.get $0)
)
)
- (set_local $7
+ (local.set $7
(i32.sub
(i32.sub
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $11)
+ (local.get $11)
(select
(i32.and
(i32.sub
(i32.const 0)
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $11)
+ (local.get $11)
(i32.const 8)
)
)
@@ -11406,50 +11406,50 @@
)
(i32.const 0)
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 7)
)
)
)
)
- (get_local $9)
+ (local.get $9)
)
- (get_local $0)
+ (local.get $0)
)
)
(i32.store offset=4
- (get_local $9)
+ (local.get $9)
(i32.or
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
)
(block $do-once48
(if
(i32.eq
- (get_local $5)
- (get_local $6)
+ (local.get $5)
+ (local.get $6)
)
(block
(i32.store
(i32.const 188)
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.load
(i32.const 188)
)
- (get_local $7)
+ (local.get $7)
)
)
)
(i32.store
(i32.const 200)
- (get_local $8)
+ (local.get $8)
)
(i32.store offset=4
- (get_local $8)
+ (local.get $8)
(i32.or
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
@@ -11457,7 +11457,7 @@
(block
(if
(i32.eq
- (get_local $5)
+ (local.get $5)
(i32.load
(i32.const 196)
)
@@ -11465,46 +11465,46 @@
(block
(i32.store
(i32.const 184)
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.load
(i32.const 184)
)
- (get_local $7)
+ (local.get $7)
)
)
)
(i32.store
(i32.const 196)
- (get_local $8)
+ (local.get $8)
)
(i32.store offset=4
- (get_local $8)
+ (local.get $8)
(i32.or
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
(i32.store
(i32.add
- (get_local $8)
- (get_local $0)
+ (local.get $8)
+ (local.get $0)
)
- (get_local $0)
+ (local.get $0)
)
(br $do-once48)
)
)
(i32.store
- (tee_local $0
+ (local.tee $0
(i32.add
- (tee_local $0
+ (local.tee $0
(if (result i32)
(i32.eq
(i32.and
- (tee_local $0
+ (local.tee $0
(i32.load offset=4
- (get_local $5)
+ (local.get $5)
)
)
(i32.const 3)
@@ -11512,42 +11512,42 @@
(i32.const 1)
)
(block (result i32)
- (set_local $11
+ (local.set $11
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const -8)
)
)
- (set_local $1
+ (local.set $1
(i32.shr_u
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
)
(block $label$break$L331
(if
(i32.lt_u
- (get_local $0)
+ (local.get $0)
(i32.const 256)
)
(block
- (set_local $2
+ (local.set $2
(i32.load offset=12
- (get_local $5)
+ (local.get $5)
)
)
(block $do-once51
(if
(i32.ne
- (tee_local $3
+ (local.tee $3
(i32.load offset=8
- (get_local $5)
+ (local.get $5)
)
)
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.shl
- (get_local $1)
+ (local.get $1)
(i32.const 3)
)
(i32.const 216)
@@ -11557,17 +11557,17 @@
(block
(if
(i32.lt_u
- (get_local $3)
- (get_local $4)
+ (local.get $3)
+ (local.get $4)
)
(call $_abort)
)
(br_if $do-once51
(i32.eq
(i32.load offset=12
- (get_local $3)
+ (local.get $3)
)
- (get_local $5)
+ (local.get $5)
)
)
(call $_abort)
@@ -11576,8 +11576,8 @@
)
(if
(i32.eq
- (get_local $2)
- (get_local $3)
+ (local.get $2)
+ (local.get $3)
)
(block
(i32.store
@@ -11589,7 +11589,7 @@
(i32.xor
(i32.shl
(i32.const 1)
- (get_local $1)
+ (local.get $1)
)
(i32.const -1)
)
@@ -11601,38 +11601,38 @@
(block $do-once53
(if
(i32.eq
- (get_local $2)
- (get_local $0)
+ (local.get $2)
+ (local.get $0)
)
- (set_local $15
+ (local.set $15
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 8)
)
)
(block
(if
(i32.lt_u
- (get_local $2)
- (get_local $4)
+ (local.get $2)
+ (local.get $4)
)
(call $_abort)
)
(if
(i32.eq
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 8)
)
)
)
- (get_local $5)
+ (local.get $5)
)
(block
- (set_local $15
- (get_local $0)
+ (local.set $15
+ (local.get $0)
)
(br $do-once53)
)
@@ -11642,40 +11642,40 @@
)
)
(i32.store offset=12
- (get_local $3)
- (get_local $2)
+ (local.get $3)
+ (local.get $2)
)
(i32.store
- (get_local $15)
- (get_local $3)
+ (local.get $15)
+ (local.get $3)
)
)
(block
- (set_local $6
+ (local.set $6
(i32.load offset=24
- (get_local $5)
+ (local.get $5)
)
)
(block $do-once55
(if
(i32.eq
- (tee_local $0
+ (local.tee $0
(i32.load offset=12
- (get_local $5)
+ (local.get $5)
)
)
- (get_local $5)
+ (local.get $5)
)
(block
(if
(i32.eqz
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 16)
)
)
@@ -11686,16 +11686,16 @@
)
)
(if
- (tee_local $1
+ (local.tee $1
(i32.load
- (get_local $3)
+ (local.get $3)
)
)
- (set_local $0
- (get_local $3)
+ (local.set $0
+ (local.get $3)
)
(block
- (set_local $12
+ (local.set $12
(i32.const 0)
)
(br $do-once55)
@@ -11704,43 +11704,43 @@
)
(loop $while-in58
(if
- (tee_local $3
+ (local.tee $3
(i32.load
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 20)
)
)
)
)
(block
- (set_local $1
- (get_local $3)
+ (local.set $1
+ (local.get $3)
)
- (set_local $0
- (get_local $2)
+ (local.set $0
+ (local.get $2)
)
(br $while-in58)
)
)
(if
- (tee_local $3
+ (local.tee $3
(i32.load
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 16)
)
)
)
)
(block
- (set_local $1
- (get_local $3)
+ (local.set $1
+ (local.get $3)
)
- (set_local $0
- (get_local $2)
+ (local.set $0
+ (local.get $2)
)
(br $while-in58)
)
@@ -11748,17 +11748,17 @@
)
(if
(i32.lt_u
- (get_local $0)
- (get_local $4)
+ (local.get $0)
+ (local.get $4)
)
(call $_abort)
(block
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
- (set_local $12
- (get_local $1)
+ (local.set $12
+ (local.get $1)
)
)
)
@@ -11766,52 +11766,52 @@
(block
(if
(i32.lt_u
- (tee_local $2
+ (local.tee $2
(i32.load offset=8
- (get_local $5)
+ (local.get $5)
)
)
- (get_local $4)
+ (local.get $4)
)
(call $_abort)
)
(if
(i32.ne
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 12)
)
)
)
- (get_local $5)
+ (local.get $5)
)
(call $_abort)
)
(if
(i32.eq
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 8)
)
)
)
- (get_local $5)
+ (local.get $5)
)
(block
(i32.store
- (get_local $3)
- (get_local $0)
+ (local.get $3)
+ (local.get $0)
)
(i32.store
- (get_local $1)
- (get_local $2)
+ (local.get $1)
+ (local.get $2)
)
- (set_local $12
- (get_local $0)
+ (local.set $12
+ (local.get $0)
)
)
(call $_abort)
@@ -11821,20 +11821,20 @@
)
(br_if $label$break$L331
(i32.eqz
- (get_local $6)
+ (local.get $6)
)
)
(block $do-once59
(if
(i32.eq
- (get_local $5)
+ (local.get $5)
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.shl
- (tee_local $1
+ (local.tee $1
(i32.load offset=28
- (get_local $5)
+ (local.get $5)
)
)
(i32.const 2)
@@ -11846,11 +11846,11 @@
)
(block
(i32.store
- (get_local $0)
- (get_local $12)
+ (local.get $0)
+ (local.get $12)
)
(br_if $do-once59
- (get_local $12)
+ (local.get $12)
)
(i32.store
(i32.const 180)
@@ -11861,7 +11861,7 @@
(i32.xor
(i32.shl
(i32.const 1)
- (get_local $1)
+ (local.get $1)
)
(i32.const -1)
)
@@ -11872,7 +11872,7 @@
(block
(if
(i32.lt_u
- (get_local $6)
+ (local.get $6)
(i32.load
(i32.const 192)
)
@@ -11882,27 +11882,27 @@
(if
(i32.eq
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 16)
)
)
)
- (get_local $5)
+ (local.get $5)
)
(i32.store
- (get_local $0)
- (get_local $12)
+ (local.get $0)
+ (local.get $12)
)
(i32.store offset=20
- (get_local $6)
- (get_local $12)
+ (local.get $6)
+ (local.get $12)
)
)
(br_if $label$break$L331
(i32.eqz
- (get_local $12)
+ (local.get $12)
)
)
)
@@ -11910,8 +11910,8 @@
)
(if
(i32.lt_u
- (get_local $12)
- (tee_local $1
+ (local.get $12)
+ (local.tee $1
(i32.load
(i32.const 192)
)
@@ -11920,15 +11920,15 @@
(call $_abort)
)
(i32.store offset=24
- (get_local $12)
- (get_local $6)
+ (local.get $12)
+ (local.get $6)
)
(if
- (tee_local $3
+ (local.tee $3
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 16)
)
)
@@ -11936,34 +11936,34 @@
)
(if
(i32.lt_u
- (get_local $3)
- (get_local $1)
+ (local.get $3)
+ (local.get $1)
)
(call $_abort)
(block
(i32.store offset=16
- (get_local $12)
- (get_local $3)
+ (local.get $12)
+ (local.get $3)
)
(i32.store offset=24
- (get_local $3)
- (get_local $12)
+ (local.get $3)
+ (local.get $12)
)
)
)
)
(br_if $label$break$L331
(i32.eqz
- (tee_local $0
+ (local.tee $0
(i32.load offset=4
- (get_local $0)
+ (local.get $0)
)
)
)
)
(if
(i32.lt_u
- (get_local $0)
+ (local.get $0)
(i32.load
(i32.const 192)
)
@@ -11971,30 +11971,30 @@
(call $_abort)
(block
(i32.store offset=20
- (get_local $12)
- (get_local $0)
+ (local.get $12)
+ (local.get $0)
)
(i32.store offset=24
- (get_local $0)
- (get_local $12)
+ (local.get $0)
+ (local.get $12)
)
)
)
)
)
)
- (set_local $7
+ (local.set $7
(i32.add
- (get_local $11)
- (get_local $7)
+ (local.get $11)
+ (local.get $7)
)
)
(i32.add
- (get_local $5)
- (get_local $11)
+ (local.get $5)
+ (local.get $11)
)
)
- (get_local $5)
+ (local.get $5)
)
)
(i32.const 4)
@@ -12002,41 +12002,41 @@
)
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const -2)
)
)
(i32.store offset=4
- (get_local $8)
+ (local.get $8)
(i32.or
- (get_local $7)
+ (local.get $7)
(i32.const 1)
)
)
(i32.store
(i32.add
- (get_local $8)
- (get_local $7)
+ (local.get $8)
+ (local.get $7)
)
- (get_local $7)
+ (local.get $7)
)
- (set_local $0
+ (local.set $0
(i32.shr_u
- (get_local $7)
+ (local.get $7)
(i32.const 3)
)
)
(if
(i32.lt_u
- (get_local $7)
+ (local.get $7)
(i32.const 256)
)
(block
- (set_local $3
+ (local.set $3
(i32.add
(i32.shl
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
(i32.const 216)
@@ -12045,26 +12045,26 @@
(block $do-once63
(if
(i32.and
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 176)
)
)
- (tee_local $0
+ (local.tee $0
(i32.shl
(i32.const 1)
- (get_local $0)
+ (local.get $0)
)
)
)
(block
(if
(i32.ge_u
- (tee_local $0
+ (local.tee $0
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const 8)
)
)
@@ -12075,11 +12075,11 @@
)
)
(block
- (set_local $16
- (get_local $1)
+ (local.set $16
+ (local.get $1)
)
- (set_local $10
- (get_local $0)
+ (local.set $10
+ (local.get $0)
)
(br $do-once63)
)
@@ -12090,50 +12090,50 @@
(i32.store
(i32.const 176)
(i32.or
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
- (set_local $16
+ (local.set $16
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const 8)
)
)
- (set_local $10
- (get_local $3)
+ (local.set $10
+ (local.get $3)
)
)
)
)
(i32.store
- (get_local $16)
- (get_local $8)
+ (local.get $16)
+ (local.get $8)
)
(i32.store offset=12
- (get_local $10)
- (get_local $8)
+ (local.get $10)
+ (local.get $8)
)
(i32.store offset=8
- (get_local $8)
- (get_local $10)
+ (local.get $8)
+ (local.get $10)
)
(i32.store offset=12
- (get_local $8)
- (get_local $3)
+ (local.get $8)
+ (local.get $3)
)
(br $do-once48)
)
)
- (set_local $3
+ (local.set $3
(i32.add
(i32.shl
- (tee_local $2
+ (local.tee $2
(block $do-once65 (result i32)
(if (result i32)
- (tee_local $0
+ (local.tee $0
(i32.shr_u
- (get_local $7)
+ (local.get $7)
(i32.const 8)
)
)
@@ -12142,7 +12142,7 @@
(br_if $do-once65
(i32.const 31)
(i32.gt_u
- (get_local $7)
+ (local.get $7)
(i32.const 16777215)
)
)
@@ -12150,26 +12150,26 @@
(i32.or
(i32.and
(i32.shr_u
- (get_local $7)
+ (local.get $7)
(i32.add
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (tee_local $0
+ (local.tee $0
(i32.and
(i32.shr_u
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.shl
- (get_local $0)
- (tee_local $3
+ (local.get $0)
+ (local.tee $3
(i32.and
(i32.shr_u
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1048320)
)
(i32.const 16)
@@ -12186,16 +12186,16 @@
(i32.const 4)
)
)
- (get_local $3)
+ (local.get $3)
)
- (tee_local $0
+ (local.tee $0
(i32.and
(i32.shr_u
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.shl
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(i32.const 245760)
@@ -12209,8 +12209,8 @@
)
(i32.shr_u
(i32.shl
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
(i32.const 15)
)
@@ -12222,7 +12222,7 @@
(i32.const 1)
)
(i32.shl
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
@@ -12237,34 +12237,34 @@
)
)
(i32.store offset=28
- (get_local $8)
- (get_local $2)
+ (local.get $8)
+ (local.get $2)
)
(i32.store offset=4
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.const 16)
)
)
(i32.const 0)
)
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(if
(i32.eqz
(i32.and
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 180)
)
)
- (tee_local $0
+ (local.tee $0
(i32.shl
(i32.const 1)
- (get_local $2)
+ (local.get $2)
)
)
)
@@ -12273,51 +12273,51 @@
(i32.store
(i32.const 180)
(i32.or
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(i32.store
- (get_local $3)
- (get_local $8)
+ (local.get $3)
+ (local.get $8)
)
(i32.store offset=24
- (get_local $8)
- (get_local $3)
+ (local.get $8)
+ (local.get $3)
)
(i32.store offset=12
- (get_local $8)
- (get_local $8)
+ (local.get $8)
+ (local.get $8)
)
(i32.store offset=8
- (get_local $8)
- (get_local $8)
+ (local.get $8)
+ (local.get $8)
)
(br $do-once48)
)
)
- (set_local $2
+ (local.set $2
(i32.shl
- (get_local $7)
+ (local.get $7)
(select
(i32.const 0)
(i32.sub
(i32.const 25)
(i32.shr_u
- (get_local $2)
+ (local.get $2)
(i32.const 1)
)
)
(i32.eq
- (get_local $2)
+ (local.get $2)
(i32.const 31)
)
)
)
)
- (set_local $0
+ (local.set $0
(i32.load
- (get_local $3)
+ (local.get $3)
)
)
(block $__rjto$7
@@ -12327,31 +12327,31 @@
(i32.eq
(i32.and
(i32.load offset=4
- (get_local $0)
+ (local.get $0)
)
(i32.const -8)
)
- (get_local $7)
+ (local.get $7)
)
)
- (set_local $3
+ (local.set $3
(i32.shl
- (get_local $2)
+ (local.get $2)
(i32.const 1)
)
)
(if
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $2
+ (local.tee $2
(i32.add
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 16)
)
(i32.shl
(i32.shr_u
- (get_local $2)
+ (local.get $2)
(i32.const 31)
)
(i32.const 2)
@@ -12361,11 +12361,11 @@
)
)
(block
- (set_local $2
- (get_local $3)
+ (local.set $2
+ (local.get $3)
)
- (set_local $0
- (get_local $1)
+ (local.set $0
+ (local.get $1)
)
(br $while-in68)
)
@@ -12373,7 +12373,7 @@
)
(if
(i32.lt_u
- (get_local $2)
+ (local.get $2)
(i32.load
(i32.const 192)
)
@@ -12381,20 +12381,20 @@
(call $_abort)
(block
(i32.store
- (get_local $2)
- (get_local $8)
+ (local.get $2)
+ (local.get $8)
)
(i32.store offset=24
- (get_local $8)
- (get_local $0)
+ (local.get $8)
+ (local.get $0)
)
(i32.store offset=12
- (get_local $8)
- (get_local $8)
+ (local.get $8)
+ (local.get $8)
)
(i32.store offset=8
- (get_local $8)
- (get_local $8)
+ (local.get $8)
+ (local.get $8)
)
(br $do-once48)
)
@@ -12404,46 +12404,46 @@
(if
(i32.and
(i32.ge_u
- (tee_local $2
+ (local.tee $2
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 8)
)
)
)
)
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 192)
)
)
)
(i32.ge_u
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
)
(block
(i32.store offset=12
- (get_local $2)
- (get_local $8)
+ (local.get $2)
+ (local.get $8)
)
(i32.store
- (get_local $3)
- (get_local $8)
+ (local.get $3)
+ (local.get $8)
)
(i32.store offset=8
- (get_local $8)
- (get_local $2)
+ (local.get $8)
+ (local.get $2)
)
(i32.store offset=12
- (get_local $8)
- (get_local $0)
+ (local.get $8)
+ (local.get $0)
)
(i32.store offset=24
- (get_local $8)
+ (local.get $8)
(i32.const 0)
)
)
@@ -12455,7 +12455,7 @@
)
(return
(i32.add
- (get_local $9)
+ (local.get $9)
(i32.const 8)
)
)
@@ -12466,75 +12466,75 @@
(block $while-out69
(if
(i32.le_u
- (tee_local $2
+ (local.tee $2
(i32.load
- (get_local $4)
+ (local.get $4)
)
)
- (get_local $6)
+ (local.get $6)
)
(br_if $while-out69
(i32.gt_u
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.load offset=4
- (get_local $4)
+ (local.get $4)
)
)
)
- (get_local $6)
+ (local.get $6)
)
)
)
- (set_local $4
+ (local.set $4
(i32.load offset=8
- (get_local $4)
+ (local.get $4)
)
)
(br $while-in70)
)
)
- (set_local $10
+ (local.set $10
(i32.add
- (tee_local $4
+ (local.tee $4
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const -47)
)
)
(i32.const 8)
)
)
- (set_local $12
+ (local.set $12
(i32.add
- (tee_local $11
+ (local.tee $11
(select
- (get_local $6)
- (tee_local $4
+ (local.get $6)
+ (local.tee $4
(i32.add
- (get_local $4)
+ (local.get $4)
(select
(i32.and
(i32.sub
(i32.const 0)
- (get_local $10)
+ (local.get $10)
)
(i32.const 7)
)
(i32.const 0)
(i32.and
- (get_local $10)
+ (local.get $10)
(i32.const 7)
)
)
)
)
(i32.lt_u
- (get_local $4)
- (tee_local $10
+ (local.get $4)
+ (local.tee $10
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 16)
)
)
@@ -12546,17 +12546,17 @@
)
(i32.store
(i32.const 200)
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $1)
- (tee_local $4
+ (local.get $1)
+ (local.tee $4
(select
(i32.and
(i32.sub
(i32.const 0)
- (tee_local $4
+ (local.tee $4
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
@@ -12565,7 +12565,7 @@
)
(i32.const 0)
(i32.and
- (get_local $4)
+ (local.get $4)
(i32.const 7)
)
)
@@ -12575,27 +12575,27 @@
)
(i32.store
(i32.const 188)
- (tee_local $4
+ (local.tee $4
(i32.sub
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const -40)
)
- (get_local $4)
+ (local.get $4)
)
)
)
(i32.store offset=4
- (get_local $5)
+ (local.get $5)
(i32.or
- (get_local $4)
+ (local.get $4)
(i32.const 1)
)
)
(i32.store offset=4
(i32.add
- (get_local $5)
- (get_local $4)
+ (local.get $5)
+ (local.get $4)
)
(i32.const 40)
)
@@ -12606,45 +12606,45 @@
)
)
(i32.store
- (tee_local $4
+ (local.tee $4
(i32.add
- (get_local $11)
+ (local.get $11)
(i32.const 4)
)
)
(i32.const 27)
)
(i32.store
- (get_local $12)
+ (local.get $12)
(i32.load
(i32.const 624)
)
)
(i32.store offset=4
- (get_local $12)
+ (local.get $12)
(i32.load
(i32.const 628)
)
)
(i32.store offset=8
- (get_local $12)
+ (local.get $12)
(i32.load
(i32.const 632)
)
)
(i32.store offset=12
- (get_local $12)
+ (local.get $12)
(i32.load
(i32.const 636)
)
)
(i32.store
(i32.const 624)
- (get_local $1)
+ (local.get $1)
)
(i32.store
(i32.const 628)
- (get_local $3)
+ (local.get $3)
)
(i32.store
(i32.const 636)
@@ -12652,19 +12652,19 @@
)
(i32.store
(i32.const 632)
- (get_local $12)
+ (local.get $12)
)
- (set_local $1
+ (local.set $1
(i32.add
- (get_local $11)
+ (local.get $11)
(i32.const 24)
)
)
(loop $while-in72
(i32.store
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 4)
)
)
@@ -12673,60 +12673,60 @@
(br_if $while-in72
(i32.lt_u
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 4)
)
- (get_local $2)
+ (local.get $2)
)
)
)
(if
(i32.ne
- (get_local $11)
- (get_local $6)
+ (local.get $11)
+ (local.get $6)
)
(block
(i32.store
- (get_local $4)
+ (local.get $4)
(i32.and
(i32.load
- (get_local $4)
+ (local.get $4)
)
(i32.const -2)
)
)
(i32.store offset=4
- (get_local $6)
+ (local.get $6)
(i32.or
- (tee_local $5
+ (local.tee $5
(i32.sub
- (get_local $11)
- (get_local $6)
+ (local.get $11)
+ (local.get $6)
)
)
(i32.const 1)
)
)
(i32.store
- (get_local $11)
- (get_local $5)
+ (local.get $11)
+ (local.get $5)
)
- (set_local $1
+ (local.set $1
(i32.shr_u
- (get_local $5)
+ (local.get $5)
(i32.const 3)
)
)
(if
(i32.lt_u
- (get_local $5)
+ (local.get $5)
(i32.const 256)
)
(block
- (set_local $2
+ (local.set $2
(i32.add
(i32.shl
- (get_local $1)
+ (local.get $1)
(i32.const 3)
)
(i32.const 216)
@@ -12734,25 +12734,25 @@
)
(if
(i32.and
- (tee_local $3
+ (local.tee $3
(i32.load
(i32.const 176)
)
)
- (tee_local $1
+ (local.tee $1
(i32.shl
(i32.const 1)
- (get_local $1)
+ (local.get $1)
)
)
)
(if
(i32.lt_u
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 8)
)
)
@@ -12764,11 +12764,11 @@
)
(call $_abort)
(block
- (set_local $17
- (get_local $3)
+ (local.set $17
+ (local.get $3)
)
- (set_local $7
- (get_local $1)
+ (local.set $7
+ (local.get $1)
)
)
)
@@ -12776,80 +12776,80 @@
(i32.store
(i32.const 176)
(i32.or
- (get_local $3)
- (get_local $1)
+ (local.get $3)
+ (local.get $1)
)
)
- (set_local $17
+ (local.set $17
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 8)
)
)
- (set_local $7
- (get_local $2)
+ (local.set $7
+ (local.get $2)
)
)
)
(i32.store
- (get_local $17)
- (get_local $6)
+ (local.get $17)
+ (local.get $6)
)
(i32.store offset=12
- (get_local $7)
- (get_local $6)
+ (local.get $7)
+ (local.get $6)
)
(i32.store offset=8
- (get_local $6)
- (get_local $7)
+ (local.get $6)
+ (local.get $7)
)
(i32.store offset=12
- (get_local $6)
- (get_local $2)
+ (local.get $6)
+ (local.get $2)
)
(br $do-once40)
)
)
- (set_local $2
+ (local.set $2
(i32.add
(i32.shl
- (tee_local $4
+ (local.tee $4
(if (result i32)
- (tee_local $1
+ (local.tee $1
(i32.shr_u
- (get_local $5)
+ (local.get $5)
(i32.const 8)
)
)
(if (result i32)
(i32.gt_u
- (get_local $5)
+ (local.get $5)
(i32.const 16777215)
)
(i32.const 31)
(i32.or
(i32.and
(i32.shr_u
- (get_local $5)
+ (local.get $5)
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.shr_u
(i32.add
- (tee_local $3
+ (local.tee $3
(i32.shl
- (get_local $1)
- (tee_local $2
+ (local.get $1)
+ (local.tee $2
(i32.and
(i32.shr_u
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 1048320)
)
(i32.const 16)
@@ -12866,16 +12866,16 @@
(i32.const 4)
)
)
- (get_local $2)
+ (local.get $2)
)
- (tee_local $1
+ (local.tee $1
(i32.and
(i32.shr_u
(i32.add
- (tee_local $3
+ (local.tee $3
(i32.shl
- (get_local $3)
- (get_local $1)
+ (local.get $3)
+ (local.get $1)
)
)
(i32.const 245760)
@@ -12889,8 +12889,8 @@
)
(i32.shr_u
(i32.shl
- (get_local $3)
- (get_local $1)
+ (local.get $3)
+ (local.get $1)
)
(i32.const 15)
)
@@ -12902,7 +12902,7 @@
(i32.const 1)
)
(i32.shl
- (get_local $1)
+ (local.get $1)
(i32.const 1)
)
)
@@ -12916,29 +12916,29 @@
)
)
(i32.store offset=28
- (get_local $6)
- (get_local $4)
+ (local.get $6)
+ (local.get $4)
)
(i32.store offset=20
- (get_local $6)
+ (local.get $6)
(i32.const 0)
)
(i32.store
- (get_local $10)
+ (local.get $10)
(i32.const 0)
)
(if
(i32.eqz
(i32.and
- (tee_local $3
+ (local.tee $3
(i32.load
(i32.const 180)
)
)
- (tee_local $1
+ (local.tee $1
(i32.shl
(i32.const 1)
- (get_local $4)
+ (local.get $4)
)
)
)
@@ -12947,51 +12947,51 @@
(i32.store
(i32.const 180)
(i32.or
- (get_local $3)
- (get_local $1)
+ (local.get $3)
+ (local.get $1)
)
)
(i32.store
- (get_local $2)
- (get_local $6)
+ (local.get $2)
+ (local.get $6)
)
(i32.store offset=24
- (get_local $6)
- (get_local $2)
+ (local.get $6)
+ (local.get $2)
)
(i32.store offset=12
- (get_local $6)
- (get_local $6)
+ (local.get $6)
+ (local.get $6)
)
(i32.store offset=8
- (get_local $6)
- (get_local $6)
+ (local.get $6)
+ (local.get $6)
)
(br $do-once40)
)
)
- (set_local $4
+ (local.set $4
(i32.shl
- (get_local $5)
+ (local.get $5)
(select
(i32.const 0)
(i32.sub
(i32.const 25)
(i32.shr_u
- (get_local $4)
+ (local.get $4)
(i32.const 1)
)
)
(i32.eq
- (get_local $4)
+ (local.get $4)
(i32.const 31)
)
)
)
)
- (set_local $1
+ (local.set $1
(i32.load
- (get_local $2)
+ (local.get $2)
)
)
(block $__rjto$9
@@ -13001,31 +13001,31 @@
(i32.eq
(i32.and
(i32.load offset=4
- (get_local $1)
+ (local.get $1)
)
(i32.const -8)
)
- (get_local $5)
+ (local.get $5)
)
)
- (set_local $2
+ (local.set $2
(i32.shl
- (get_local $4)
+ (local.get $4)
(i32.const 1)
)
)
(if
- (tee_local $3
+ (local.tee $3
(i32.load
- (tee_local $4
+ (local.tee $4
(i32.add
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 16)
)
(i32.shl
(i32.shr_u
- (get_local $4)
+ (local.get $4)
(i32.const 31)
)
(i32.const 2)
@@ -13035,11 +13035,11 @@
)
)
(block
- (set_local $4
- (get_local $2)
+ (local.set $4
+ (local.get $2)
)
- (set_local $1
- (get_local $3)
+ (local.set $1
+ (local.get $3)
)
(br $while-in74)
)
@@ -13047,7 +13047,7 @@
)
(if
(i32.lt_u
- (get_local $4)
+ (local.get $4)
(i32.load
(i32.const 192)
)
@@ -13055,20 +13055,20 @@
(call $_abort)
(block
(i32.store
- (get_local $4)
- (get_local $6)
+ (local.get $4)
+ (local.get $6)
)
(i32.store offset=24
- (get_local $6)
- (get_local $1)
+ (local.get $6)
+ (local.get $1)
)
(i32.store offset=12
- (get_local $6)
- (get_local $6)
+ (local.get $6)
+ (local.get $6)
)
(i32.store offset=8
- (get_local $6)
- (get_local $6)
+ (local.get $6)
+ (local.get $6)
)
(br $do-once40)
)
@@ -13078,46 +13078,46 @@
(if
(i32.and
(i32.ge_u
- (tee_local $4
+ (local.tee $4
(i32.load
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
)
)
- (tee_local $3
+ (local.tee $3
(i32.load
(i32.const 192)
)
)
)
(i32.ge_u
- (get_local $1)
- (get_local $3)
+ (local.get $1)
+ (local.get $3)
)
)
(block
(i32.store offset=12
- (get_local $4)
- (get_local $6)
+ (local.get $4)
+ (local.get $6)
)
(i32.store
- (get_local $2)
- (get_local $6)
+ (local.get $2)
+ (local.get $6)
)
(i32.store offset=8
- (get_local $6)
- (get_local $4)
+ (local.get $6)
+ (local.get $4)
)
(i32.store offset=12
- (get_local $6)
- (get_local $1)
+ (local.get $6)
+ (local.get $1)
)
(i32.store offset=24
- (get_local $6)
+ (local.get $6)
(i32.const 0)
)
)
@@ -13131,29 +13131,29 @@
(if
(i32.or
(i32.eqz
- (tee_local $2
+ (local.tee $2
(i32.load
(i32.const 192)
)
)
)
(i32.lt_u
- (get_local $1)
- (get_local $2)
+ (local.get $1)
+ (local.get $2)
)
)
(i32.store
(i32.const 192)
- (get_local $1)
+ (local.get $1)
)
)
(i32.store
(i32.const 624)
- (get_local $1)
+ (local.get $1)
)
(i32.store
(i32.const 628)
- (get_local $3)
+ (local.get $3)
)
(i32.store
(i32.const 636)
@@ -13169,31 +13169,31 @@
(i32.const 208)
(i32.const -1)
)
- (set_local $2
+ (local.set $2
(i32.const 0)
)
(loop $while-in43
(i32.store offset=12
- (tee_local $4
+ (local.tee $4
(i32.add
(i32.shl
- (get_local $2)
+ (local.get $2)
(i32.const 3)
)
(i32.const 216)
)
)
- (get_local $4)
+ (local.get $4)
)
(i32.store offset=8
- (get_local $4)
- (get_local $4)
+ (local.get $4)
+ (local.get $4)
)
(br_if $while-in43
(i32.ne
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 1)
)
)
@@ -13203,17 +13203,17 @@
)
(i32.store
(i32.const 200)
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $1)
- (tee_local $1
+ (local.get $1)
+ (local.tee $1
(select
(i32.and
(i32.sub
(i32.const 0)
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
@@ -13222,7 +13222,7 @@
)
(i32.const 0)
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 7)
)
)
@@ -13232,27 +13232,27 @@
)
(i32.store
(i32.const 188)
- (tee_local $1
+ (local.tee $1
(i32.sub
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const -40)
)
- (get_local $1)
+ (local.get $1)
)
)
)
(i32.store offset=4
- (get_local $2)
+ (local.get $2)
(i32.or
- (get_local $1)
+ (local.get $1)
(i32.const 1)
)
)
(i32.store offset=4
(i32.add
- (get_local $2)
- (get_local $1)
+ (local.get $2)
+ (local.get $1)
)
(i32.const 40)
)
@@ -13267,12 +13267,12 @@
)
(br_if $folding-inner0
(i32.gt_u
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 188)
)
)
- (get_local $0)
+ (local.get $0)
)
)
)
@@ -13286,42 +13286,42 @@
)
(i32.store
(i32.const 188)
- (tee_local $3
+ (local.tee $3
(i32.sub
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
)
(i32.store
(i32.const 200)
- (tee_local $1
+ (local.tee $1
(i32.add
- (tee_local $2
+ (local.tee $2
(i32.load
(i32.const 200)
)
)
- (get_local $0)
+ (local.get $0)
)
)
)
(i32.store offset=4
- (get_local $1)
+ (local.get $1)
(i32.or
- (get_local $3)
+ (local.get $3)
(i32.const 1)
)
)
(i32.store offset=4
- (get_local $2)
+ (local.get $2)
(i32.or
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
)
(i32.add
- (get_local $2)
+ (local.get $2)
(i32.const 8)
)
)
@@ -13343,19 +13343,19 @@
(local $15 i32)
(if
(i32.eqz
- (get_local $0)
+ (local.get $0)
)
(return)
)
(if
(i32.lt_u
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const -8)
)
)
- (tee_local $11
+ (local.tee $11
(i32.load
(i32.const 192)
)
@@ -13365,12 +13365,12 @@
)
(if
(i32.eq
- (tee_local $5
+ (local.tee $5
(i32.and
- (tee_local $7
+ (local.tee $7
(i32.load
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const -4)
)
)
@@ -13382,12 +13382,12 @@
)
(call $_abort)
)
- (set_local $8
+ (local.set $8
(i32.add
- (get_local $1)
- (tee_local $0
+ (local.get $1)
+ (local.tee $0
(i32.and
- (get_local $7)
+ (local.get $7)
(i32.const -8)
)
)
@@ -13396,53 +13396,53 @@
(block $do-once
(if
(i32.and
- (get_local $7)
+ (local.get $7)
(i32.const 1)
)
(block
- (set_local $2
- (get_local $1)
+ (local.set $2
+ (local.get $1)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
)
(block
- (set_local $7
+ (local.set $7
(i32.load
- (get_local $1)
+ (local.get $1)
)
)
(if
(i32.eqz
- (get_local $5)
+ (local.get $5)
)
(return)
)
(if
(i32.lt_u
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.sub
(i32.const 0)
- (get_local $7)
+ (local.get $7)
)
)
)
- (get_local $11)
+ (local.get $11)
)
(call $_abort)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $7)
- (get_local $0)
+ (local.get $7)
+ (local.get $0)
)
)
(if
(i32.eq
- (get_local $1)
+ (local.get $1)
(i32.load
(i32.const 196)
)
@@ -13451,11 +13451,11 @@
(if
(i32.ne
(i32.and
- (tee_local $3
+ (local.tee $3
(i32.load
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.const 4)
)
)
@@ -13466,71 +13466,71 @@
(i32.const 3)
)
(block
- (set_local $2
- (get_local $1)
+ (local.set $2
+ (local.get $1)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
(br $do-once)
)
)
(i32.store
(i32.const 184)
- (get_local $0)
+ (local.get $0)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.and
- (get_local $3)
+ (local.get $3)
(i32.const -2)
)
)
(i32.store offset=4
- (get_local $1)
+ (local.get $1)
(i32.or
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
(i32.store
(i32.add
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
- (get_local $0)
+ (local.get $0)
)
(return)
)
)
- (set_local $5
+ (local.set $5
(i32.shr_u
- (get_local $7)
+ (local.get $7)
(i32.const 3)
)
)
(if
(i32.lt_u
- (get_local $7)
+ (local.get $7)
(i32.const 256)
)
(block
- (set_local $6
+ (local.set $6
(i32.load offset=12
- (get_local $1)
+ (local.get $1)
)
)
(if
(i32.ne
- (tee_local $2
+ (local.tee $2
(i32.load offset=8
- (get_local $1)
+ (local.get $1)
)
)
- (tee_local $3
+ (local.tee $3
(i32.add
(i32.shl
- (get_local $5)
+ (local.get $5)
(i32.const 3)
)
(i32.const 216)
@@ -13540,17 +13540,17 @@
(block
(if
(i32.lt_u
- (get_local $2)
- (get_local $11)
+ (local.get $2)
+ (local.get $11)
)
(call $_abort)
)
(if
(i32.ne
(i32.load offset=12
- (get_local $2)
+ (local.get $2)
)
- (get_local $1)
+ (local.get $1)
)
(call $_abort)
)
@@ -13558,8 +13558,8 @@
)
(if
(i32.eq
- (get_local $6)
- (get_local $2)
+ (local.get $6)
+ (local.get $2)
)
(block
(i32.store
@@ -13571,101 +13571,101 @@
(i32.xor
(i32.shl
(i32.const 1)
- (get_local $5)
+ (local.get $5)
)
(i32.const -1)
)
)
)
- (set_local $2
- (get_local $1)
+ (local.set $2
+ (local.get $1)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
(br $do-once)
)
)
(if
(i32.eq
- (get_local $6)
- (get_local $3)
+ (local.get $6)
+ (local.get $3)
)
- (set_local $4
+ (local.set $4
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 8)
)
)
(block
(if
(i32.lt_u
- (get_local $6)
- (get_local $11)
+ (local.get $6)
+ (local.get $11)
)
(call $_abort)
)
(if
(i32.eq
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 8)
)
)
)
- (get_local $1)
+ (local.get $1)
)
- (set_local $4
- (get_local $3)
+ (local.set $4
+ (local.get $3)
)
(call $_abort)
)
)
)
(i32.store offset=12
- (get_local $2)
- (get_local $6)
+ (local.get $2)
+ (local.get $6)
)
(i32.store
- (get_local $4)
- (get_local $2)
+ (local.get $4)
+ (local.get $2)
)
- (set_local $2
- (get_local $1)
+ (local.set $2
+ (local.get $1)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
(br $do-once)
)
)
- (set_local $12
+ (local.set $12
(i32.load offset=24
- (get_local $1)
+ (local.get $1)
)
)
(block $do-once0
(if
(i32.eq
- (tee_local $4
+ (local.tee $4
(i32.load offset=12
- (get_local $1)
+ (local.get $1)
)
)
- (get_local $1)
+ (local.get $1)
)
(block
(if
(i32.eqz
- (tee_local $5
+ (local.tee $5
(i32.load
- (tee_local $4
+ (local.tee $4
(i32.add
- (tee_local $7
+ (local.tee $7
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 16)
)
)
@@ -13676,16 +13676,16 @@
)
)
(if
- (tee_local $5
+ (local.tee $5
(i32.load
- (get_local $7)
+ (local.get $7)
)
)
- (set_local $4
- (get_local $7)
+ (local.set $4
+ (local.get $7)
)
(block
- (set_local $6
+ (local.set $6
(i32.const 0)
)
(br $do-once0)
@@ -13694,43 +13694,43 @@
)
(loop $while-in
(if
- (tee_local $7
+ (local.tee $7
(i32.load
- (tee_local $10
+ (local.tee $10
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 20)
)
)
)
)
(block
- (set_local $5
- (get_local $7)
+ (local.set $5
+ (local.get $7)
)
- (set_local $4
- (get_local $10)
+ (local.set $4
+ (local.get $10)
)
(br $while-in)
)
)
(if
- (tee_local $7
+ (local.tee $7
(i32.load
- (tee_local $10
+ (local.tee $10
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const 16)
)
)
)
)
(block
- (set_local $5
- (get_local $7)
+ (local.set $5
+ (local.get $7)
)
- (set_local $4
- (get_local $10)
+ (local.set $4
+ (local.get $10)
)
(br $while-in)
)
@@ -13738,17 +13738,17 @@
)
(if
(i32.lt_u
- (get_local $4)
- (get_local $11)
+ (local.get $4)
+ (local.get $11)
)
(call $_abort)
(block
(i32.store
- (get_local $4)
+ (local.get $4)
(i32.const 0)
)
- (set_local $6
- (get_local $5)
+ (local.set $6
+ (local.get $5)
)
)
)
@@ -13756,52 +13756,52 @@
(block
(if
(i32.lt_u
- (tee_local $10
+ (local.tee $10
(i32.load offset=8
- (get_local $1)
+ (local.get $1)
)
)
- (get_local $11)
+ (local.get $11)
)
(call $_abort)
)
(if
(i32.ne
(i32.load
- (tee_local $7
+ (local.tee $7
(i32.add
- (get_local $10)
+ (local.get $10)
(i32.const 12)
)
)
)
- (get_local $1)
+ (local.get $1)
)
(call $_abort)
)
(if
(i32.eq
(i32.load
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 8)
)
)
)
- (get_local $1)
+ (local.get $1)
)
(block
(i32.store
- (get_local $7)
- (get_local $4)
+ (local.get $7)
+ (local.get $4)
)
(i32.store
- (get_local $5)
- (get_local $10)
+ (local.get $5)
+ (local.get $10)
)
- (set_local $6
- (get_local $4)
+ (local.set $6
+ (local.get $4)
)
)
(call $_abort)
@@ -13810,18 +13810,18 @@
)
)
(if
- (get_local $12)
+ (local.get $12)
(block
(if
(i32.eq
- (get_local $1)
+ (local.get $1)
(i32.load
- (tee_local $4
+ (local.tee $4
(i32.add
(i32.shl
- (tee_local $5
+ (local.tee $5
(i32.load offset=28
- (get_local $1)
+ (local.get $1)
)
)
(i32.const 2)
@@ -13833,12 +13833,12 @@
)
(block
(i32.store
- (get_local $4)
- (get_local $6)
+ (local.get $4)
+ (local.get $6)
)
(if
(i32.eqz
- (get_local $6)
+ (local.get $6)
)
(block
(i32.store
@@ -13850,17 +13850,17 @@
(i32.xor
(i32.shl
(i32.const 1)
- (get_local $5)
+ (local.get $5)
)
(i32.const -1)
)
)
)
- (set_local $2
- (get_local $1)
+ (local.set $2
+ (local.get $1)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
(br $do-once)
)
@@ -13869,7 +13869,7 @@
(block
(if
(i32.lt_u
- (get_local $12)
+ (local.get $12)
(i32.load
(i32.const 192)
)
@@ -13879,34 +13879,34 @@
(if
(i32.eq
(i32.load
- (tee_local $4
+ (local.tee $4
(i32.add
- (get_local $12)
+ (local.get $12)
(i32.const 16)
)
)
)
- (get_local $1)
+ (local.get $1)
)
(i32.store
- (get_local $4)
- (get_local $6)
+ (local.get $4)
+ (local.get $6)
)
(i32.store offset=20
- (get_local $12)
- (get_local $6)
+ (local.get $12)
+ (local.get $6)
)
)
(if
(i32.eqz
- (get_local $6)
+ (local.get $6)
)
(block
- (set_local $2
- (get_local $1)
+ (local.set $2
+ (local.get $1)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
(br $do-once)
)
@@ -13915,8 +13915,8 @@
)
(if
(i32.lt_u
- (get_local $6)
- (tee_local $5
+ (local.get $6)
+ (local.tee $5
(i32.load
(i32.const 192)
)
@@ -13925,15 +13925,15 @@
(call $_abort)
)
(i32.store offset=24
- (get_local $6)
- (get_local $12)
+ (local.get $6)
+ (local.get $12)
)
(if
- (tee_local $7
+ (local.tee $7
(i32.load
- (tee_local $4
+ (local.tee $4
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 16)
)
)
@@ -13941,31 +13941,31 @@
)
(if
(i32.lt_u
- (get_local $7)
- (get_local $5)
+ (local.get $7)
+ (local.get $5)
)
(call $_abort)
(block
(i32.store offset=16
- (get_local $6)
- (get_local $7)
+ (local.get $6)
+ (local.get $7)
)
(i32.store offset=24
- (get_local $7)
- (get_local $6)
+ (local.get $7)
+ (local.get $6)
)
)
)
)
(if
- (tee_local $4
+ (local.tee $4
(i32.load offset=4
- (get_local $4)
+ (local.get $4)
)
)
(if
(i32.lt_u
- (get_local $4)
+ (local.get $4)
(i32.load
(i32.const 192)
)
@@ -13973,37 +13973,37 @@
(call $_abort)
(block
(i32.store offset=20
- (get_local $6)
- (get_local $4)
+ (local.get $6)
+ (local.get $4)
)
(i32.store offset=24
- (get_local $4)
- (get_local $6)
+ (local.get $4)
+ (local.get $6)
)
- (set_local $2
- (get_local $1)
+ (local.set $2
+ (local.get $1)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
)
)
(block
- (set_local $2
- (get_local $1)
+ (local.set $2
+ (local.get $1)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
)
)
)
(block
- (set_local $2
- (get_local $1)
+ (local.set $2
+ (local.get $1)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
)
)
@@ -14012,19 +14012,19 @@
)
(if
(i32.ge_u
- (get_local $2)
- (get_local $8)
+ (local.get $2)
+ (local.get $8)
)
(call $_abort)
)
(if
(i32.eqz
(i32.and
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.const 4)
)
)
@@ -14037,36 +14037,36 @@
)
(if
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 2)
)
(block
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const -2)
)
)
(i32.store offset=4
- (get_local $2)
+ (local.get $2)
(i32.or
- (get_local $3)
+ (local.get $3)
(i32.const 1)
)
)
(i32.store
(i32.add
- (get_local $2)
- (get_local $3)
+ (local.get $2)
+ (local.get $3)
)
- (get_local $3)
+ (local.get $3)
)
)
(block
(if
(i32.eq
- (get_local $8)
+ (local.get $8)
(i32.load
(i32.const 200)
)
@@ -14074,29 +14074,29 @@
(block
(i32.store
(i32.const 188)
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.load
(i32.const 188)
)
- (get_local $3)
+ (local.get $3)
)
)
)
(i32.store
(i32.const 200)
- (get_local $2)
+ (local.get $2)
)
(i32.store offset=4
- (get_local $2)
+ (local.get $2)
(i32.or
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
(if
(i32.ne
- (get_local $2)
+ (local.get $2)
(i32.load
(i32.const 196)
)
@@ -14116,7 +14116,7 @@
)
(if
(i32.eq
- (get_local $8)
+ (local.get $8)
(i32.load
(i32.const 196)
)
@@ -14124,74 +14124,74 @@
(block
(i32.store
(i32.const 184)
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.load
(i32.const 184)
)
- (get_local $3)
+ (local.get $3)
)
)
)
(i32.store
(i32.const 196)
- (get_local $2)
+ (local.get $2)
)
(i32.store offset=4
- (get_local $2)
+ (local.get $2)
(i32.or
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
(i32.store
(i32.add
- (get_local $2)
- (get_local $0)
+ (local.get $2)
+ (local.get $0)
)
- (get_local $0)
+ (local.get $0)
)
(return)
)
)
- (set_local $5
+ (local.set $5
(i32.add
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const -8)
)
- (get_local $3)
+ (local.get $3)
)
)
- (set_local $3
+ (local.set $3
(i32.shr_u
- (get_local $1)
+ (local.get $1)
(i32.const 3)
)
)
(block $do-once4
(if
(i32.lt_u
- (get_local $1)
+ (local.get $1)
(i32.const 256)
)
(block
- (set_local $4
+ (local.set $4
(i32.load offset=12
- (get_local $8)
+ (local.get $8)
)
)
(if
(i32.ne
- (tee_local $1
+ (local.tee $1
(i32.load offset=8
- (get_local $8)
+ (local.get $8)
)
)
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.shl
- (get_local $3)
+ (local.get $3)
(i32.const 3)
)
(i32.const 216)
@@ -14201,7 +14201,7 @@
(block
(if
(i32.lt_u
- (get_local $1)
+ (local.get $1)
(i32.load
(i32.const 192)
)
@@ -14211,9 +14211,9 @@
(if
(i32.ne
(i32.load offset=12
- (get_local $1)
+ (local.get $1)
)
- (get_local $8)
+ (local.get $8)
)
(call $_abort)
)
@@ -14221,8 +14221,8 @@
)
(if
(i32.eq
- (get_local $4)
- (get_local $1)
+ (local.get $4)
+ (local.get $1)
)
(block
(i32.store
@@ -14234,7 +14234,7 @@
(i32.xor
(i32.shl
(i32.const 1)
- (get_local $3)
+ (local.get $3)
)
(i32.const -1)
)
@@ -14245,19 +14245,19 @@
)
(if
(i32.eq
- (get_local $4)
- (get_local $0)
+ (local.get $4)
+ (local.get $0)
)
- (set_local $14
+ (local.set $14
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 8)
)
)
(block
(if
(i32.lt_u
- (get_local $4)
+ (local.get $4)
(i32.load
(i32.const 192)
)
@@ -14267,57 +14267,57 @@
(if
(i32.eq
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 8)
)
)
)
- (get_local $8)
+ (local.get $8)
)
- (set_local $14
- (get_local $0)
+ (local.set $14
+ (local.get $0)
)
(call $_abort)
)
)
)
(i32.store offset=12
- (get_local $1)
- (get_local $4)
+ (local.get $1)
+ (local.get $4)
)
(i32.store
- (get_local $14)
- (get_local $1)
+ (local.get $14)
+ (local.get $1)
)
)
(block
- (set_local $6
+ (local.set $6
(i32.load offset=24
- (get_local $8)
+ (local.get $8)
)
)
(block $do-once6
(if
(i32.eq
- (tee_local $0
+ (local.tee $0
(i32.load offset=12
- (get_local $8)
+ (local.get $8)
)
)
- (get_local $8)
+ (local.get $8)
)
(block
(if
(i32.eqz
- (tee_local $3
+ (local.tee $3
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.const 16)
)
)
@@ -14328,16 +14328,16 @@
)
)
(if
- (tee_local $3
+ (local.tee $3
(i32.load
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $0
- (get_local $1)
+ (local.set $0
+ (local.get $1)
)
(block
- (set_local $9
+ (local.set $9
(i32.const 0)
)
(br $do-once6)
@@ -14346,43 +14346,43 @@
)
(loop $while-in9
(if
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $4
+ (local.tee $4
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const 20)
)
)
)
)
(block
- (set_local $3
- (get_local $1)
+ (local.set $3
+ (local.get $1)
)
- (set_local $0
- (get_local $4)
+ (local.set $0
+ (local.get $4)
)
(br $while-in9)
)
)
(if
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $4
+ (local.tee $4
(i32.add
- (get_local $3)
+ (local.get $3)
(i32.const 16)
)
)
)
)
(block
- (set_local $3
- (get_local $1)
+ (local.set $3
+ (local.get $1)
)
- (set_local $0
- (get_local $4)
+ (local.set $0
+ (local.get $4)
)
(br $while-in9)
)
@@ -14390,7 +14390,7 @@
)
(if
(i32.lt_u
- (get_local $0)
+ (local.get $0)
(i32.load
(i32.const 192)
)
@@ -14398,11 +14398,11 @@
(call $_abort)
(block
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
- (set_local $9
- (get_local $3)
+ (local.set $9
+ (local.get $3)
)
)
)
@@ -14410,9 +14410,9 @@
(block
(if
(i32.lt_u
- (tee_local $4
+ (local.tee $4
(i32.load offset=8
- (get_local $8)
+ (local.get $8)
)
)
(i32.load
@@ -14424,40 +14424,40 @@
(if
(i32.ne
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 12)
)
)
)
- (get_local $8)
+ (local.get $8)
)
(call $_abort)
)
(if
(i32.eq
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 8)
)
)
)
- (get_local $8)
+ (local.get $8)
)
(block
(i32.store
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
(i32.store
- (get_local $3)
- (get_local $4)
+ (local.get $3)
+ (local.get $4)
)
- (set_local $9
- (get_local $0)
+ (local.set $9
+ (local.get $0)
)
)
(call $_abort)
@@ -14466,18 +14466,18 @@
)
)
(if
- (get_local $6)
+ (local.get $6)
(block
(if
(i32.eq
- (get_local $8)
+ (local.get $8)
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.shl
- (tee_local $3
+ (local.tee $3
(i32.load offset=28
- (get_local $8)
+ (local.get $8)
)
)
(i32.const 2)
@@ -14489,12 +14489,12 @@
)
(block
(i32.store
- (get_local $0)
- (get_local $9)
+ (local.get $0)
+ (local.get $9)
)
(if
(i32.eqz
- (get_local $9)
+ (local.get $9)
)
(block
(i32.store
@@ -14506,7 +14506,7 @@
(i32.xor
(i32.shl
(i32.const 1)
- (get_local $3)
+ (local.get $3)
)
(i32.const -1)
)
@@ -14519,7 +14519,7 @@
(block
(if
(i32.lt_u
- (get_local $6)
+ (local.get $6)
(i32.load
(i32.const 192)
)
@@ -14529,35 +14529,35 @@
(if
(i32.eq
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $6)
+ (local.get $6)
(i32.const 16)
)
)
)
- (get_local $8)
+ (local.get $8)
)
(i32.store
- (get_local $0)
- (get_local $9)
+ (local.get $0)
+ (local.get $9)
)
(i32.store offset=20
- (get_local $6)
- (get_local $9)
+ (local.get $6)
+ (local.get $9)
)
)
(br_if $do-once4
(i32.eqz
- (get_local $9)
+ (local.get $9)
)
)
)
)
(if
(i32.lt_u
- (get_local $9)
- (tee_local $3
+ (local.get $9)
+ (local.tee $3
(i32.load
(i32.const 192)
)
@@ -14566,15 +14566,15 @@
(call $_abort)
)
(i32.store offset=24
- (get_local $9)
- (get_local $6)
+ (local.get $9)
+ (local.get $6)
)
(if
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $0
+ (local.tee $0
(i32.add
- (get_local $8)
+ (local.get $8)
(i32.const 16)
)
)
@@ -14582,31 +14582,31 @@
)
(if
(i32.lt_u
- (get_local $1)
- (get_local $3)
+ (local.get $1)
+ (local.get $3)
)
(call $_abort)
(block
(i32.store offset=16
- (get_local $9)
- (get_local $1)
+ (local.get $9)
+ (local.get $1)
)
(i32.store offset=24
- (get_local $1)
- (get_local $9)
+ (local.get $1)
+ (local.get $9)
)
)
)
)
(if
- (tee_local $0
+ (local.tee $0
(i32.load offset=4
- (get_local $0)
+ (local.get $0)
)
)
(if
(i32.lt_u
- (get_local $0)
+ (local.get $0)
(i32.load
(i32.const 192)
)
@@ -14614,12 +14614,12 @@
(call $_abort)
(block
(i32.store offset=20
- (get_local $9)
- (get_local $0)
+ (local.get $9)
+ (local.get $0)
)
(i32.store offset=24
- (get_local $0)
- (get_local $9)
+ (local.get $0)
+ (local.get $9)
)
)
)
@@ -14630,22 +14630,22 @@
)
)
(i32.store offset=4
- (get_local $2)
+ (local.get $2)
(i32.or
- (get_local $5)
+ (local.get $5)
(i32.const 1)
)
)
(i32.store
(i32.add
- (get_local $2)
- (get_local $5)
+ (local.get $2)
+ (local.get $5)
)
- (get_local $5)
+ (local.get $5)
)
(if
(i32.eq
- (get_local $2)
+ (local.get $2)
(i32.load
(i32.const 196)
)
@@ -14653,32 +14653,32 @@
(block
(i32.store
(i32.const 184)
- (get_local $5)
+ (local.get $5)
)
(return)
)
- (set_local $3
- (get_local $5)
+ (local.set $3
+ (local.get $5)
)
)
)
)
- (set_local $0
+ (local.set $0
(i32.shr_u
- (get_local $3)
+ (local.get $3)
(i32.const 3)
)
)
(if
(i32.lt_u
- (get_local $3)
+ (local.get $3)
(i32.const 256)
)
(block
- (set_local $1
+ (local.set $1
(i32.add
(i32.shl
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
(i32.const 216)
@@ -14686,25 +14686,25 @@
)
(if
(i32.and
- (tee_local $3
+ (local.tee $3
(i32.load
(i32.const 176)
)
)
- (tee_local $0
+ (local.tee $0
(i32.shl
(i32.const 1)
- (get_local $0)
+ (local.get $0)
)
)
)
(if
(i32.lt_u
- (tee_local $0
+ (local.tee $0
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
@@ -14716,11 +14716,11 @@
)
(call $_abort)
(block
- (set_local $15
- (get_local $3)
+ (local.set $15
+ (local.get $3)
)
- (set_local $13
- (get_local $0)
+ (local.set $13
+ (local.get $0)
)
)
)
@@ -14728,80 +14728,80 @@
(i32.store
(i32.const 176)
(i32.or
- (get_local $3)
- (get_local $0)
+ (local.get $3)
+ (local.get $0)
)
)
- (set_local $15
+ (local.set $15
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
- (set_local $13
- (get_local $1)
+ (local.set $13
+ (local.get $1)
)
)
)
(i32.store
- (get_local $15)
- (get_local $2)
+ (local.get $15)
+ (local.get $2)
)
(i32.store offset=12
- (get_local $13)
- (get_local $2)
+ (local.get $13)
+ (local.get $2)
)
(i32.store offset=8
- (get_local $2)
- (get_local $13)
+ (local.get $2)
+ (local.get $13)
)
(i32.store offset=12
- (get_local $2)
- (get_local $1)
+ (local.get $2)
+ (local.get $1)
)
(return)
)
)
- (set_local $4
+ (local.set $4
(i32.add
(i32.shl
- (tee_local $5
+ (local.tee $5
(if (result i32)
- (tee_local $0
+ (local.tee $0
(i32.shr_u
- (get_local $3)
+ (local.get $3)
(i32.const 8)
)
)
(if (result i32)
(i32.gt_u
- (get_local $3)
+ (local.get $3)
(i32.const 16777215)
)
(i32.const 31)
(i32.or
(i32.and
(i32.shr_u
- (get_local $3)
+ (local.get $3)
(i32.add
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.sub
(i32.const 14)
(i32.or
(i32.or
- (tee_local $0
+ (local.tee $0
(i32.and
(i32.shr_u
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.shl
- (get_local $0)
- (tee_local $4
+ (local.get $0)
+ (local.tee $4
(i32.and
(i32.shr_u
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1048320)
)
(i32.const 16)
@@ -14818,16 +14818,16 @@
(i32.const 4)
)
)
- (get_local $4)
+ (local.get $4)
)
- (tee_local $0
+ (local.tee $0
(i32.and
(i32.shr_u
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.shl
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(i32.const 245760)
@@ -14841,8 +14841,8 @@
)
(i32.shr_u
(i32.shl
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
(i32.const 15)
)
@@ -14854,7 +14854,7 @@
(i32.const 1)
)
(i32.shl
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
@@ -14868,55 +14868,55 @@
)
)
(i32.store offset=28
- (get_local $2)
- (get_local $5)
+ (local.get $2)
+ (local.get $5)
)
(i32.store offset=20
- (get_local $2)
+ (local.get $2)
(i32.const 0)
)
(i32.store offset=16
- (get_local $2)
+ (local.get $2)
(i32.const 0)
)
(block $do-once12
(if
(i32.and
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 180)
)
)
- (tee_local $0
+ (local.tee $0
(i32.shl
(i32.const 1)
- (get_local $5)
+ (local.get $5)
)
)
)
(block
- (set_local $5
+ (local.set $5
(i32.shl
- (get_local $3)
+ (local.get $3)
(select
(i32.const 0)
(i32.sub
(i32.const 25)
(i32.shr_u
- (get_local $5)
+ (local.get $5)
(i32.const 1)
)
)
(i32.eq
- (get_local $5)
+ (local.get $5)
(i32.const 31)
)
)
)
)
- (set_local $0
+ (local.set $0
(i32.load
- (get_local $4)
+ (local.get $4)
)
)
(block $__rjto$1
@@ -14926,31 +14926,31 @@
(i32.eq
(i32.and
(i32.load offset=4
- (get_local $0)
+ (local.get $0)
)
(i32.const -8)
)
- (get_local $3)
+ (local.get $3)
)
)
- (set_local $4
+ (local.set $4
(i32.shl
- (get_local $5)
+ (local.get $5)
(i32.const 1)
)
)
(if
- (tee_local $1
+ (local.tee $1
(i32.load
- (tee_local $5
+ (local.tee $5
(i32.add
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 16)
)
(i32.shl
(i32.shr_u
- (get_local $5)
+ (local.get $5)
(i32.const 31)
)
(i32.const 2)
@@ -14960,11 +14960,11 @@
)
)
(block
- (set_local $5
- (get_local $4)
+ (local.set $5
+ (local.get $4)
)
- (set_local $0
- (get_local $1)
+ (local.set $0
+ (local.get $1)
)
(br $while-in15)
)
@@ -14972,7 +14972,7 @@
)
(if
(i32.lt_u
- (get_local $5)
+ (local.get $5)
(i32.load
(i32.const 192)
)
@@ -14980,20 +14980,20 @@
(call $_abort)
(block
(i32.store
- (get_local $5)
- (get_local $2)
+ (local.get $5)
+ (local.get $2)
)
(i32.store offset=24
- (get_local $2)
- (get_local $0)
+ (local.get $2)
+ (local.get $0)
)
(i32.store offset=12
- (get_local $2)
- (get_local $2)
+ (local.get $2)
+ (local.get $2)
)
(i32.store offset=8
- (get_local $2)
- (get_local $2)
+ (local.get $2)
+ (local.get $2)
)
(br $do-once12)
)
@@ -15003,46 +15003,46 @@
(if
(i32.and
(i32.ge_u
- (tee_local $4
+ (local.tee $4
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 8)
)
)
)
)
- (tee_local $3
+ (local.tee $3
(i32.load
(i32.const 192)
)
)
)
(i32.ge_u
- (get_local $0)
- (get_local $3)
+ (local.get $0)
+ (local.get $3)
)
)
(block
(i32.store offset=12
- (get_local $4)
- (get_local $2)
+ (local.get $4)
+ (local.get $2)
)
(i32.store
- (get_local $1)
- (get_local $2)
+ (local.get $1)
+ (local.get $2)
)
(i32.store offset=8
- (get_local $2)
- (get_local $4)
+ (local.get $2)
+ (local.get $4)
)
(i32.store offset=12
- (get_local $2)
- (get_local $0)
+ (local.get $2)
+ (local.get $0)
)
(i32.store offset=24
- (get_local $2)
+ (local.get $2)
(i32.const 0)
)
)
@@ -15054,32 +15054,32 @@
(i32.store
(i32.const 180)
(i32.or
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(i32.store
- (get_local $4)
- (get_local $2)
+ (local.get $4)
+ (local.get $2)
)
(i32.store offset=24
- (get_local $2)
- (get_local $4)
+ (local.get $2)
+ (local.get $4)
)
(i32.store offset=12
- (get_local $2)
- (get_local $2)
+ (local.get $2)
+ (local.get $2)
)
(i32.store offset=8
- (get_local $2)
- (get_local $2)
+ (local.get $2)
+ (local.get $2)
)
)
)
)
(i32.store
(i32.const 208)
- (tee_local $0
+ (local.tee $0
(i32.add
(i32.load
(i32.const 208)
@@ -15089,25 +15089,25 @@
)
)
(if
- (get_local $0)
+ (local.get $0)
(return)
- (set_local $0
+ (local.set $0
(i32.const 632)
)
)
(loop $while-in17
- (set_local $0
+ (local.set $0
(i32.add
- (tee_local $3
+ (local.tee $3
(i32.load
- (get_local $0)
+ (local.get $0)
)
)
(i32.const 8)
)
)
(br_if $while-in17
- (get_local $3)
+ (local.get $3)
)
)
(i32.store
@@ -15119,97 +15119,97 @@
(nop)
)
(func $_i64Subtract (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
- (set_global $tempRet0
+ (global.set $tempRet0
(i32.sub
(i32.sub
- (get_local $1)
- (get_local $3)
+ (local.get $1)
+ (local.get $3)
)
(i32.gt_u
- (get_local $2)
- (get_local $0)
+ (local.get $2)
+ (local.get $0)
)
)
)
(i32.sub
- (get_local $0)
- (get_local $2)
+ (local.get $0)
+ (local.get $2)
)
)
(func $_i64Add (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(local $4 i32)
- (set_global $tempRet0
+ (global.set $tempRet0
(i32.add
(i32.add
- (get_local $1)
- (get_local $3)
+ (local.get $1)
+ (local.get $3)
)
(i32.lt_u
- (tee_local $4
+ (local.tee $4
(i32.add
- (get_local $0)
- (get_local $2)
+ (local.get $0)
+ (local.get $2)
)
)
- (get_local $0)
+ (local.get $0)
)
)
)
- (get_local $4)
+ (local.get $4)
)
(func $_memset (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
(local $4 i32)
(local $5 i32)
- (set_local $4
+ (local.set $4
(i32.add
- (get_local $0)
- (get_local $2)
+ (local.get $0)
+ (local.get $2)
)
)
(if
(i32.ge_s
- (get_local $2)
+ (local.get $2)
(i32.const 20)
)
(block
- (set_local $1
+ (local.set $1
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 255)
)
)
(if
- (tee_local $3
+ (local.tee $3
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
)
(block
- (set_local $3
+ (local.set $3
(i32.sub
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 4)
)
- (get_local $3)
+ (local.get $3)
)
)
(loop $while-in
(if
(i32.lt_s
- (get_local $0)
- (get_local $3)
+ (local.get $0)
+ (local.get $3)
)
(block
(i32.store8
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
@@ -15219,47 +15219,47 @@
)
)
)
- (set_local $3
+ (local.set $3
(i32.or
(i32.or
(i32.or
- (get_local $1)
+ (local.get $1)
(i32.shl
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
(i32.shl
- (get_local $1)
+ (local.get $1)
(i32.const 16)
)
)
(i32.shl
- (get_local $1)
+ (local.get $1)
(i32.const 24)
)
)
)
- (set_local $5
+ (local.set $5
(i32.and
- (get_local $4)
+ (local.get $4)
(i32.const -4)
)
)
(loop $while-in1
(if
(i32.lt_s
- (get_local $0)
- (get_local $5)
+ (local.get $0)
+ (local.get $5)
)
(block
(i32.store
- (get_local $0)
- (get_local $3)
+ (local.get $0)
+ (local.get $3)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 4)
)
)
@@ -15272,17 +15272,17 @@
(loop $while-in3
(if
(i32.lt_s
- (get_local $0)
- (get_local $4)
+ (local.get $0)
+ (local.get $4)
)
(block
(i32.store8
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
@@ -15291,56 +15291,56 @@
)
)
(i32.sub
- (get_local $0)
- (get_local $2)
+ (local.get $0)
+ (local.get $2)
)
)
(func $_bitshift64Lshr (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(if
(i32.lt_s
- (get_local $2)
+ (local.get $2)
(i32.const 32)
)
(block
- (set_global $tempRet0
+ (global.set $tempRet0
(i32.shr_u
- (get_local $1)
- (get_local $2)
+ (local.get $1)
+ (local.get $2)
)
)
(return
(i32.or
(i32.shr_u
- (get_local $0)
- (get_local $2)
+ (local.get $0)
+ (local.get $2)
)
(i32.shl
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.sub
(i32.shl
(i32.const 1)
- (get_local $2)
+ (local.get $2)
)
(i32.const 1)
)
)
(i32.sub
(i32.const 32)
- (get_local $2)
+ (local.get $2)
)
)
)
)
)
)
- (set_global $tempRet0
+ (global.set $tempRet0
(i32.const 0)
)
(i32.shr_u
- (get_local $1)
+ (local.get $1)
(i32.sub
- (get_local $2)
+ (local.get $2)
(i32.const 32)
)
)
@@ -15348,53 +15348,53 @@
(func $_bitshift64Shl (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(if
(i32.lt_s
- (get_local $2)
+ (local.get $2)
(i32.const 32)
)
(block
- (set_global $tempRet0
+ (global.set $tempRet0
(i32.or
(i32.shl
- (get_local $1)
- (get_local $2)
+ (local.get $1)
+ (local.get $2)
)
(i32.shr_u
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.shl
(i32.sub
(i32.shl
(i32.const 1)
- (get_local $2)
+ (local.get $2)
)
(i32.const 1)
)
(i32.sub
(i32.const 32)
- (get_local $2)
+ (local.get $2)
)
)
)
(i32.sub
(i32.const 32)
- (get_local $2)
+ (local.get $2)
)
)
)
)
(return
(i32.shl
- (get_local $0)
- (get_local $2)
+ (local.get $0)
+ (local.get $2)
)
)
)
)
- (set_global $tempRet0
+ (global.set $tempRet0
(i32.shl
- (get_local $0)
+ (local.get $0)
(i32.sub
- (get_local $2)
+ (local.get $2)
(i32.const 32)
)
)
@@ -15405,28 +15405,28 @@
(local $3 i32)
(if
(i32.ge_s
- (get_local $2)
+ (local.get $2)
(i32.const 4096)
)
(return
(call $_emscripten_memcpy_big
- (get_local $0)
- (get_local $1)
- (get_local $2)
+ (local.get $0)
+ (local.get $1)
+ (local.get $2)
)
)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
(if
(i32.eq
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 3)
)
)
@@ -15434,39 +15434,39 @@
(loop $while-in
(if
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
(block
(if
(i32.eqz
- (get_local $2)
+ (local.get $2)
)
(return
- (get_local $3)
+ (local.get $3)
)
)
(i32.store8
- (get_local $0)
+ (local.get $0)
(i32.load8_s
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
- (set_local $1
+ (local.set $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 1)
)
)
- (set_local $2
+ (local.set $2
(i32.sub
- (get_local $2)
+ (local.get $2)
(i32.const 1)
)
)
@@ -15477,31 +15477,31 @@
(loop $while-in1
(if
(i32.ge_s
- (get_local $2)
+ (local.get $2)
(i32.const 4)
)
(block
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.load
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 4)
)
)
- (set_local $1
+ (local.set $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 4)
)
)
- (set_local $2
+ (local.set $2
(i32.sub
- (get_local $2)
+ (local.get $2)
(i32.const 4)
)
)
@@ -15514,31 +15514,31 @@
(loop $while-in3
(if
(i32.gt_s
- (get_local $2)
+ (local.get $2)
(i32.const 0)
)
(block
(i32.store8
- (get_local $0)
+ (local.get $0)
(i32.load8_s
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
- (set_local $1
+ (local.set $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 1)
)
)
- (set_local $2
+ (local.set $2
(i32.sub
- (get_local $2)
+ (local.get $2)
(i32.const 1)
)
)
@@ -15546,125 +15546,125 @@
)
)
)
- (get_local $3)
+ (local.get $3)
)
(func $___udivdi3 (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(call $___udivmoddi4
- (get_local $0)
- (get_local $1)
- (get_local $2)
- (get_local $3)
+ (local.get $0)
+ (local.get $1)
+ (local.get $2)
+ (local.get $3)
(i32.const 0)
)
)
(func $___uremdi3 (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(local $4 i32)
- (set_local $4
- (get_global $STACKTOP)
+ (local.set $4
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 16)
)
)
(drop
(call $___udivmoddi4
- (get_local $0)
- (get_local $1)
- (get_local $2)
- (get_local $3)
- (tee_local $0
- (get_local $4)
+ (local.get $0)
+ (local.get $1)
+ (local.get $2)
+ (local.get $3)
+ (local.tee $0
+ (local.get $4)
)
)
)
- (set_global $STACKTOP
- (get_local $4)
+ (global.set $STACKTOP
+ (local.get $4)
)
- (set_global $tempRet0
+ (global.set $tempRet0
(i32.load offset=4
- (get_local $0)
+ (local.get $0)
)
)
(i32.load
- (get_local $0)
+ (local.get $0)
)
)
(func $___udivmoddi4 (param $xl i32) (param $xh i32) (param $yl i32) (param $yh i32) (param $r i32) (result i32)
(local $x64 i64)
(local $y64 i64)
- (set_local $x64
+ (local.set $x64
(i64.or
- (i64.extend_u/i32
- (get_local $xl)
+ (i64.extend_i32_u
+ (local.get $xl)
)
(i64.shl
- (i64.extend_u/i32
- (get_local $xh)
+ (i64.extend_i32_u
+ (local.get $xh)
)
(i64.const 32)
)
)
)
- (set_local $y64
+ (local.set $y64
(i64.or
- (i64.extend_u/i32
- (get_local $yl)
+ (i64.extend_i32_u
+ (local.get $yl)
)
(i64.shl
- (i64.extend_u/i32
- (get_local $yh)
+ (i64.extend_i32_u
+ (local.get $yh)
)
(i64.const 32)
)
)
)
(if
- (get_local $r)
+ (local.get $r)
(i64.store
- (get_local $r)
+ (local.get $r)
(i64.rem_u
- (get_local $x64)
- (get_local $y64)
+ (local.get $x64)
+ (local.get $y64)
)
)
)
- (set_local $x64
+ (local.set $x64
(i64.div_u
- (get_local $x64)
- (get_local $y64)
+ (local.get $x64)
+ (local.get $y64)
)
)
- (set_global $tempRet0
- (i32.wrap/i64
+ (global.set $tempRet0
+ (i32.wrap_i64
(i64.shr_u
- (get_local $x64)
+ (local.get $x64)
(i64.const 32)
)
)
)
- (i32.wrap/i64
- (get_local $x64)
+ (i32.wrap_i64
+ (local.get $x64)
)
)
(func $dynCall_ii (param $0 i32) (param $1 i32) (result i32)
(call_indirect (type $FUNCSIG$ii)
- (get_local $1)
+ (local.get $1)
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
)
(func $dynCall_iiii (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(call_indirect (type $FUNCSIG$iiii)
- (get_local $1)
- (get_local $2)
- (get_local $3)
+ (local.get $1)
+ (local.get $2)
+ (local.get $3)
(i32.add
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 7)
)
(i32.const 2)
@@ -15673,10 +15673,10 @@
)
(func $dynCall_vi (param $0 i32) (param $1 i32)
(call_indirect (type $FUNCSIG$vi)
- (get_local $1)
+ (local.get $1)
(i32.add
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 7)
)
(i32.const 10)