diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_hello_world.fromasm.imprecise | 7972 |
1 files changed, 3986 insertions, 3986 deletions
diff --git a/test/emcc_hello_world.fromasm.imprecise b/test/emcc_hello_world.fromasm.imprecise index bc92bd892..2247f4e33 100644 --- a/test/emcc_hello_world.fromasm.imprecise +++ b/test/emcc_hello_world.fromasm.imprecise @@ -7,8 +7,8 @@ (type $FUNCSIG$iii (func (param i32 i32) (result i32))) (type $FUNCSIG$vii (func (param i32 i32))) (import "env" "memory" (memory $memory 256 256)) - (import "env" "table" (table $table 18 18 anyfunc)) - (elem (get_global $__table_base) $b0 $___stdio_close $b1 $b1 $___stdout_write $___stdio_seek $___stdio_write $b1 $b1 $b1 $b2 $b2 $b2 $b2 $b2 $_cleanup $b2 $b2) + (import "env" "table" (table $table 18 18 funcref)) + (elem (global.get $__table_base) $b0 $___stdio_close $b1 $b1 $___stdout_write $___stdio_seek $___stdio_write $b1 $b1 $b1 $b2 $b2 $b2 $b2 $b2 $_cleanup $b2 $b2) (import "env" "__table_base" (global $__table_base i32)) (import "env" "STACKTOP" (global $STACKTOP$asm2wasm$import i32)) (import "env" "STACK_MAX" (global $STACK_MAX$asm2wasm$import i32)) @@ -31,9 +31,9 @@ (import "env" "_pthread_cleanup_push" (func $_pthread_cleanup_push (param i32 i32))) (import "env" "_sysconf" (func $_sysconf (param i32) (result i32))) (import "env" "___syscall146" (func $___syscall146 (param i32 i32) (result 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)) @@ -62,19 +62,19 @@ (export "___udivmoddi4" (func $___udivmoddi4)) (func $stackAlloc (; 18 ;) (; has Stack IR ;) (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_local $0) - (get_global $STACKTOP) + (local.get $0) + (global.get $STACKTOP) ) ) - (set_global $STACKTOP + (global.set $STACKTOP (i32.and (i32.add - (get_global $STACKTOP) + (global.get $STACKTOP) (i32.const 15) ) (i32.const -16) @@ -82,77 +82,77 @@ ) (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 (; 19 ;) (; has Stack IR ;) (result i32) - (get_global $STACKTOP) + (global.get $STACKTOP) ) (func $stackRestore (; 20 ;) (; has Stack IR ;) (param $0 i32) - (set_global $STACKTOP - (get_local $0) + (global.set $STACKTOP + (local.get $0) ) ) (func $establishStackSpace (; 21 ;) (; has Stack IR ;) (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 (; 22 ;) (; has Stack IR ;) (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 (; 23 ;) (; has Stack IR ;) (param $0 i32) - (set_global $tempRet0 - (get_local $0) + (global.set $tempRet0 + (local.get $0) ) ) (func $getTempRet0 (; 24 ;) (; has Stack IR ;) (result i32) - (get_global $tempRet0) + (global.get $tempRet0) ) (func $_main (; 25 ;) (; has Stack IR ;) (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 - (get_local $0) + (local.get $0) ) ) - (set_global $STACKTOP - (get_local $0) + (global.set $STACKTOP + (local.get $0) ) (i32.const 0) ) @@ -162,24 +162,24 @@ (local $4 i32) (local $5 i32) (f64.store - (get_global $tempDoublePtr) - (get_local $0) + (global.get $tempDoublePtr) + (local.get $0) ) (block $switch (block $switch-default (if - (tee_local $5 - (tee_local $4 + (local.tee $5 + (local.tee $4 (i32.and (call $_bitshift64Lshr - (tee_local $2 + (local.tee $2 (i32.load - (get_global $tempDoublePtr) + (global.get $tempDoublePtr) ) ) - (tee_local $3 + (local.tee $3 (i32.load offset=4 - (get_global $tempDoublePtr) + (global.get $tempDoublePtr) ) ) (i32.const 52) @@ -190,7 +190,7 @@ ) (if (i32.eq - (get_local $5) + (local.get $5) (i32.const 2047) ) (br $switch) @@ -198,25 +198,25 @@ ) ) (i32.store - (get_local $1) + (local.get $1) (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) ) @@ -227,33 +227,33 @@ (br $switch) ) (i32.store - (get_local $1) + (local.get $1) (i32.add - (get_local $4) + (local.get $4) (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 $3) + (local.get $3) (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 (; 27 ;) (; has Stack IR ;) (param $0 i32) (result i32) (local $1 i32) @@ -264,23 +264,23 @@ (if (i32.ne (i32.load8_u offset=687 - (get_local $1) + (local.get $1) ) - (get_local $0) + (local.get $0) ) (block (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) @@ -288,50 +288,50 @@ ) ) (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 - (set_local $0 + (local.set $0 (loop $while-in3 (result i32) - (set_local $2 + (local.set $2 (i32.add - (get_local $0) + (local.get $0) (i32.const 1) ) ) (if (result i32) (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) ) - (get_local $2) + (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 (; 28 ;) (; has Stack IR ;) (result i32) (if (result i32) @@ -346,223 +346,223 @@ ) (func $___stdio_close (; 29 ;) (; has Stack IR ;) (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) + (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 - (get_local $1) + (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 $1) + (local.get $1) ) ) ) - (set_global $STACKTOP - (get_local $1) + (global.set $STACKTOP + (local.get $1) ) - (get_local $0) + (local.get $0) ) (func $___stdout_write (; 30 ;) (; has Stack IR ;) (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 $5 + (local.set $5 (i32.add - (tee_local $3 - (get_local $4) + (local.tee $3 + (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 (; 31 ;) (; has Stack IR ;) (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 $3) + (local.get $3) (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 (; 32 ;) (; has Stack IR ;) (param $0 i32) (result i32) (local $1 i32) (if - (get_local $0) - (set_local $0 + (local.get $0) + (local.set $0 (block $do-once (result i32) (if (i32.le_s (i32.load offset=76 - (get_local $0) + (local.get $0) ) (i32.const -1) ) (br $do-once (call $___fflush_unlocked - (get_local $0) + (local.get $0) ) ) ) (call $___fflush_unlocked - (get_local $0) + (local.get $0) ) ) ) (block - (set_local $0 + (local.set $0 (if (result i32) (i32.load (i32.const 12) @@ -579,7 +579,7 @@ (i32.const 44) ) (if - (tee_local $1 + (local.tee $1 (i32.load (i32.const 40) ) @@ -588,25 +588,25 @@ (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) ) ) ) (br_if $while-in - (tee_local $1 + (local.tee $1 (i32.load offset=56 - (get_local $1) + (local.get $1) ) ) ) @@ -617,43 +617,43 @@ ) ) ) - (get_local $0) + (local.get $0) ) (func $_printf (; 33 ;) (; has Stack IR ;) (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) + (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 - (get_local $1) - (get_local $0) + (local.get $1) + (local.get $0) ) - (set_local $0 + (local.set $0 (call $_vfprintf (i32.load (i32.const 8) ) (i32.const 672) - (get_local $1) + (local.get $1) ) ) - (set_global $STACKTOP - (get_local $1) + (global.set $STACKTOP + (local.get $1) ) - (get_local $0) + (local.get $0) ) (func $___stdio_write (; 34 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -668,42 +668,42 @@ (local $12 i32) (local $13 i32) (local $14 i32) - (set_local $10 - (get_global $STACKTOP) + (local.set $10 + (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 $8 + (local.set $8 (i32.add - (get_local $10) + (local.get $10) (i32.const 16) ) ) (i32.store - (tee_local $4 + (local.tee $4 (i32.add - (tee_local $9 - (get_local $10) + (local.tee $9 + (local.get $10) ) (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) ) ) @@ -711,51 +711,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 $2) - (get_local $3) + (local.get $2) + (local.get $3) ) ) (block $__rjto$1 @@ -769,27 +769,27 @@ (block (call $_pthread_cleanup_push (i32.const 5) - (get_local $0) + (local.get $0) ) (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) ) ) ) @@ -799,24 +799,24 @@ ) (block (i32.store - (get_local $8) + (local.get $8) (i32.load - (get_local $13) + (local.get $13) ) ) (i32.store offset=4 - (get_local $8) - (get_local $1) + (local.get $8) + (local.get $1) ) (i32.store offset=8 - (get_local $8) - (get_local $4) + (local.get $8) + (local.get $4) ) - (set_local $3 + (local.set $3 (call $___syscall_ret (call $___syscall146 (i32.const 146) - (get_local $8) + (local.get $8) ) ) ) @@ -824,181 +824,181 @@ ) (br_if $__rjti$0 (i32.eq - (get_local $3) - (get_local $12) + (local.get $3) + (local.get $12) ) ) (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 (select (i32.const 0) (i32.sub - (get_local $2) + (local.get $2) (i32.load offset=4 - (get_local $1) + (local.get $1) ) ) (i32.eq - (get_local $4) + (local.get $4) (i32.const 2) ) ) ) ) - (set_global $STACKTOP - (get_local $10) + (global.set $STACKTOP + (local.get $10) ) - (get_local $2) + (local.get $2) ) (func $_vfprintf (; 35 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -1012,43 +1012,43 @@ (local $11 i32) (local $12 i32) (local $13 i32) - (set_local $3 - (get_global $STACKTOP) + (local.set $3 + (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 $3) + (local.get $3) (i32.const 120) ) ) - (set_local $7 - (get_local $3) + (local.set $7 + (local.get $3) ) - (set_local $6 + (local.set $6 (i32.add - (get_local $3) + (local.get $3) (i32.const 136) ) ) - (set_local $9 + (local.set $9 (i32.add - (tee_local $4 - (tee_local $8 + (local.tee $4 + (local.tee $8 (i32.add - (get_local $3) + (local.get $3) (i32.const 80) ) ) @@ -1058,149 +1058,149 @@ ) (loop $do-in (i32.store - (get_local $4) + (local.get $4) (i32.const 0) ) (br_if $do-in (i32.lt_s - (tee_local $4 + (local.tee $4 (i32.add - (get_local $4) + (local.get $4) (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 $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 $4 + (local.tee $4 (i32.add - (get_local $0) + (local.get $0) (i32.const 28) ) ) - (get_local $6) + (local.get $6) ) (i32.store - (tee_local $2 + (local.tee $2 (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 $9 + (local.tee $9 (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) ) @@ -1208,33 +1208,33 @@ ) ) ) - (set_local $1 + (local.set $1 (select - (get_local $1) + (local.get $1) (i32.const -1) (i32.load - (get_local $2) + (local.get $2) ) ) ) (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 $9) + (local.get $9) (i32.const 0) ) (i32.store - (get_local $4) + (local.get $4) (i32.const 0) ) (i32.store - (get_local $2) + (local.get $2) (i32.const 0) ) ) @@ -1242,34 +1242,34 @@ ) ) (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) ) ) ) (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 $3) + (global.set $STACKTOP + (local.get $3) ) - (get_local $0) + (local.get $0) ) (func $___fwritex (; 36 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -1279,27 +1279,27 @@ (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) ) ) ) ) ) - (set_local $3 + (local.set $3 (if (result i32) (call $___towrite - (get_local $2) + (local.get $2) ) (i32.const 0) (block - (set_local $3 + (local.set $3 (i32.load - (get_local $4) + (local.get $4) ) ) (br $__rjti$0) @@ -1311,34 +1311,34 @@ (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 (i32.load offset=36 - (get_local $2) + (local.get $2) ) ) - (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 - (get_local $3) + (local.get $3) (i32.const 7) ) (i32.const 2) @@ -1348,24 +1348,24 @@ (br $label$break$L5) ) ) - (set_local $2 + (local.set $2 (if (result i32) (i32.gt_s (i32.load8_s offset=75 - (get_local $2) + (local.get $2) ) (i32.const -1) ) (block $label$break$L10 (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) ) ) ) @@ -1373,10 +1373,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) ) ) @@ -1385,119 +1385,119 @@ (i32.const 10) ) (block - (set_local $3 - (get_local $6) + (local.set $3 + (local.get $6) ) (br $while-in) ) ) ) - (set_local $4 + (local.set $4 (i32.load offset=36 - (get_local $2) + (local.get $2) ) ) (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 - (get_local $4) + (local.get $4) (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) ) ) (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 $1) - (get_local $2) + (local.get $1) + (local.get $2) ) ) ) - (get_local $3) + (local.get $3) ) (func $___towrite (; 37 ;) (; has Stack IR ;) (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 - (get_local $1) + (local.get $1) (i32.add - (get_local $1) + (local.get $1) (i32.const 255) ) ) ) (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) ) ) @@ -1505,31 +1505,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) ) ) ) @@ -1539,17 +1539,17 @@ ) (func $_wcrtomb (; 38 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (result i32) (if (result i32) - (get_local $0) + (local.get $0) (block $do-once (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) @@ -1558,25 +1558,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) @@ -1591,33 +1591,33 @@ (i32.or (i32.eq (i32.and - (get_local $1) + (local.get $1) (i32.const -8192) ) (i32.const 57344) ) (i32.lt_u - (get_local $1) + (local.get $1) (i32.const 55296) ) ) (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) @@ -1626,10 +1626,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) @@ -1643,28 +1643,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) @@ -1673,11 +1673,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) @@ -1686,10 +1686,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) @@ -1711,10 +1711,10 @@ ) (func $_wctomb (; 39 ;) (; has Stack IR ;) (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) ) @@ -1726,42 +1726,42 @@ (block $__rjti$2 (if (i32.and - (tee_local $3 + (local.tee $3 (i32.ne - (get_local $1) + (local.get $1) (i32.const 0) ) ) (i32.ne (i32.and - (get_local $0) + (local.get $0) (i32.const 3) ) (i32.const 0) ) ) (block - (set_local $2 - (get_local $1) + (local.set $2 + (local.get $1) ) - (set_local $1 - (get_local $0) + (local.set $1 + (local.get $0) ) (loop $while-in (br_if $__rjti$2 (i32.eqz (i32.load8_u - (get_local $1) + (local.get $1) ) ) ) (br_if $while-in (i32.and - (tee_local $0 + (local.tee $0 (i32.ne - (tee_local $2 + (local.tee $2 (i32.add - (get_local $2) + (local.get $2) (i32.const -1) ) ) @@ -1770,9 +1770,9 @@ ) (i32.ne (i32.and - (tee_local $1 + (local.tee $1 (i32.add - (get_local $1) + (local.get $1) (i32.const 1) ) ) @@ -1785,38 +1785,38 @@ ) ) (block - (set_local $2 - (get_local $1) + (local.set $2 + (local.get $1) ) - (set_local $1 - (get_local $0) + (local.set $1 + (local.get $0) ) - (set_local $0 - (get_local $3) + (local.set $0 + (local.get $3) ) ) ) (br_if $__rjti$2 - (get_local $0) + (local.get $0) ) - (set_local $0 + (local.set $0 (i32.const 0) ) (br $label$break$L8) ) - (set_local $0 - (get_local $2) + (local.set $0 + (local.get $2) ) (if (i32.load8_u - (get_local $1) + (local.get $1) ) (block (block $__rjto$0 (block $__rjti$0 (br_if $__rjti$0 (i32.le_u - (get_local $0) + (local.get $0) (i32.const 3) ) ) @@ -1826,9 +1826,9 @@ (i32.and (i32.xor (i32.and - (tee_local $3 + (local.tee $3 (i32.load - (get_local $1) + (local.get $1) ) ) (i32.const -2139062144) @@ -1836,23 +1836,23 @@ (i32.const -2139062144) ) (i32.add - (get_local $3) + (local.get $3) (i32.const -16843009) ) ) ) (block - (set_local $1 + (local.set $1 (i32.add - (get_local $1) + (local.get $1) (i32.const 4) ) ) (br_if $while-in3 (i32.gt_u - (tee_local $0 + (local.tee $0 (i32.add - (get_local $0) + (local.get $0) (i32.const -4) ) ) @@ -1867,35 +1867,35 @@ ) (if (i32.eqz - (get_local $0) + (local.get $0) ) (block - (set_local $0 + (local.set $0 (i32.const 0) ) (br $label$break$L8) ) ) ) - (set_local $0 + (local.set $0 (loop $while-in5 (result i32) (br_if $label$break$L8 (i32.eqz (i32.load8_u - (get_local $1) + (local.get $1) ) ) ) - (set_local $1 + (local.set $1 (i32.add - (get_local $1) + (local.get $1) (i32.const 1) ) ) (br_if $while-in5 - (tee_local $0 + (local.tee $0 (i32.add - (get_local $0) + (local.get $0) (i32.const -1) ) ) @@ -1907,15 +1907,15 @@ ) ) (select - (get_local $1) + (local.get $1) (i32.const 0) - (get_local $0) + (local.get $0) ) ) (func $___syscall_ret (; 41 ;) (; has Stack IR ;) (param $0 i32) (result i32) (if (result i32) (i32.gt_u - (get_local $0) + (local.get $0) (i32.const -4096) ) (block (result i32) @@ -1923,12 +1923,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 (; 42 ;) (; has Stack IR ;) (param $0 i32) (result i32) @@ -1944,36 +1944,36 @@ (br_if $__rjti$0 (i32.le_u (i32.load - (tee_local $2 + (local.tee $2 (i32.add - (get_local $0) + (local.get $0) (i32.const 20) ) ) ) (i32.load - (tee_local $3 + (local.tee $3 (i32.add - (get_local $0) + (local.get $0) (i32.const 28) ) ) ) ) ) - (set_local $1 + (local.set $1 (i32.load offset=36 - (get_local $0) + (local.get $0) ) ) (drop (call_indirect (type $FUNCSIG$iiii) - (get_local $0) + (local.get $0) (i32.const 0) (i32.const 0) (i32.add (i32.and - (get_local $1) + (local.get $1) (i32.const 7) ) (i32.const 2) @@ -1982,7 +1982,7 @@ ) (br_if $__rjti$0 (i32.load - (get_local $2) + (local.get $2) ) ) (br $__rjto$0 @@ -1991,21 +1991,21 @@ ) (if (i32.lt_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 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) ) ) @@ -2013,22 +2013,22 @@ ) ) (block - (set_local $7 + (local.set $7 (i32.load offset=40 - (get_local $0) + (local.get $0) ) ) (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 - (get_local $7) + (local.get $7) (i32.const 7) ) (i32.const 2) @@ -2038,23 +2038,23 @@ ) ) (i32.store offset=16 - (get_local $0) + (local.get $0) (i32.const 0) ) (i32.store - (get_local $3) + (local.get $3) (i32.const 0) ) (i32.store - (get_local $2) + (local.get $2) (i32.const 0) ) (i32.store - (get_local $5) + (local.get $5) (i32.const 0) ) (i32.store - (get_local $1) + (local.get $1) (i32.const 0) ) (i32.const 0) @@ -2110,48 +2110,48 @@ (local $48 i32) (local $49 i32) (local $50 i32) - (set_local $34 - (get_global $STACKTOP) + (local.set $34 + (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 $34) + (local.get $34) (i32.const 16) ) ) - (set_local $35 + (local.set $35 (i32.add - (tee_local $14 - (get_local $34) + (local.tee $14 + (local.get $34) ) (i32.const 528) ) ) - (set_local $28 + (local.set $28 (i32.ne - (get_local $0) + (local.get $0) (i32.const 0) ) ) - (set_local $38 - (tee_local $25 + (local.set $38 + (local.tee $25 (i32.add - (tee_local $5 + (local.tee $5 (i32.add - (get_local $14) + (local.get $14) (i32.const 536) ) ) @@ -2159,96 +2159,96 @@ ) ) ) - (set_local $39 + (local.set $39 (i32.add - (get_local $5) + (local.get $5) (i32.const 39) ) ) - (set_local $43 + (local.set $43 (i32.add - (tee_local $40 + (local.tee $40 (i32.add - (get_local $14) + (local.get $14) (i32.const 8) ) ) (i32.const 4) ) ) - (set_local $32 + (local.set $32 (i32.add - (tee_local $5 + (local.tee $5 (i32.add - (get_local $14) + (local.get $14) (i32.const 576) ) ) (i32.const 12) ) ) - (set_local $41 + (local.set $41 (i32.add - (get_local $5) + (local.get $5) (i32.const 11) ) ) - (set_local $44 + (local.set $44 (i32.sub - (tee_local $27 - (get_local $32) + (local.tee $27 + (local.get $32) ) - (tee_local $36 - (tee_local $23 + (local.tee $36 + (local.tee $23 (i32.add - (get_local $14) + (local.get $14) (i32.const 588) ) ) ) ) ) - (set_local $45 + (local.set $45 (i32.sub (i32.const -2) - (get_local $36) + (local.get $36) ) ) - (set_local $46 + (local.set $46 (i32.add - (get_local $27) + (local.get $27) (i32.const 2) ) ) - (set_local $48 + (local.set $48 (i32.add - (tee_local $47 + (local.tee $47 (i32.add - (get_local $14) + (local.get $14) (i32.const 24) ) ) (i32.const 288) ) ) - (set_local $42 - (tee_local $29 + (local.set $42 + (local.tee $29 (i32.add - (get_local $23) + (local.get $23) (i32.const 9) ) ) ) - (set_local $33 + (local.set $33 (i32.add - (get_local $23) + (local.get $23) (i32.const 8) ) ) - (set_local $5 - (get_local $1) + (local.set $5 + (local.get $1) ) - (set_local $1 + (local.set $1 (i32.const 0) ) (block $label$break$L343 @@ -2257,16 +2257,16 @@ (block $label$break$L1 (if (i32.gt_s - (get_local $17) + (local.get $17) (i32.const -1) ) - (set_local $17 + (local.set $17 (if (result i32) (i32.gt_s - (get_local $10) + (local.get $10) (i32.sub (i32.const 2147483647) - (get_local $17) + (local.get $17) ) ) (block (result i32) @@ -2277,23 +2277,23 @@ (i32.const -1) ) (i32.add - (get_local $10) - (get_local $17) + (local.get $10) + (local.get $17) ) ) ) ) (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 @@ -2301,10 +2301,10 @@ (block $label$break$L9 (block $switch (if - (tee_local $7 + (local.tee $7 (i32.shr_s (i32.shl - (get_local $7) + (local.get $7) (i32.const 24) ) (i32.const 24) @@ -2313,26 +2313,26 @@ (block (br_if $switch (i32.ne - (get_local $7) + (local.get $7) (i32.const 37) ) ) - (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) ) ) @@ -2347,23 +2347,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) ) ) @@ -2373,57 +2373,57 @@ ) ) ) - (set_local $7 + (local.set $7 (i32.sub - (get_local $10) - (get_local $5) + (local.get $10) + (local.get $5) ) ) (if - (get_local $28) + (local.get $28) (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 $5) - (get_local $10) + (local.get $5) + (local.get $10) ) (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) ) ) @@ -2435,19 +2435,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) ) @@ -2456,38 +2456,38 @@ ) ) ) - (set_local $18 + (local.set $18 (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 $18 + (local.set $18 (i32.const -1) ) - (get_local $1) + (local.get $1) ) ) ) - (set_local $1 + (local.set $1 (if (result i32) (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) @@ -2498,13 +2498,13 @@ (i32.const 32) ) (block $label$break$L25 (result i32) - (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 (result i32) @@ -2514,7 +2514,7 @@ (i32.shl (i32.const 1) (i32.add - (get_local $6) + (local.get $6) (i32.const -32) ) ) @@ -2522,23 +2522,23 @@ ) ) (block - (set_local $6 - (get_local $1) + (local.set $6 + (local.get $1) ) (br $label$break$L25 - (get_local $11) + (local.get $11) ) ) ) - (set_local $11 + (local.set $11 (i32.or - (get_local $11) + (local.get $11) (i32.shl (i32.const 1) (i32.add (i32.shr_s (i32.shl - (get_local $1) + (local.get $1) (i32.const 24) ) (i32.const 24) @@ -2551,12 +2551,12 @@ (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) ) ) @@ -2568,43 +2568,43 @@ (i32.const 32) ) ) - (set_local $6 - (get_local $1) + (local.set $6 + (local.get $1) ) - (get_local $11) + (local.get $11) ) ) (i32.const 0) ) ) - (set_local $1 + (local.set $1 (if (result i32) (i32.eq (i32.and - (get_local $6) + (local.get $6) (i32.const 255) ) (i32.const 42) ) (block $do-once5 (result i32) - (set_local $10 + (local.set $10 (block $__rjto$0 (result i32) (if (i32.eqz (i32.or (i32.ne (i32.load8_s offset=2 - (get_local $10) + (local.get $10) ) (i32.const 36) ) (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) ) ) @@ -2620,51 +2620,51 @@ (i32.store (i32.add (i32.shl - (get_local $11) + (local.get $11) (i32.const 2) ) - (get_local $4) + (local.get $4) ) (i32.const 10) ) (drop (i32.load offset=4 - (tee_local $6 + (local.tee $6 (i32.add (i32.shl (i32.add (i32.load8_s - (get_local $6) + (local.get $6) ) (i32.const -48) ) (i32.const 3) ) - (get_local $3) + (local.get $3) ) ) ) ) - (set_local $8 + (local.set $8 (i32.const 1) ) - (set_local $15 + (local.set $15 (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 $17 + (local.set $17 (i32.const -1) ) (br $label$break$L1) @@ -2672,16 +2672,16 @@ ) (if (i32.eqz - (get_local $28) + (local.get $28) ) (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 $15 + (local.set $15 (i32.const 0) ) (br $do-once5 @@ -2689,13 +2689,13 @@ ) ) ) - (set_local $15 + (local.set $15 (i32.load - (tee_local $10 + (local.tee $10 (i32.and (i32.add (i32.load - (get_local $2) + (local.get $2) ) (i32.const 3) ) @@ -2705,48 +2705,48 @@ ) ) (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 $15) + (local.get $15) (i32.const 0) ) (block (result i32) - (set_local $15 + (local.set $15 (i32.sub (i32.const 0) - (get_local $15) + (local.get $15) ) ) (i32.or - (get_local $1) + (local.get $1) (i32.const 8192) ) ) - (get_local $1) + (local.get $1) ) ) - (get_local $8) + (local.get $8) ) (if (result i32) (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) @@ -2757,27 +2757,27 @@ (i32.const 10) ) (block (result i32) - (set_local $11 + (local.set $11 (i32.const 0) ) (loop $while-in8 - (set_local $6 + (local.set $6 (i32.add - (get_local $6) + (local.get $6) (i32.mul - (get_local $11) + (local.get $11) (i32.const 10) ) ) ) (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) ) ) @@ -2788,11 +2788,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) ) @@ -2800,54 +2800,54 @@ ) (if (result i32) (i32.lt_s - (get_local $6) + (local.get $6) (i32.const 0) ) (block - (set_local $17 + (local.set $17 (i32.const -1) ) (br $label$break$L1) ) (block (result i32) - (set_local $11 - (get_local $1) + (local.set $11 + (local.get $1) ) - (set_local $15 - (get_local $6) + (local.set $15 + (local.get $6) ) - (get_local $8) + (local.get $8) ) ) ) (block (result i32) - (set_local $11 - (get_local $1) + (local.set $11 + (local.get $1) ) - (set_local $15 + (local.set $15 (i32.const 0) ) - (get_local $8) + (local.get $8) ) ) ) ) - (set_local $6 + (local.set $6 (if (result i32) (i32.eq (i32.load8_s - (get_local $10) + (local.get $10) ) (i32.const 46) ) (block $label$break$L46 (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) ) ) @@ -2856,29 +2856,29 @@ (i32.const 42) ) (block - (set_local $6 + (local.set $6 (if (result i32) (i32.lt_u - (tee_local $9 + (local.tee $9 (i32.add - (get_local $8) + (local.get $8) (i32.const -48) ) ) (i32.const 10) ) (block (result i32) - (set_local $10 - (get_local $6) + (local.set $10 + (local.get $6) ) - (set_local $8 + (local.set $8 (i32.const 0) ) - (get_local $9) + (local.get $9) ) (block - (set_local $10 - (get_local $6) + (local.set $10 + (local.get $6) ) (br $label$break$L46 (i32.const 0) @@ -2889,22 +2889,22 @@ (loop $while-in11 (drop (br_if $label$break$L46 - (tee_local $6 + (local.tee $6 (i32.add - (get_local $6) + (local.get $6) (i32.mul - (get_local $8) + (local.get $8) (i32.const 10) ) ) ) (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) ) ) @@ -2916,11 +2916,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) ) @@ -2928,12 +2928,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) ) ) @@ -2946,7 +2946,7 @@ (if (i32.eq (i32.load8_s offset=3 - (get_local $10) + (local.get $10) ) (i32.const 36) ) @@ -2954,64 +2954,64 @@ (i32.store (i32.add (i32.shl - (get_local $8) + (local.get $8) (i32.const 2) ) - (get_local $4) + (local.get $4) ) (i32.const 10) ) (drop (i32.load offset=4 - (tee_local $6 + (local.tee $6 (i32.add (i32.shl (i32.add (i32.load8_s - (get_local $6) + (local.get $6) ) (i32.const -48) ) (i32.const 3) ) - (get_local $3) + (local.get $3) ) ) ) ) - (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 $17 + (local.set $17 (i32.const -1) ) (br $label$break$L1) ) ) (if (result i32) - (get_local $28) + (local.get $28) (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) ) @@ -3021,20 +3021,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) ) @@ -3043,20 +3043,20 @@ (i32.const -1) ) ) - (set_local $8 - (get_local $10) + (local.set $8 + (local.get $10) ) - (set_local $9 + (local.set $9 (i32.const 0) ) - (set_local $19 + (local.set $19 (loop $while-in13 (result i32) (if (i32.gt_u - (tee_local $12 + (local.tee $12 (i32.add (i32.load8_s - (get_local $8) + (local.get $8) ) (i32.const -65) ) @@ -3064,30 +3064,30 @@ (i32.const 57) ) (block - (set_local $17 + (local.set $17 (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 (result i32) (i32.lt_u (i32.add - (tee_local $12 + (local.tee $12 (i32.and - (tee_local $13 + (local.tee $13 (i32.load8_s (i32.add - (get_local $12) + (local.get $12) (i32.add (i32.mul - (get_local $9) + (local.get $9) (i32.const 58) ) (i32.const 3611) @@ -3103,35 +3103,35 @@ (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) ) - (get_local $8) + (local.get $8) ) ) ) (if (i32.eqz (i32.and - (get_local $13) + (local.get $13) (i32.const 255) ) ) (block - (set_local $17 + (local.set $17 (i32.const -1) ) (br $label$break$L1) ) ) - (set_local $8 + (local.set $8 (i32.gt_s - (get_local $18) + (local.get $18) (i32.const -1) ) ) @@ -3140,15 +3140,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 $17 + (local.set $17 (i32.const -1) ) (br $label$break$L1) @@ -3157,59 +3157,59 @@ ) (block (if - (get_local $8) + (local.get $8) (block (i32.store (i32.add (i32.shl - (get_local $18) + (local.get $18) (i32.const 2) ) - (get_local $4) + (local.get $4) ) - (get_local $12) + (local.get $12) ) - (set_local $12 + (local.set $12 (i32.load offset=4 - (tee_local $8 + (local.tee $8 (i32.add (i32.shl - (get_local $18) + (local.get $18) (i32.const 3) ) - (get_local $3) + (local.get $3) ) ) ) ) (i32.store - (get_local $14) + (local.get $14) (i32.load - (get_local $8) + (local.get $8) ) ) (i32.store offset=4 - (get_local $14) - (get_local $12) + (local.get $14) + (local.get $12) ) (br $__rjti$2) ) ) (if (i32.eqz - (get_local $28) + (local.get $28) ) (block - (set_local $17 + (local.set $17 (i32.const 0) ) (br $label$break$L1) ) ) (call $_pop_arg_336 - (get_local $14) - (get_local $12) - (get_local $2) + (local.get $14) + (local.get $12) + (local.get $2) ) ) ) @@ -3217,52 +3217,52 @@ ) (if (i32.eqz - (get_local $28) + (local.get $28) ) (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) ) ) ) (call $_pad - (get_local $0) + (local.get $0) (i32.const 32) - (tee_local $7 + (local.tee $7 (select - (tee_local $6 + (local.tee $6 (i32.add - (tee_local $12 + (local.tee $12 (select - (tee_local $13 + (local.tee $13 (i32.sub (block $__rjto$8 (result i32) (block $__rjti$8 (call $_pad - (get_local $0) + (local.get $0) (i32.const 32) - (get_local $15) - (tee_local $7 + (local.get $15) + (local.tee $7 (block $__rjti$7 (result i32) (block $__rjti$6 (block $__rjti$5 @@ -3283,27 +3283,27 @@ (block $switch-case27 (br_table $switch-case119 $switch-default120 $switch-case40 $switch-default120 $switch-case119 $switch-case119 $switch-case119 $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-case30 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-default120 $switch-case119 $switch-default120 $switch-case37 $switch-case35 $switch-case119 $switch-case119 $switch-case119 $switch-default120 $switch-case35 $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-case30 $switch-default120 (i32.sub - (tee_local $19 + (local.tee $19 (select (i32.and - (tee_local $12 + (local.tee $12 (i32.load8_s - (get_local $19) + (local.get $19) ) ) (i32.const -33) ) - (get_local $12) + (local.get $12) (i32.and (i32.eq (i32.and - (get_local $12) + (local.get $12) (i32.const 15) ) (i32.const 3) ) (i32.ne - (get_local $9) + (local.get $9) (i32.const 0) ) ) @@ -3322,51 +3322,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 $14) + (local.get $14) ) - (get_local $17) + (local.get $17) ) - (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 $14) + (local.get $14) ) - (get_local $17) + (local.get $17) ) - (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 $14) + (local.get $14) ) ) - (get_local $17) + (local.get $17) ) (i32.store offset=4 - (get_local $5) + (local.get $5) (i32.shr_s (i32.shl (i32.lt_s - (get_local $17) + (local.get $17) (i32.const 0) ) (i32.const 31) @@ -3374,70 +3374,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 $14) + (local.get $14) ) - (get_local $17) + (local.get $17) ) - (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 $14) + (local.get $14) ) - (get_local $17) + (local.get $17) ) - (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 $14) + (local.get $14) ) - (get_local $17) + (local.get $17) ) - (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 $14) + (local.get $14) ) ) - (get_local $17) + (local.get $17) ) (i32.store offset=4 - (get_local $5) + (local.get $5) (i32.shr_s (i32.shl (i32.lt_s - (get_local $17) + (local.get $17) (i32.const 0) ) (i32.const 31) @@ -3445,76 +3445,76 @@ (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 $5 + (local.set $5 (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 $19 + (local.set $19 (i32.const 120) ) (br $__rjti$3) ) - (set_local $5 - (get_local $11) + (local.set $5 + (local.get $11) ) (br $__rjti$3) ) (if (i32.or - (tee_local $5 + (local.tee $5 (i32.load - (get_local $14) + (local.get $14) ) ) - (tee_local $7 + (local.tee $7 (i32.load offset=4 - (get_local $14) + (local.get $14) ) ) ) (block - (set_local $8 - (get_local $25) + (local.set $8 + (local.get $25) ) (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) @@ -3522,129 +3522,129 @@ ) (br_if $while-in32 (i32.or - (tee_local $5 + (local.tee $5 (call $_bitshift64Lshr - (get_local $5) - (get_local $7) + (local.get $5) + (local.get $7) (i32.const 3) ) ) - (tee_local $7 - (get_global $tempRet0) + (local.tee $7 + (global.get $tempRet0) ) ) ) ) ) - (set_local $8 - (get_local $25) + (local.set $8 + (local.get $25) ) ) (if (i32.and - (get_local $11) + (local.get $11) (i32.const 8) ) (block - (set_local $5 - (get_local $11) + (local.set $5 + (local.get $11) ) - (set_local $6 + (local.set $6 (select - (tee_local $11 + (local.tee $11 (i32.add (i32.sub - (get_local $38) - (tee_local $7 - (get_local $8) + (local.get $38) + (local.tee $7 + (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) ) ) ) ) (block - (set_local $7 - (get_local $8) + (local.set $7 + (local.get $8) ) - (set_local $5 - (get_local $11) + (local.set $5 + (local.get $11) ) ) ) - (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 - (get_local $14) + (local.get $14) ) ) (if (i32.lt_s - (tee_local $7 + (local.tee $7 (i32.load offset=4 - (get_local $14) + (local.get $14) ) ) (i32.const 0) ) (block (i32.store - (get_local $14) - (tee_local $5 + (local.get $14) + (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 $14) - (tee_local $7 - (get_global $tempRet0) + (local.get $14) + (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) ) ) @@ -3652,57 +3652,57 @@ (select (i32.const 4093) (i32.const 4091) - (get_local $9) + (local.get $9) ) ) ) ) (br $__rjti$4) ) - (set_local $5 + (local.set $5 (i32.load - (get_local $14) + (local.get $14) ) ) - (set_local $7 + (local.set $7 (i32.load offset=4 - (get_local $14) + (local.get $14) ) ) - (set_local $8 + (local.set $8 (i32.const 0) ) - (set_local $9 + (local.set $9 (i32.const 4091) ) (br $__rjti$4) ) (i32.store8 - (get_local $39) + (local.get $39) (i32.load - (get_local $14) + (local.get $14) ) ) - (set_local $5 - (get_local $39) + (local.set $5 + (local.get $39) ) - (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 $25) + (local.get $25) ) ) - (set_local $7 + (local.set $7 (call $_strerror (i32.load (call $___errno_location) @@ -3711,53 +3711,53 @@ ) (br $__rjti$5) ) - (set_local $7 + (local.set $7 (select - (tee_local $5 + (local.tee $5 (i32.load - (get_local $14) + (local.get $14) ) ) (i32.const 4101) - (get_local $5) + (local.get $5) ) ) (br $__rjti$5) ) (i32.store - (get_local $40) + (local.get $40) (i32.load - (get_local $14) + (local.get $14) ) ) (i32.store - (get_local $43) + (local.get $43) (i32.const 0) ) (i32.store - (get_local $14) - (get_local $40) + (local.get $14) + (local.get $40) ) - (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 $15) + (local.get $15) (i32.const 0) - (get_local $11) + (local.get $11) ) (br $__rjti$7 (i32.const 0) @@ -3765,54 +3765,54 @@ ) ) ) - (set_local $16 + (local.set $16 (f64.load - (get_local $14) + (local.get $14) ) ) (i32.store - (get_local $20) + (local.get $20) (i32.const 0) ) (f64.store - (get_global $tempDoublePtr) - (get_local $16) + (global.get $tempDoublePtr) + (local.get $16) ) - (set_local $30 + (local.set $30 (if (result i32) (i32.lt_s (i32.load offset=4 - (get_global $tempDoublePtr) + (global.get $tempDoublePtr) ) (i32.const 0) ) (block (result i32) - (set_local $26 + (local.set $26 (i32.const 1) ) - (set_local $16 + (local.set $16 (f64.neg - (get_local $16) + (local.get $16) ) ) (i32.const 4108) ) (if (result i32) (i32.and - (get_local $11) + (local.get $11) (i32.const 2048) ) (block (result i32) - (set_local $26 + (local.set $26 (i32.const 1) ) (i32.const 4111) ) (block (result i32) - (set_local $26 - (tee_local $5 + (local.set $26 + (local.tee $5 (i32.and - (get_local $11) + (local.get $11) (i32.const 1) ) ) @@ -3820,22 +3820,22 @@ (select (i32.const 4114) (i32.const 4109) - (get_local $5) + (local.get $5) ) ) ) ) ) (f64.store - (get_global $tempDoublePtr) - (get_local $16) + (global.get $tempDoublePtr) + (local.get $16) ) - (set_local $7 + (local.set $7 (if (result i32) (i32.lt_u (i32.and (i32.load offset=4 - (get_global $tempDoublePtr) + (global.get $tempDoublePtr) ) (i32.const 2146435072) ) @@ -3843,13 +3843,13 @@ ) (block $do-once49 (result i32) (if - (tee_local $5 + (local.tee $5 (f64.ne - (tee_local $22 + (local.tee $22 (f64.mul (call $_frexp - (get_local $16) - (get_local $20) + (local.get $16) + (local.get $20) ) (f64.const 2) ) @@ -3858,10 +3858,10 @@ ) ) (i32.store - (get_local $20) + (local.get $20) (i32.add (i32.load - (get_local $20) + (local.get $20) ) (i32.const -1) ) @@ -3869,62 +3869,62 @@ ) (if (i32.eq - (tee_local $24 + (local.tee $24 (i32.or - (get_local $19) + (local.get $19) (i32.const 32) ) ) (i32.const 97) ) (block - (set_local $9 + (local.set $9 (select (i32.add - (get_local $30) + (local.get $30) (i32.const 9) ) - (get_local $30) - (tee_local $13 + (local.get $30) + (local.tee $13 (i32.and - (get_local $19) + (local.get $19) (i32.const 32) ) ) ) ) - (set_local $16 + (local.set $16 (if (result f64) (i32.or (i32.eqz - (tee_local $5 + (local.tee $5 (i32.sub (i32.const 12) - (get_local $6) + (local.get $6) ) ) ) (i32.gt_u - (get_local $6) + (local.get $6) (i32.const 11) ) ) - (get_local $22) + (local.get $22) (block (result f64) - (set_local $16 + (local.set $16 (f64.const 8) ) (loop $while-in54 - (set_local $16 + (local.set $16 (f64.mul - (get_local $16) + (local.get $16) (f64.const 16) ) ) (br_if $while-in54 - (tee_local $5 + (local.tee $5 (i32.add - (get_local $5) + (local.get $5) (i32.const -1) ) ) @@ -3933,25 +3933,25 @@ (select (f64.neg (f64.add - (get_local $16) + (local.get $16) (f64.sub (f64.neg - (get_local $22) + (local.get $22) ) - (get_local $16) + (local.get $16) ) ) ) (f64.sub (f64.add - (get_local $22) - (get_local $16) + (local.get $22) + (local.get $16) ) - (get_local $16) + (local.get $16) ) (i32.eq (i32.load8_s - (get_local $9) + (local.get $9) ) (i32.const 45) ) @@ -3959,29 +3959,29 @@ ) ) ) - (set_local $12 + (local.set $12 (i32.or - (get_local $26) + (local.get $26) (i32.const 2) ) ) (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) ) ) @@ -3989,37 +3989,37 @@ (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 $32) + (local.get $32) ) ) - (get_local $32) + (local.get $32) ) (block (i32.store8 - (get_local $41) + (local.get $41) (i32.const 48) ) - (set_local $5 - (get_local $41) + (local.set $5 + (local.get $41) ) ) ) (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) @@ -4028,44 +4028,44 @@ ) ) (i32.store8 - (tee_local $8 + (local.tee $8 (i32.add - (get_local $5) + (local.get $5) (i32.const -2) ) ) (i32.add - (get_local $19) + (local.get $19) (i32.const 15) ) ) - (set_local $19 + (local.set $19 (i32.lt_s - (get_local $6) + (local.get $6) (i32.const 1) ) ) - (set_local $18 + (local.set $18 (i32.eqz (i32.and - (get_local $11) + (local.get $11) (i32.const 8) ) ) ) - (set_local $5 - (get_local $23) + (local.set $5 + (local.get $23) ) (loop $while-in56 (i32.store8 - (get_local $5) + (local.get $5) (i32.or - (get_local $13) + (local.get $13) (i32.load8_u (i32.add - (tee_local $7 - (i32.trunc_s/f64 - (get_local $16) + (local.tee $7 + (i32.trunc_f64_s + (local.get $16) ) ) (i32.const 4075) @@ -4073,28 +4073,28 @@ ) ) ) - (set_local $16 + (local.set $16 (f64.mul (f64.sub - (get_local $16) - (f64.convert_s/i32 - (get_local $7) + (local.get $16) + (f64.convert_i32_s + (local.get $7) ) ) (f64.const 16) ) ) - (set_local $5 + (local.set $5 (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 $36) + (local.get $36) ) (i32.const 1) ) @@ -4102,138 +4102,138 @@ (i32.and (i32.and (f64.eq - (get_local $16) + (local.get $16) (f64.const 0) ) - (get_local $19) + (local.get $19) ) - (get_local $18) + (local.get $18) ) - (get_local $7) + (local.get $7) (block (result i32) (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 $16) + (local.get $16) (f64.const 0) ) ) ) (call $_pad - (get_local $0) + (local.get $0) (i32.const 32) - (get_local $15) - (tee_local $7 + (local.get $15) + (local.tee $7 (i32.add - (get_local $12) - (tee_local $6 + (local.get $12) + (local.tee $6 (select (i32.sub (i32.add - (get_local $6) - (get_local $46) + (local.get $6) + (local.get $46) ) - (get_local $8) + (local.get $8) ) (i32.add - (get_local $5) + (local.get $5) (i32.sub - (get_local $44) - (get_local $8) + (local.get $44) + (local.get $8) ) ) (i32.and (i32.ne - (get_local $6) + (local.get $6) (i32.const 0) ) (i32.lt_s (i32.add - (get_local $5) - (get_local $45) + (local.get $5) + (local.get $45) ) - (get_local $6) + (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 $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 $15) - (get_local $7) + (local.get $15) + (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 $36) + (local.get $5) + (local.get $36) ) ) (if (i32.eqz (i32.and (i32.load - (get_local $0) + (local.get $0) ) (i32.const 32) ) ) (drop (call $___fwritex - (get_local $23) - (get_local $5) - (get_local $0) + (local.get $23) + (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 $27) - (get_local $8) + (local.get $27) + (local.get $8) ) ) ) @@ -4245,78 +4245,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 $15) - (get_local $7) + (local.get $15) + (local.get $7) (i32.xor - (get_local $11) + (local.get $11) (i32.const 8192) ) ) (br $do-once49 (select - (get_local $15) - (get_local $7) + (local.get $15) + (local.get $7) (i32.lt_s - (get_local $7) - (get_local $15) + (local.get $7) + (local.get $15) ) ) ) ) ) - (set_local $16 + (local.set $16 (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 $22) + (local.get $22) (f64.const 268435456) ) ) (block (result f64) - (set_local $5 + (local.set $5 (i32.load - (get_local $20) + (local.get $20) ) ) - (get_local $22) + (local.get $22) ) ) ) - (set_local $7 - (tee_local $8 + (local.set $7 + (local.tee $8 (select - (get_local $47) - (get_local $48) + (local.get $47) + (local.get $48) (i32.lt_s - (get_local $5) + (local.get $5) (i32.const 0) ) ) @@ -4324,27 +4324,27 @@ ) (loop $while-in60 (i32.store - (get_local $7) - (tee_local $5 - (i32.trunc_u/f64 - (get_local $16) + (local.get $7) + (local.tee $5 + (i32.trunc_f64_u + (local.get $16) ) ) ) - (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 $16 + (local.tee $16 (f64.mul (f64.sub - (get_local $16) - (f64.convert_u/i32 - (get_local $5) + (local.get $16) + (f64.convert_i32_u + (local.get $5) ) ) (f64.const 1e9) @@ -4356,121 +4356,121 @@ ) (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) ) ) ) (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 $do-once63 - (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 $18 - (get_global $tempRet0) + (local.tee $18 + (global.get $tempRet0) ) (i32.const 1000000000) ) ) - (set_local $12 + (local.set $12 (call $___udivdi3 - (get_local $12) - (get_local $18) + (local.get $12) + (local.get $18) (i32.const 1000000000) ) ) (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) ) ) ) (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) ) @@ -4478,49 +4478,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 $18 + (local.set $18 (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 (i32.div_s (i32.add - (get_local $18) + (local.get $18) (i32.const 25) ) (i32.const 9) @@ -4528,221 +4528,221 @@ (i32.const 1) ) ) - (set_local $31 + (local.set $31 (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) ) - (set_local $5 + (local.set $5 (loop $while-in70 (result i32) - (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) ) ) ) (if (i32.lt_u - (get_local $6) - (get_local $5) + (local.get $6) + (local.get $5) ) (block $do-once71 - (set_local $12 + (local.set $12 (i32.add (i32.shl (i32.const 1) - (get_local $13) + (local.get $13) ) (i32.const -1) ) ) - (set_local $37 + (local.set $37 (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 - (get_local $9) + (local.get $9) (i32.shr_u - (tee_local $9 + (local.tee $9 (i32.load - (get_local $7) + (local.get $7) ) ) - (get_local $13) + (local.get $13) ) ) ) - (set_local $9 + (local.set $9 (i32.mul (i32.and - (get_local $9) - (get_local $12) + (local.get $9) + (local.get $12) ) - (get_local $37) + (local.get $37) ) ) (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 $31) + (local.get $8) + (local.get $7) + (local.get $31) ) ) (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 (result i32) (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 (result i32) - (set_local $9 - (get_local $12) + (local.set $9 + (local.get $12) ) - (get_local $7) + (local.get $7) ) ) ) ) ) - (set_local $9 - (get_local $7) + (local.set $9 + (local.get $7) ) ) - (set_local $21 - (get_local $8) + (local.set $21 + (local.get $8) ) (if (i32.lt_u - (get_local $5) - (get_local $9) + (local.get $5) + (local.get $9) ) (block $do-once75 - (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) ) @@ -4751,30 +4751,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) ) ) @@ -4782,22 +4782,22 @@ ) ) ) - (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 $18) + (local.get $18) (select - (get_local $7) + (local.get $7) (i32.const 0) (i32.ne - (get_local $24) + (local.get $24) (i32.const 102) ) ) @@ -4805,15 +4805,15 @@ (i32.shr_s (i32.shl (i32.and - (tee_local $31 + (local.tee $31 (i32.eq - (get_local $24) + (local.get $24) (i32.const 103) ) ) - (tee_local $37 + (local.tee $37 (i32.ne - (get_local $18) + (local.get $18) (i32.const 0) ) ) @@ -4828,8 +4828,8 @@ (i32.mul (i32.shr_s (i32.sub - (get_local $9) - (get_local $21) + (local.get $9) + (local.get $21) ) (i32.const 2) ) @@ -4841,12 +4841,12 @@ (block (result i32) (if (i32.lt_s - (tee_local $6 + (local.tee $6 (i32.add (i32.rem_s - (tee_local $13 + (local.tee $13 (i32.add - (get_local $6) + (local.get $6) (i32.const 9216) ) ) @@ -4858,21 +4858,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) ) ) @@ -4881,59 +4881,59 @@ ) ) ) - (set_local $12 + (local.set $12 (i32.const 10) ) ) - (set_local $13 + (local.set $13 (i32.rem_u - (tee_local $24 + (local.tee $24 (i32.load - (tee_local $6 + (local.tee $6 (i32.add (i32.add (i32.shl (i32.div_s - (get_local $13) + (local.get $13) (i32.const 9) ) (i32.const 2) ) - (get_local $8) + (local.get $8) ) (i32.const -4092) ) ) ) ) - (get_local $12) + (local.get $12) ) ) (if (i32.eqz (i32.and - (tee_local $49 + (local.tee $49 (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 $do-once81 - (set_local $16 + (local.set $16 (if (result f64) (i32.lt_u - (get_local $13) - (tee_local $50 + (local.get $13) + (local.tee $50 (i32.div_s - (get_local $12) + (local.get $12) (i32.const 2) ) ) @@ -4943,102 +4943,102 @@ (f64.const 1) (f64.const 1.5) (i32.and - (get_local $49) + (local.get $49) (i32.eq - (get_local $13) - (get_local $50) + (local.get $13) + (local.get $50) ) ) ) ) ) - (set_local $22 + (local.set $22 (select (f64.const 9007199254740994) (f64.const 9007199254740992) (i32.and (i32.div_u - (get_local $24) - (get_local $12) + (local.get $24) + (local.get $12) ) (i32.const 1) ) ) ) (if - (get_local $26) + (local.get $26) (if (i32.eq (i32.load8_s - (get_local $30) + (local.get $30) ) (i32.const 45) ) (block - (set_local $16 + (local.set $16 (f64.neg - (get_local $16) + (local.get $16) ) ) - (set_local $22 + (local.set $22 (f64.neg - (get_local $22) + (local.get $22) ) ) ) ) ) (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 $22) - (get_local $16) + (local.get $22) + (local.get $16) ) - (get_local $22) + (local.get $22) ) ) (i32.store - (get_local $6) - (tee_local $7 + (local.get $6) + (local.tee $7 (i32.add - (get_local $12) - (get_local $13) + (local.get $12) + (local.get $13) ) ) ) (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) ) ) @@ -5046,11 +5046,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) ) @@ -5058,18 +5058,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) ) @@ -5078,30 +5078,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) ) ) @@ -5110,72 +5110,72 @@ ) ) ) - (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 $9 + (local.set $9 (loop $while-in90 (result i32) (block $while-out89 (result i32) (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) ) (br $while-out89 - (get_local $5) + (local.get $5) ) ) ) (if (result i32) (i32.load - (tee_local $7 + (local.tee $7 (i32.add - (get_local $5) + (local.get $5) (i32.const -4) ) ) ) (block (result i32) - (set_local $24 + (local.set $24 (i32.const 1) ) - (get_local $5) + (local.get $5) ) (block - (set_local $5 - (get_local $7) + (local.set $5 + (local.get $7) ) (br $while-in90) ) @@ -5183,110 +5183,110 @@ ) ) ) - (set_local $5 + (local.set $5 (if (result i32) - (get_local $31) + (local.get $31) (block $do-once91 (result i32) - (set_local $7 + (local.set $7 (if (result i32) (i32.and (i32.gt_s - (tee_local $5 + (local.tee $5 (i32.add - (get_local $18) + (local.get $18) (i32.xor - (get_local $37) + (local.get $37) (i32.const 1) ) ) ) - (get_local $13) + (local.get $13) ) (i32.gt_s - (get_local $13) + (local.get $13) (i32.const -5) ) ) (block (result i32) - (set_local $18 + (local.set $18 (i32.sub (i32.add - (get_local $5) + (local.get $5) (i32.const -1) ) - (get_local $13) + (local.get $13) ) ) (i32.add - (get_local $19) + (local.get $19) (i32.const -1) ) ) (block (result i32) - (set_local $18 + (local.set $18 (i32.add - (get_local $5) + (local.get $5) (i32.const -1) ) ) (i32.add - (get_local $19) + (local.get $19) (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 $18) + (local.get $18) ) ) ) (if - (get_local $24) + (local.get $24) (block $do-once93 (if (i32.eqz - (tee_local $19 + (local.tee $19 (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) ) ) - (set_local $5 + (local.set $5 (if (result i32) (i32.rem_u - (get_local $19) + (local.get $19) (i32.const 10) ) (block - (set_local $5 + (local.set $5 (i32.const 0) ) (br $do-once93) ) (block (result i32) - (set_local $6 + (local.set $6 (i32.const 10) ) (i32.const 0) @@ -5294,19 +5294,19 @@ ) ) (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 (i32.rem_u - (get_local $19) - (tee_local $6 + (local.get $19) + (local.tee $6 (i32.mul - (get_local $6) + (local.get $6) (i32.const 10) ) ) @@ -5315,17 +5315,17 @@ ) ) ) - (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) ) @@ -5337,115 +5337,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 $18) - (tee_local $5 + (local.get $18) + (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 $18) - (get_local $5) + (local.get $18) + (local.get $5) ) ) ) (block (result i32) - (set_local $21 + (local.set $21 (i32.const 0) ) (select - (get_local $18) - (tee_local $5 + (local.get $18) + (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 $18) - (get_local $5) + (local.get $18) + (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 $19) + (local.set $7 + (local.get $19) ) - (get_local $18) + (local.get $18) ) ) ) - (set_local $6 + (local.set $6 (i32.sub (i32.const 0) - (get_local $13) + (local.get $13) ) ) (call $_pad - (get_local $0) + (local.get $0) (i32.const 32) - (get_local $15) - (tee_local $13 + (local.get $15) + (local.tee $13 (i32.add (if (result i32) - (tee_local $18 + (local.tee $18 (i32.eq (i32.or - (get_local $7) + (local.get $7) (i32.const 32) ) (i32.const 102) ) ) (block (result i32) - (set_local $19 + (local.set $19 (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) ) ) @@ -5454,15 +5454,15 @@ (if (i32.lt_s (i32.sub - (get_local $27) - (tee_local $6 + (local.get $27) + (local.tee $6 (call $_fmt_u - (tee_local $6 + (local.tee $6 (select - (get_local $6) - (get_local $13) + (local.get $6) + (local.get $13) (i32.lt_s - (get_local $13) + (local.get $13) (i32.const 0) ) ) @@ -5470,14 +5470,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 $32) + (local.get $32) ) ) ) @@ -5485,9 +5485,9 @@ ) (loop $while-in98 (i32.store8 - (tee_local $6 + (local.tee $6 (i32.add - (get_local $6) + (local.get $6) (i32.const -1) ) ) @@ -5496,8 +5496,8 @@ (br_if $while-in98 (i32.lt_s (i32.sub - (get_local $27) - (get_local $6) + (local.get $27) + (local.get $6) ) (i32.const 2) ) @@ -5506,13 +5506,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) @@ -5521,33 +5521,33 @@ ) ) (i32.store8 - (tee_local $19 + (local.tee $19 (i32.add - (get_local $6) + (local.get $6) (i32.const -2) ) ) - (get_local $7) + (local.get $7) ) (i32.sub - (get_local $27) - (get_local $19) + (local.get $27) + (local.get $19) ) ) ) (i32.add (i32.add (i32.add - (get_local $26) + (local.get $26) (i32.const 1) ) - (get_local $5) + (local.get $5) ) (i32.ne - (tee_local $31 + (local.tee $31 (i32.or - (get_local $5) - (get_local $21) + (local.get $5) + (local.get $21) ) ) (i32.const 0) @@ -5555,93 +5555,93 @@ ) ) ) - (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 $30) - (get_local $26) - (get_local $0) + (local.get $30) + (local.get $26) + (local.get $0) ) ) ) (call $_pad - (get_local $0) + (local.get $0) (i32.const 48) - (get_local $15) - (get_local $13) + (local.get $15) + (local.get $13) (i32.xor - (get_local $11) + (local.get $11) (i32.const 65536) ) ) (if - (get_local $18) + (local.get $18) (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 $29) + (local.get $29) ) ) (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 $29) + (local.get $7) + (local.get $29) ) ) (i32.store8 - (get_local $33) + (local.get $33) (i32.const 48) ) - (set_local $7 - (get_local $33) + (local.set $7 + (local.get $33) ) ) (block (br_if $do-once103 (i32.le_u - (get_local $7) - (get_local $23) + (local.get $7) + (local.get $23) ) ) (loop $while-in106 (i32.store8 - (tee_local $7 + (local.tee $7 (i32.add - (get_local $7) + (local.get $7) (i32.const -1) ) ) @@ -5649,8 +5649,8 @@ ) (br_if $while-in106 (i32.gt_u - (get_local $7) - (get_local $23) + (local.get $7) + (local.get $23) ) ) ) @@ -5661,47 +5661,47 @@ (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 $42) - (get_local $7) + (local.get $42) + (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) ) ) ) (if - (get_local $31) + (local.get $31) (if (i32.eqz (i32.and (i32.load - (get_local $0) + (local.get $0) ) (i32.const 32) ) @@ -5710,45 +5710,45 @@ (call $___fwritex (i32.const 4143) (i32.const 1) - (get_local $0) + (local.get $0) ) ) ) ) (call $_pad - (get_local $0) + (local.get $0) (i32.const 48) (i32.add (if (result i32) (i32.and (i32.lt_u - (get_local $7) - (get_local $9) + (local.get $7) + (local.get $9) ) (i32.gt_s - (get_local $5) + (local.get $5) (i32.const 0) ) ) (loop $while-in110 (result i32) (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 $29) + (local.get $29) ) ) - (get_local $23) + (local.get $23) ) (loop $while-in112 (i32.store8 - (tee_local $6 + (local.tee $6 (i32.add - (get_local $6) + (local.get $6) (i32.const -1) ) ) @@ -5756,8 +5756,8 @@ ) (br_if $while-in112 (i32.gt_u - (get_local $6) - (get_local $23) + (local.get $6) + (local.get $23) ) ) ) @@ -5766,58 +5766,58 @@ (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 (result i32) (i32.and (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) ) (i32.gt_s - (get_local $5) + (local.get $5) (i32.const 9) ) ) (block - (set_local $5 - (get_local $6) + (local.set $5 + (local.get $6) ) (br $while-in110) ) - (get_local $6) + (local.get $6) ) ) - (get_local $5) + (local.get $5) ) (i32.const 9) ) @@ -5826,88 +5826,88 @@ ) ) (block $do-once99 - (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) ) ) (call $_pad - (get_local $0) + (local.get $0) (i32.const 48) (i32.add (if (result i32) (i32.gt_s - (get_local $5) + (local.get $5) (i32.const -1) ) (block (result i32) - (set_local $18 + (local.set $18 (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 (result i32) (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 $29) + (local.get $29) ) ) - (get_local $29) + (local.get $29) ) (block (i32.store8 - (get_local $33) + (local.get $33) (i32.const 48) ) - (set_local $5 - (get_local $33) + (local.set $5 + (local.get $33) ) ) ) (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) ) ) @@ -5915,16 +5915,16 @@ (i32.or (i32.and (i32.load - (get_local $0) + (local.get $0) ) (i32.const 32) ) (i32.and (i32.lt_s - (get_local $7) + (local.get $7) (i32.const 1) ) - (get_local $18) + (local.get $18) ) ) ) @@ -5932,22 +5932,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 $23) + (local.get $5) + (local.get $23) ) ) (loop $while-in118 (i32.store8 - (tee_local $5 + (local.tee $5 (i32.add - (get_local $5) + (local.get $5) (i32.const -1) ) ) @@ -5955,70 +5955,70 @@ ) (br_if $while-in118 (i32.gt_u - (get_local $5) - (get_local $23) + (local.get $5) + (local.get $23) ) ) ) ) ) ) - (set_local $8 + (local.set $8 (i32.sub - (get_local $42) - (get_local $5) + (local.get $42) + (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) ) ) ) - (get_local $7) + (local.get $7) ) ) - (get_local $5) + (local.get $5) ) (i32.const 18) ) @@ -6028,57 +6028,57 @@ (br_if $do-once99 (i32.and (i32.load - (get_local $0) + (local.get $0) ) (i32.const 32) ) ) (drop (call $___fwritex - (get_local $19) + (local.get $19) (i32.sub - (get_local $27) - (get_local $19) + (local.get $27) + (local.get $19) ) - (get_local $0) + (local.get $0) ) ) ) ) (call $_pad - (get_local $0) + (local.get $0) (i32.const 32) - (get_local $15) - (get_local $13) + (local.get $15) + (local.get $13) (i32.xor - (get_local $11) + (local.get $11) (i32.const 8192) ) ) (select - (get_local $15) - (get_local $13) + (local.get $15) + (local.get $13) (i32.lt_s - (get_local $13) - (get_local $15) + (local.get $13) + (local.get $15) ) ) ) (block (result i32) (call $_pad - (get_local $0) + (local.get $0) (i32.const 32) - (get_local $15) - (tee_local $7 + (local.get $15) + (local.tee $7 (i32.add - (tee_local $9 + (local.tee $9 (select (i32.const 0) - (get_local $26) - (tee_local $6 + (local.get $26) + (local.tee $6 (f64.ne - (get_local $16) - (get_local $16) + (local.get $16) + (local.get $16) ) ) ) @@ -6086,17 +6086,17 @@ (i32.const 3) ) ) - (get_local $8) + (local.get $8) ) - (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 $19) + (local.get $19) (i32.const 32) ) (i32.const 0) @@ -6106,9 +6106,9 @@ (select (i32.const 4127) (i32.const 4131) - (get_local $8) + (local.get $8) ) - (get_local $6) + (local.get $6) ) ) (if @@ -6116,24 +6116,24 @@ (i32.and (if (result i32) (i32.and - (tee_local $5 + (local.tee $5 (i32.load - (get_local $0) + (local.get $0) ) ) (i32.const 32) ) - (get_local $5) + (local.get $5) (block (result i32) (drop (call $___fwritex - (get_local $30) - (get_local $9) - (get_local $0) + (local.get $30) + (local.get $9) + (local.get $0) ) ) (i32.load - (get_local $0) + (local.get $0) ) ) ) @@ -6142,92 +6142,92 @@ ) (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 $15) - (get_local $7) + (local.get $15) + (local.get $7) (i32.xor - (get_local $11) + (local.get $11) (i32.const 8192) ) ) (select - (get_local $15) - (get_local $7) + (local.get $15) + (local.get $7) (i32.lt_s - (get_local $7) - (get_local $15) + (local.get $7) + (local.get $15) ) ) ) ) ) - (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 $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 $25) + (local.get $25) ) ) - (set_local $9 + (local.set $9 (i32.and - (get_local $19) + (local.get $19) (i32.const 32) ) ) (if (i32.or - (tee_local $7 + (local.tee $7 (i32.load - (get_local $14) + (local.get $14) ) ) - (tee_local $11 + (local.tee $11 (i32.load offset=4 - (get_local $14) + (local.get $14) ) ) ) (block - (set_local $8 - (get_local $25) + (local.set $8 + (local.get $25) ) - (set_local $7 + (local.set $7 (loop $while-in123 (result i32) (i32.store8 - (tee_local $8 + (local.tee $8 (i32.add - (get_local $8) + (local.get $8) (i32.const -1) ) ) (i32.or - (get_local $9) + (local.get $9) (i32.load8_u (i32.add (i32.and - (get_local $7) + (local.get $7) (i32.const 15) ) (i32.const 4075) @@ -6237,52 +6237,52 @@ ) (br_if $while-in123 (i32.or - (tee_local $7 + (local.tee $7 (call $_bitshift64Lshr - (get_local $7) - (get_local $11) + (local.get $7) + (local.get $11) (i32.const 4) ) ) - (tee_local $11 - (get_global $tempRet0) + (local.tee $11 + (global.get $tempRet0) ) ) ) - (get_local $8) + (local.get $8) ) ) - (set_local $8 + (local.set $8 (if (result i32) (i32.or (i32.eqz (i32.or (i32.load - (get_local $14) + (local.get $14) ) (i32.load offset=4 - (get_local $14) + (local.get $14) ) ) ) (i32.eqz (i32.and - (get_local $5) + (local.get $5) (i32.const 8) ) ) ) (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 $19) + (local.get $19) (i32.const 4) ) (i32.const 4091) @@ -6294,91 +6294,91 @@ ) ) (block - (set_local $7 - (get_local $25) + (local.set $7 + (local.get $25) ) - (set_local $8 + (local.set $8 (i32.const 0) ) - (set_local $9 + (local.set $9 (i32.const 4091) ) ) ) (br $__rjti$8) ) - (set_local $7 + (local.set $7 (call $_fmt_u - (get_local $5) - (get_local $7) - (get_local $25) + (local.get $5) + (local.get $7) + (local.get $25) ) ) - (set_local $5 - (get_local $11) + (local.set $5 + (local.get $11) ) (br $__rjti$8) ) - (set_local $19 + (local.set $19 (i32.eqz - (tee_local $13 + (local.tee $13 (call $_memchr - (get_local $7) - (get_local $6) + (local.get $7) + (local.get $6) ) ) ) ) - (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) - (tee_local $5 - (get_local $7) + (local.get $13) + (local.tee $5 + (local.get $7) ) ) - (get_local $19) + (local.get $19) ) ) - (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 $19) + (local.get $13) + (local.get $19) ) ) ) - (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 $14) + (local.get $14) ) ) (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) ) ) ) @@ -6386,36 +6386,36 @@ (br_if $while-out124 (i32.or (i32.lt_s - (tee_local $7 + (local.tee $7 (call $_wctomb - (get_local $35) - (get_local $9) + (local.get $35) + (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 $5) - (get_local $7) + (local.get $5) + (local.get $7) ) ) ) @@ -6424,42 +6424,42 @@ ) (if (i32.lt_s - (get_local $7) + (local.get $7) (i32.const 0) ) (block - (set_local $17 + (local.set $17 (i32.const -1) ) (br $label$break$L1) ) ) (call $_pad - (get_local $0) + (local.get $0) (i32.const 32) - (get_local $15) - (get_local $5) - (get_local $11) + (local.get $15) + (local.get $5) + (local.get $11) ) (if (result i32) - (get_local $5) + (local.get $5) (block (result i32) - (set_local $6 + (local.set $6 (i32.const 0) ) - (set_local $7 + (local.set $7 (i32.load - (get_local $14) + (local.get $14) ) ) (loop $while-in127 (result i32) (drop (br_if $__rjti$7 - (get_local $5) + (local.get $5) (i32.eqz - (tee_local $8 + (local.tee $8 (i32.load - (get_local $7) + (local.get $7) ) ) ) @@ -6467,20 +6467,20 @@ ) (drop (br_if $__rjti$7 - (get_local $5) + (local.get $5) (i32.gt_s - (tee_local $6 + (local.tee $6 (i32.add - (tee_local $8 + (local.tee $8 (call $_wctomb - (get_local $35) - (get_local $8) + (local.get $35) + (local.get $8) ) ) - (get_local $6) + (local.get $6) ) ) - (get_local $5) + (local.get $5) ) ) ) @@ -6488,32 +6488,32 @@ (i32.eqz (i32.and (i32.load - (get_local $0) + (local.get $0) ) (i32.const 32) ) ) (drop (call $___fwritex - (get_local $35) - (get_local $8) - (get_local $0) + (local.get $35) + (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) ) ) - (get_local $5) + (local.get $5) ) ) (i32.const 0) @@ -6521,52 +6521,52 @@ ) ) (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 $15) - (get_local $7) + (local.get $15) + (local.get $7) (i32.gt_s - (get_local $15) - (get_local $7) + (local.get $15) + (local.get $7) ) ) ) (br $label$continue$L1) ) - (set_local $11 + (local.set $11 (select (i32.and - (get_local $5) + (local.get $5) (i32.const -65537) ) - (get_local $5) + (local.get $5) (i32.gt_s - (get_local $6) + (local.get $6) (i32.const -1) ) ) ) (if (result i32) (i32.or - (get_local $6) - (tee_local $5 + (local.get $6) + (local.tee $5 (i32.or (i32.ne (i32.load - (get_local $14) + (local.get $14) ) (i32.const 0) ) (i32.ne (i32.load offset=4 - (get_local $14) + (local.get $14) ) (i32.const 0) ) @@ -6574,133 +6574,133 @@ ) ) (block (result i32) - (set_local $12 + (local.set $12 (select - (get_local $6) - (tee_local $7 + (local.get $6) + (local.tee $7 (i32.add (i32.xor (i32.and - (get_local $5) + (local.get $5) (i32.const 1) ) (i32.const 1) ) (i32.sub - (get_local $38) - (tee_local $5 - (get_local $7) + (local.get $38) + (local.tee $5 + (local.get $7) ) ) ) ) (i32.gt_s - (get_local $6) - (get_local $7) + (local.get $6) + (local.get $7) ) ) ) - (get_local $25) + (local.get $25) ) (block (result i32) - (set_local $12 + (local.set $12 (i32.const 0) ) - (tee_local $5 - (get_local $25) + (local.tee $5 + (local.get $25) ) ) ) ) - (get_local $5) + (local.get $5) ) ) - (get_local $12) + (local.get $12) (i32.lt_s - (get_local $12) - (get_local $13) + (local.get $12) + (local.get $13) ) ) ) - (get_local $8) + (local.get $8) ) ) - (get_local $15) + (local.get $15) (i32.lt_s - (get_local $15) - (get_local $6) + (local.get $15) + (local.get $6) ) ) ) - (get_local $6) - (get_local $11) + (local.get $6) + (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 $7) - (get_local $6) + (local.get $7) + (local.get $6) (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 $5) - (get_local $13) - (get_local $0) + (local.get $5) + (local.get $13) + (local.get $0) ) ) ) (call $_pad - (get_local $0) + (local.get $0) (i32.const 32) - (get_local $7) - (get_local $6) + (local.get $7) + (local.get $6) (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 $7) + (local.set $10 + (local.get $7) ) (br $label$continue$L1) ) @@ -6709,25 +6709,25 @@ ) (if (i32.eqz - (get_local $0) + (local.get $0) ) - (set_local $17 + (local.set $17 (if (result i32) - (get_local $1) + (local.get $1) (block (result i32) - (set_local $0 + (local.set $0 (i32.const 1) ) (loop $while-in130 (if - (tee_local $1 + (local.tee $1 (i32.load (i32.add (i32.shl - (get_local $0) + (local.get $0) (i32.const 2) ) - (get_local $4) + (local.get $4) ) ) ) @@ -6735,26 +6735,26 @@ (call $_pop_arg_336 (i32.add (i32.shl - (get_local $0) + (local.get $0) (i32.const 3) ) - (get_local $3) + (local.get $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 $17 + (local.set $17 (i32.const 1) ) (br $label$break$L343) @@ -6763,7 +6763,7 @@ ) (if (result i32) (i32.lt_s - (get_local $0) + (local.get $0) (i32.const 10) ) (loop $while-in132 (result i32) @@ -6771,14 +6771,14 @@ (i32.load (i32.add (i32.shl - (get_local $0) + (local.get $0) (i32.const 2) ) - (get_local $4) + (local.get $4) ) ) (block - (set_local $17 + (local.set $17 (i32.const -1) ) (br $label$break$L343) @@ -6786,9 +6786,9 @@ ) (br_if $while-in132 (i32.lt_s - (tee_local $0 + (local.tee $0 (i32.add - (get_local $0) + (local.get $0) (i32.const 1) ) ) @@ -6805,10 +6805,10 @@ ) ) ) - (set_global $STACKTOP - (get_local $34) + (global.set $STACKTOP + (local.get $34) ) - (get_local $17) + (local.get $17) ) (func $_pop_arg_336 (; 45 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -6816,7 +6816,7 @@ (local $5 i32) (if (i32.le_u - (get_local $1) + (local.get $1) (i32.const 20) ) (block $label$break$L1 @@ -6832,18 +6832,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 $label$break$L1 (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) ) @@ -6853,25 +6853,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) ) @@ -6881,22 +6881,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) @@ -6906,13 +6906,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) ) @@ -6922,30 +6922,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) ) @@ -6955,35 +6955,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) ) @@ -6993,19 +6993,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) @@ -7015,11 +7015,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) @@ -7029,13 +7029,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) ) @@ -7045,32 +7045,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) ) @@ -7080,19 +7080,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) @@ -7102,11 +7102,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) @@ -7116,13 +7116,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) ) @@ -7132,32 +7132,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) ) @@ -7167,25 +7167,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) ) @@ -7195,15 +7195,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) ) ) ) @@ -7215,179 +7215,179 @@ (i32.or (i32.and (i32.eqz - (get_local $1) + (local.get $1) ) (i32.gt_u - (get_local $0) + (local.get $0) (i32.const -1) ) ) (i32.gt_u - (get_local $1) + (local.get $1) (i32.const 0) ) ) - (set_local $0 + (local.set $0 (loop $while-in (result i32) (i32.store8 - (tee_local $2 + (local.tee $2 (i32.add - (get_local $2) + (local.get $2) (i32.const -1) ) ) (i32.or (call $___uremdi3 - (get_local $0) - (get_local $1) + (local.get $0) + (local.get $1) (i32.const 10) ) (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) ) ) - (set_local $4 - (get_global $tempRet0) + (local.set $4 + (global.get $tempRet0) ) (if (result i32) (i32.or (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) ) ) (i32.gt_u - (get_local $1) + (local.get $1) (i32.const 9) ) ) (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) ) - (get_local $3) + (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 (i32.rem_u - (get_local $0) + (local.get $0) (i32.const 10) ) (i32.const 48) ) ) - (set_local $1 + (local.set $1 (i32.div_u - (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 (; 47 ;) (; has Stack IR ;) (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) ) (if (i32.and (i32.eqz (i32.and - (get_local $4) + (local.get $4) (i32.const 73728) ) ) (i32.gt_s - (get_local $2) - (get_local $3) + (local.get $2) + (local.get $3) ) ) (block $do-once (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) @@ -7396,41 +7396,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) ) ) @@ -7440,14 +7440,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) ) @@ -7455,21 +7455,21 @@ ) (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 (; 48 ;) (; has Stack IR ;) (param $0 i32) (result i32) @@ -7491,36 +7491,36 @@ (local $16 i32) (local $17 i32) (local $18 i32) - (set_local $0 + (local.set $0 (if (result i32) (i32.lt_u - (get_local $0) + (local.get $0) (i32.const 245) ) (block (result i32) (if (i32.and - (tee_local $10 + (local.tee $10 (i32.shr_u - (tee_local $6 + (local.tee $6 (i32.load (i32.const 176) ) ) - (tee_local $13 + (local.tee $13 (i32.shr_u - (tee_local $2 + (local.tee $2 (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) ) ) @@ -7535,27 +7535,27 @@ (block (if (i32.eq - (tee_local $7 + (local.tee $7 (i32.load - (tee_local $1 + (local.tee $1 (i32.add - (tee_local $11 + (local.tee $11 (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 $10) + (local.get $10) (i32.const 1) ) (i32.const 1) ) - (get_local $13) + (local.get $13) ) ) (i32.const 3) @@ -7573,16 +7573,16 @@ ) ) ) - (get_local $2) + (local.get $2) ) (i32.store (i32.const 176) (i32.and - (get_local $6) + (local.get $6) (i32.xor (i32.shl (i32.const 1) - (get_local $4) + (local.get $4) ) (i32.const -1) ) @@ -7591,7 +7591,7 @@ (block (if (i32.lt_u - (get_local $7) + (local.get $7) (i32.load (i32.const 192) ) @@ -7600,11 +7600,11 @@ ) (if (i32.eq - (get_local $11) + (local.get $11) (i32.load - (tee_local $0 + (local.tee $0 (i32.add - (get_local $7) + (local.get $7) (i32.const 12) ) ) @@ -7612,12 +7612,12 @@ ) (block (i32.store - (get_local $0) - (get_local $2) + (local.get $0) + (local.get $2) ) (i32.store - (get_local $3) - (get_local $7) + (local.get $3) + (local.get $7) ) ) (call $_abort) @@ -7625,11 +7625,11 @@ ) ) (i32.store offset=4 - (get_local $11) + (local.get $11) (i32.or - (tee_local $0 + (local.tee $0 (i32.shl - (get_local $4) + (local.get $4) (i32.const 3) ) ) @@ -7637,31 +7637,31 @@ ) ) (i32.store - (tee_local $0 + (local.tee $0 (i32.add (i32.add - (get_local $0) - (get_local $11) + (local.get $0) + (local.get $11) ) (i32.const 4) ) ) (i32.or (i32.load - (get_local $0) + (local.get $0) ) (i32.const 1) ) ) (return - (get_local $1) + (local.get $1) ) ) ) (if (result i32) (i32.gt_u - (get_local $2) - (tee_local $0 + (local.get $2) + (local.tee $0 (i32.load (i32.const 184) ) @@ -7669,56 +7669,56 @@ ) (block (result i32) (if - (get_local $10) + (local.get $10) (block (if (i32.eq - (tee_local $8 + (local.tee $8 (i32.load - (tee_local $4 + (local.tee $4 (i32.add - (tee_local $10 + (local.tee $10 (i32.load - (tee_local $3 + (local.tee $3 (i32.add - (tee_local $7 + (local.tee $7 (i32.add (i32.shl - (tee_local $11 + (local.tee $11 (i32.add (i32.or (i32.or (i32.or (i32.or - (tee_local $3 + (local.tee $3 (i32.and (i32.shr_u - (tee_local $4 + (local.tee $4 (i32.add (i32.and - (tee_local $3 + (local.tee $3 (i32.and (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.shl - (get_local $10) - (get_local $13) + (local.get $10) + (local.get $13) ) ) ) (i32.sub (i32.const 0) - (get_local $3) + (local.get $3) ) ) (i32.const -1) @@ -7729,13 +7729,13 @@ (i32.const 16) ) ) - (tee_local $3 + (local.tee $3 (i32.and (i32.shr_u - (tee_local $4 + (local.tee $4 (i32.shr_u - (get_local $4) - (get_local $3) + (local.get $4) + (local.get $3) ) ) (i32.const 5) @@ -7744,13 +7744,13 @@ ) ) ) - (tee_local $3 + (local.tee $3 (i32.and (i32.shr_u - (tee_local $4 + (local.tee $4 (i32.shr_u - (get_local $4) - (get_local $3) + (local.get $4) + (local.get $3) ) ) (i32.const 2) @@ -7759,13 +7759,13 @@ ) ) ) - (tee_local $3 + (local.tee $3 (i32.and (i32.shr_u - (tee_local $4 + (local.tee $4 (i32.shr_u - (get_local $4) - (get_local $3) + (local.get $4) + (local.get $3) ) ) (i32.const 1) @@ -7774,13 +7774,13 @@ ) ) ) - (tee_local $3 + (local.tee $3 (i32.and (i32.shr_u - (tee_local $4 + (local.tee $4 (i32.shr_u - (get_local $4) - (get_local $3) + (local.get $4) + (local.get $3) ) ) (i32.const 1) @@ -7790,8 +7790,8 @@ ) ) (i32.shr_u - (get_local $4) - (get_local $3) + (local.get $4) + (local.get $3) ) ) ) @@ -7810,30 +7810,30 @@ ) ) ) - (get_local $7) + (local.get $7) ) (block (i32.store (i32.const 176) (i32.and - (get_local $6) + (local.get $6) (i32.xor (i32.shl (i32.const 1) - (get_local $11) + (local.get $11) ) (i32.const -1) ) ) ) - (set_local $9 - (get_local $0) + (local.set $9 + (local.get $0) ) ) (block (if (i32.lt_u - (get_local $8) + (local.get $8) (i32.load (i32.const 192) ) @@ -7843,25 +7843,25 @@ (if (i32.eq (i32.load - (tee_local $0 + (local.tee $0 (i32.add - (get_local $8) + (local.get $8) (i32.const 12) ) ) ) - (get_local $10) + (local.get $10) ) (block (i32.store - (get_local $0) - (get_local $7) + (local.get $0) + (local.get $7) ) (i32.store - (get_local $3) - (get_local $8) + (local.get $3) + (local.get $8) ) - (set_local $9 + (local.set $9 (i32.load (i32.const 184) ) @@ -7872,27 +7872,27 @@ ) ) (i32.store offset=4 - (get_local $10) + (local.get $10) (i32.or - (get_local $2) + (local.get $2) (i32.const 3) ) ) (i32.store offset=4 - (tee_local $7 + (local.tee $7 (i32.add - (get_local $2) - (get_local $10) + (local.get $2) + (local.get $10) ) ) (i32.or - (tee_local $11 + (local.tee $11 (i32.sub (i32.shl - (get_local $11) + (local.get $11) (i32.const 3) ) - (get_local $2) + (local.get $2) ) ) (i32.const 1) @@ -7900,25 +7900,25 @@ ) (i32.store (i32.add - (get_local $7) - (get_local $11) + (local.get $7) + (local.get $11) ) - (get_local $11) + (local.get $11) ) (if - (get_local $9) + (local.get $9) (block - (set_local $6 + (local.set $6 (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 $9) + (local.get $9) (i32.const 3) ) ) @@ -7929,25 +7929,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 $2) + (local.get $2) (i32.const 8) ) ) @@ -7959,11 +7959,11 @@ ) (call $_abort) (block - (set_local $5 - (get_local $3) + (local.set $5 + (local.get $3) ) - (set_local $1 - (get_local $0) + (local.set $1 + (local.get $0) ) ) ) @@ -7971,64 +7971,64 @@ (i32.store (i32.const 176) (i32.or - (get_local $0) - (get_local $3) + (local.get $0) + (local.get $3) ) ) - (set_local $5 + (local.set $5 (i32.add - (get_local $2) + (local.get $2) (i32.const 8) ) ) - (set_local $1 - (get_local $2) + (local.set $1 + (local.get $2) ) ) ) (i32.store - (get_local $5) - (get_local $6) + (local.get $5) + (local.get $6) ) (i32.store offset=12 - (get_local $1) - (get_local $6) + (local.get $1) + (local.get $6) ) (i32.store offset=8 - (get_local $6) - (get_local $1) + (local.get $6) + (local.get $1) ) (i32.store offset=12 - (get_local $6) - (get_local $2) + (local.get $6) + (local.get $2) ) ) ) (i32.store (i32.const 184) - (get_local $11) + (local.get $11) ) (i32.store (i32.const 196) - (get_local $7) + (local.get $7) ) (return - (get_local $4) + (local.get $4) ) ) ) (if (result i32) - (tee_local $0 + (local.tee $0 (i32.load (i32.const 180) ) ) (block - (set_local $11 + (local.set $11 (i32.sub (i32.and (i32.load offset=4 - (tee_local $0 + (local.tee $0 (i32.load offset=480 (i32.shl (i32.add @@ -8036,16 +8036,16 @@ (i32.or (i32.or (i32.or - (tee_local $0 + (local.tee $0 (i32.and (i32.shr_u - (tee_local $1 + (local.tee $1 (i32.add (i32.and - (get_local $0) + (local.get $0) (i32.sub (i32.const 0) - (get_local $0) + (local.get $0) ) ) (i32.const -1) @@ -8056,13 +8056,13 @@ (i32.const 16) ) ) - (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 5) @@ -8071,13 +8071,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 2) @@ -8086,13 +8086,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) @@ -8101,13 +8101,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) @@ -8117,8 +8117,8 @@ ) ) (i32.shr_u - (get_local $1) - (get_local $0) + (local.get $1) + (local.get $0) ) ) (i32.const 2) @@ -8128,70 +8128,70 @@ ) (i32.const -8) ) - (get_local $2) + (local.get $2) ) ) - (set_local $7 - (get_local $0) + (local.set $7 + (local.get $0) ) (loop $while-in (block $while-out (if - (tee_local $1 + (local.tee $1 (i32.load offset=16 - (get_local $0) + (local.get $0) ) ) - (set_local $0 - (get_local $1) + (local.set $0 + (local.get $1) ) (if (i32.eqz - (tee_local $0 + (local.tee $0 (i32.load offset=20 - (get_local $0) + (local.get $0) ) ) ) (block - (set_local $6 - (get_local $11) + (local.set $6 + (local.get $11) ) - (set_local $8 - (get_local $7) + (local.set $8 + (local.get $7) ) (br $while-out) ) ) ) - (set_local $6 + (local.set $6 (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 $2) + (local.get $2) ) ) - (get_local $11) + (local.get $11) ) ) - (set_local $11 + (local.set $11 (select - (get_local $1) - (get_local $11) - (get_local $6) + (local.get $1) + (local.get $11) + (local.get $6) ) ) - (set_local $7 + (local.set $7 (select - (get_local $0) - (get_local $7) - (get_local $6) + (local.get $0) + (local.get $7) + (local.get $6) ) ) (br $while-in) @@ -8199,8 +8199,8 @@ ) (if (i32.lt_u - (get_local $8) - (tee_local $10 + (local.get $8) + (local.tee $10 (i32.load (i32.const 192) ) @@ -8210,38 +8210,38 @@ ) (if (i32.ge_u - (get_local $8) - (tee_local $5 + (local.get $8) + (local.tee $5 (i32.add - (get_local $2) - (get_local $8) + (local.get $2) + (local.get $8) ) ) ) (call $_abort) ) - (set_local $9 + (local.set $9 (i32.load offset=24 - (get_local $8) + (local.get $8) ) ) (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 $do-once4 (if (i32.eqz - (tee_local $1 + (local.tee $1 (i32.load - (tee_local $0 + (local.tee $0 (i32.add - (get_local $8) + (local.get $8) (i32.const 20) ) ) @@ -8250,11 +8250,11 @@ ) (br_if $do-once4 (i32.eqz - (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) ) ) @@ -8265,43 +8265,43 @@ ) (loop $while-in7 (if - (tee_local $7 + (local.tee $7 (i32.load - (tee_local $11 + (local.tee $11 (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 $11) + (local.set $0 + (local.get $11) ) (br $while-in7) ) ) (if - (tee_local $7 + (local.tee $7 (i32.load - (tee_local $11 + (local.tee $11 (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 $11) + (local.set $0 + (local.get $11) ) (br $while-in7) ) @@ -8309,17 +8309,17 @@ ) (if (i32.lt_u - (get_local $0) - (get_local $10) + (local.get $0) + (local.get $10) ) (call $_abort) (block (i32.store - (get_local $0) + (local.get $0) (i32.const 0) ) - (set_local $4 - (get_local $1) + (local.set $4 + (local.get $1) ) ) ) @@ -8327,22 +8327,22 @@ (block (if (i32.lt_u - (tee_local $11 + (local.tee $11 (i32.load offset=8 - (get_local $8) + (local.get $8) ) ) - (get_local $10) + (local.get $10) ) (call $_abort) ) (if (i32.ne - (get_local $8) + (local.get $8) (i32.load - (tee_local $7 + (local.tee $7 (i32.add - (get_local $11) + (local.get $11) (i32.const 12) ) ) @@ -8353,26 +8353,26 @@ (if (i32.eq (i32.load - (tee_local $1 + (local.tee $1 (i32.add - (get_local $0) + (local.get $0) (i32.const 8) ) ) ) - (get_local $8) + (local.get $8) ) (block (i32.store - (get_local $7) - (get_local $0) + (local.get $7) + (local.get $0) ) (i32.store - (get_local $1) - (get_local $11) + (local.get $1) + (local.get $11) ) - (set_local $4 - (get_local $0) + (local.set $4 + (local.get $0) ) ) (call $_abort) @@ -8380,17 +8380,17 @@ ) ) (if - (get_local $9) + (local.get $9) (block $do-once8 (if (i32.eq (i32.load - (tee_local $0 + (local.tee $0 (i32.add (i32.shl - (tee_local $1 + (local.tee $1 (i32.load offset=28 - (get_local $8) + (local.get $8) ) ) (i32.const 2) @@ -8399,16 +8399,16 @@ ) ) ) - (get_local $8) + (local.get $8) ) (block (i32.store - (get_local $0) - (get_local $4) + (local.get $0) + (local.get $4) ) (if (i32.eqz - (get_local $4) + (local.get $4) ) (block (i32.store @@ -8420,7 +8420,7 @@ (i32.xor (i32.shl (i32.const 1) - (get_local $1) + (local.get $1) ) (i32.const -1) ) @@ -8433,7 +8433,7 @@ (block (if (i32.lt_u - (get_local $9) + (local.get $9) (i32.load (i32.const 192) ) @@ -8443,35 +8443,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 $8) + (local.get $8) ) (i32.store - (get_local $0) - (get_local $4) + (local.get $0) + (local.get $4) ) (i32.store offset=20 - (get_local $9) - (get_local $4) + (local.get $9) + (local.get $4) ) ) (br_if $do-once8 (i32.eqz - (get_local $4) + (local.get $4) ) ) ) ) (if (i32.lt_u - (get_local $4) - (tee_local $0 + (local.get $4) + (local.tee $0 (i32.load (i32.const 192) ) @@ -8480,42 +8480,42 @@ (call $_abort) ) (i32.store offset=24 - (get_local $4) - (get_local $9) + (local.get $4) + (local.get $9) ) (if - (tee_local $1 + (local.tee $1 (i32.load offset=16 - (get_local $8) + (local.get $8) ) ) (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 $4) - (get_local $1) + (local.get $4) + (local.get $1) ) (i32.store offset=24 - (get_local $1) - (get_local $4) + (local.get $1) + (local.get $4) ) ) ) ) (if - (tee_local $0 + (local.tee $0 (i32.load offset=20 - (get_local $8) + (local.get $8) ) ) (if (i32.lt_u - (get_local $0) + (local.get $0) (i32.load (i32.const 192) ) @@ -8523,12 +8523,12 @@ (call $_abort) (block (i32.store offset=20 - (get_local $4) - (get_local $0) + (local.get $4) + (local.get $0) ) (i32.store offset=24 - (get_local $0) - (get_local $4) + (local.get $0) + (local.get $4) ) ) ) @@ -8537,35 +8537,35 @@ ) (if (i32.lt_u - (get_local $6) + (local.get $6) (i32.const 16) ) (block (i32.store offset=4 - (get_local $8) + (local.get $8) (i32.or - (tee_local $0 + (local.tee $0 (i32.add - (get_local $2) - (get_local $6) + (local.get $2) + (local.get $6) ) ) (i32.const 3) ) ) (i32.store - (tee_local $0 + (local.tee $0 (i32.add (i32.add - (get_local $0) - (get_local $8) + (local.get $0) + (local.get $8) ) (i32.const 4) ) ) (i32.or (i32.load - (get_local $0) + (local.get $0) ) (i32.const 1) ) @@ -8573,44 +8573,44 @@ ) (block (i32.store offset=4 - (get_local $8) + (local.get $8) (i32.or - (get_local $2) + (local.get $2) (i32.const 3) ) ) (i32.store offset=4 - (get_local $5) + (local.get $5) (i32.or - (get_local $6) + (local.get $6) (i32.const 1) ) ) (i32.store (i32.add - (get_local $5) - (get_local $6) + (local.get $5) + (local.get $6) ) - (get_local $6) + (local.get $6) ) (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) ) ) @@ -8621,25 +8621,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) ) ) @@ -8651,11 +8651,11 @@ ) (call $_abort) (block - (set_local $12 - (get_local $1) + (local.set $12 + (local.get $1) ) - (set_local $3 - (get_local $0) + (local.set $3 + (local.get $0) ) ) ) @@ -8663,74 +8663,74 @@ (i32.store (i32.const 176) (i32.or - (get_local $0) - (get_local $1) + (local.get $0) + (local.get $1) ) ) - (set_local $12 + (local.set $12 (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 $12) - (get_local $4) + (local.get $12) + (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 $6) + (local.get $6) ) (i32.store (i32.const 196) - (get_local $5) + (local.get $5) ) ) ) (return (i32.add - (get_local $8) + (local.get $8) (i32.const 8) ) ) ) - (get_local $2) + (local.get $2) ) ) - (get_local $2) + (local.get $2) ) ) (if (result i32) (i32.gt_u - (get_local $0) + (local.get $0) (i32.const -65) ) (i32.const -1) (block $do-once (result i32) - (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) ) ) @@ -8738,39 +8738,39 @@ ) ) (if (result i32) - (tee_local $18 + (local.tee $18 (i32.load (i32.const 180) ) ) (block (result i32) - (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) (block (result i32) - (set_local $4 + (local.set $4 (i32.and (i32.shr_u (i32.add - (tee_local $0 + (local.tee $0 (i32.shl - (get_local $0) - (tee_local $1 + (local.get $0) + (local.tee $1 (i32.and (i32.shr_u (i32.add - (get_local $0) + (local.get $0) (i32.const 1048320) ) (i32.const 16) @@ -8787,14 +8787,14 @@ (i32.const 4) ) ) - (set_local $3 + (local.set $3 (i32.and (i32.shr_u (i32.add - (tee_local $0 + (local.tee $0 (i32.shl - (get_local $0) - (get_local $4) + (local.get $0) + (local.get $4) ) ) (i32.const 245760) @@ -8807,24 +8807,24 @@ (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 - (get_local $1) - (get_local $4) + (local.get $1) + (local.get $4) ) - (get_local $3) + (local.get $3) ) ) (i32.shr_u (i32.shl - (get_local $0) - (get_local $3) + (local.get $0) + (local.get $3) ) (i32.const 15) ) @@ -8836,7 +8836,7 @@ (i32.const 1) ) (i32.shl - (get_local $0) + (local.get $0) (i32.const 1) ) ) @@ -8845,113 +8845,113 @@ (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 - (set_local $0 + (local.set $0 (if (result i32) - (tee_local $0 + (local.tee $0 (i32.load offset=480 (i32.shl - (get_local $14) + (local.get $14) (i32.const 2) ) ) ) (block (result i32) - (set_local $9 + (local.set $9 (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 (result i32) (if (i32.lt_u - (tee_local $4 + (local.tee $4 (i32.sub - (tee_local $12 + (local.tee $12 (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) ) - (set_local $1 + (local.set $1 (if (result i32) (i32.eq - (get_local $2) - (get_local $12) + (local.get $2) + (local.get $12) ) (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 (result i32) - (set_local $3 - (get_local $4) + (local.set $3 + (local.get $4) ) - (get_local $0) + (local.get $0) ) ) ) ) - (set_local $0 + (local.set $0 (select - (get_local $5) - (tee_local $4 + (local.get $5) + (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 $12 + (local.get $4) + (local.tee $12 (i32.load (i32.add (i32.add - (get_local $0) + (local.get $0) (i32.const 16) ) (i32.shl (i32.shr_u - (get_local $9) + (local.get $9) (i32.const 31) ) (i32.const 2) @@ -8963,13 +8963,13 @@ ) ) ) - (set_local $4 + (local.set $4 (i32.shl - (get_local $9) + (local.get $9) (i32.xor - (tee_local $5 + (local.tee $5 (i32.eqz - (get_local $12) + (local.get $12) ) ) (i32.const 1) @@ -8977,22 +8977,22 @@ ) ) (if (result i32) - (get_local $5) + (local.get $5) (block (result i32) - (set_local $4 - (get_local $0) + (local.set $4 + (local.get $0) ) - (get_local $1) + (local.get $1) ) (block - (set_local $5 - (get_local $0) + (local.set $5 + (local.get $0) ) - (set_local $9 - (get_local $4) + (local.set $9 + (local.get $4) ) - (set_local $0 - (get_local $12) + (local.set $0 + (local.get $12) ) (br $while-in14) ) @@ -9000,7 +9000,7 @@ ) ) (block (result i32) - (set_local $4 + (local.set $4 (i32.const 0) ) (i32.const 0) @@ -9010,28 +9010,28 @@ (if (i32.eqz (i32.or - (get_local $0) - (get_local $4) + (local.get $0) + (local.get $4) ) ) (block (drop (br_if $do-once - (get_local $2) + (local.get $2) (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) ) ) ) @@ -9039,7 +9039,7 @@ ) ) ) - (set_local $4 + (local.set $4 (i32.load offset=480 (i32.shl (i32.add @@ -9047,16 +9047,16 @@ (i32.or (i32.or (i32.or - (tee_local $1 + (local.tee $1 (i32.and (i32.shr_u - (tee_local $4 + (local.tee $4 (i32.add (i32.and - (get_local $1) + (local.get $1) (i32.sub (i32.const 0) - (get_local $1) + (local.get $1) ) ) (i32.const -1) @@ -9067,13 +9067,13 @@ (i32.const 16) ) ) - (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 5) @@ -9082,13 +9082,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 2) @@ -9097,13 +9097,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) @@ -9112,13 +9112,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) @@ -9128,8 +9128,8 @@ ) ) (i32.shr_u - (get_local $4) - (get_local $1) + (local.get $4) + (local.get $1) ) ) (i32.const 2) @@ -9138,99 +9138,99 @@ ) ) ) - (set_local $4 + (local.set $4 (if (result i32) - (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) ) - (get_local $0) + (local.get $0) ) ) (br $__rjto$3) ) - (set_local $3 + (local.set $3 (loop $while-in16 (result i32) - (set_local $12 + (local.set $12 (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 $12) + (local.get $4) + (local.get $1) + (local.get $12) ) ) - (set_local $0 + (local.set $0 (select - (get_local $3) - (get_local $0) - (get_local $12) + (local.get $3) + (local.get $0) + (local.get $12) ) ) (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 $4 - (get_local $0) + (local.set $4 + (local.get $0) ) - (get_local $1) + (local.get $1) ) ) ) (if (result i32) - (get_local $4) + (local.get $4) (if (result i32) (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 $8 + (local.get $4) + (local.tee $8 (i32.load (i32.const 192) ) @@ -9240,38 +9240,38 @@ ) (if (i32.ge_u - (get_local $4) - (tee_local $5 + (local.get $4) + (local.tee $5 (i32.add - (get_local $2) - (get_local $4) + (local.get $2) + (local.get $4) ) ) ) (call $_abort) ) - (set_local $12 + (local.set $12 (i32.load offset=24 - (get_local $4) + (local.get $4) ) ) (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 $do-once17 (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) ) ) @@ -9280,11 +9280,11 @@ ) (br_if $do-once17 (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) ) ) @@ -9295,43 +9295,43 @@ ) (loop $while-in20 (if - (tee_local $7 + (local.tee $7 (i32.load - (tee_local $11 + (local.tee $11 (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 $11) + (local.set $0 + (local.get $11) ) (br $while-in20) ) ) (if - (tee_local $7 + (local.tee $7 (i32.load - (tee_local $11 + (local.tee $11 (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 $11) + (local.set $0 + (local.get $11) ) (br $while-in20) ) @@ -9339,17 +9339,17 @@ ) (if (i32.lt_u - (get_local $0) - (get_local $8) + (local.get $0) + (local.get $8) ) (call $_abort) (block (i32.store - (get_local $0) + (local.get $0) (i32.const 0) ) - (set_local $10 - (get_local $1) + (local.set $10 + (local.get $1) ) ) ) @@ -9357,22 +9357,22 @@ (block (if (i32.lt_u - (tee_local $11 + (local.tee $11 (i32.load offset=8 - (get_local $4) + (local.get $4) ) ) - (get_local $8) + (local.get $8) ) (call $_abort) ) (if (i32.ne - (get_local $4) + (local.get $4) (i32.load - (tee_local $7 + (local.tee $7 (i32.add - (get_local $11) + (local.get $11) (i32.const 12) ) ) @@ -9383,26 +9383,26 @@ (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 $11) + (local.get $1) + (local.get $11) ) - (set_local $10 - (get_local $0) + (local.set $10 + (local.get $0) ) ) (call $_abort) @@ -9410,17 +9410,17 @@ ) ) (if - (get_local $12) + (local.get $12) (block $do-once21 (if (i32.eq (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) @@ -9429,16 +9429,16 @@ ) ) ) - (get_local $4) + (local.get $4) ) (block (i32.store - (get_local $0) - (get_local $10) + (local.get $0) + (local.get $10) ) (if (i32.eqz - (get_local $10) + (local.get $10) ) (block (i32.store @@ -9450,7 +9450,7 @@ (i32.xor (i32.shl (i32.const 1) - (get_local $1) + (local.get $1) ) (i32.const -1) ) @@ -9463,7 +9463,7 @@ (block (if (i32.lt_u - (get_local $12) + (local.get $12) (i32.load (i32.const 192) ) @@ -9473,35 +9473,35 @@ (if (i32.eq (i32.load - (tee_local $0 + (local.tee $0 (i32.add - (get_local $12) + (local.get $12) (i32.const 16) ) ) ) - (get_local $4) + (local.get $4) ) (i32.store - (get_local $0) - (get_local $10) + (local.get $0) + (local.get $10) ) (i32.store offset=20 - (get_local $12) - (get_local $10) + (local.get $12) + (local.get $10) ) ) (br_if $do-once21 (i32.eqz - (get_local $10) + (local.get $10) ) ) ) ) (if (i32.lt_u - (get_local $10) - (tee_local $0 + (local.get $10) + (local.tee $0 (i32.load (i32.const 192) ) @@ -9510,42 +9510,42 @@ (call $_abort) ) (i32.store offset=24 - (get_local $10) - (get_local $12) + (local.get $10) + (local.get $12) ) (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 $10) - (get_local $1) + (local.get $10) + (local.get $1) ) (i32.store offset=24 - (get_local $1) - (get_local $10) + (local.get $1) + (local.get $10) ) ) ) ) (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) ) @@ -9553,12 +9553,12 @@ (call $_abort) (block (i32.store offset=20 - (get_local $10) - (get_local $0) + (local.get $10) + (local.get $0) ) (i32.store offset=24 - (get_local $0) - (get_local $10) + (local.get $0) + (local.get $10) ) ) ) @@ -9567,35 +9567,35 @@ ) (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 $2) - (get_local $3) + (local.get $2) + (local.get $3) ) ) (i32.const 3) ) ) (i32.store - (tee_local $0 + (local.tee $0 (i32.add (i32.add - (get_local $0) - (get_local $4) + (local.get $0) + (local.get $4) ) (i32.const 4) ) ) (i32.or (i32.load - (get_local $0) + (local.get $0) ) (i32.const 1) ) @@ -9603,42 +9603,42 @@ ) (block $do-once25 (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 $5) + (local.get $5) (i32.or - (get_local $3) + (local.get $3) (i32.const 1) ) ) (i32.store (i32.add - (get_local $3) - (get_local $5) + (local.get $3) + (local.get $5) ) - (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) @@ -9646,25 +9646,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) ) ) @@ -9676,11 +9676,11 @@ ) (call $_abort) (block - (set_local $13 - (get_local $1) + (local.set $13 + (local.get $1) ) - (set_local $6 - (get_local $0) + (local.set $6 + (local.get $0) ) ) ) @@ -9688,70 +9688,70 @@ (i32.store (i32.const 176) (i32.or - (get_local $0) - (get_local $1) + (local.get $0) + (local.get $1) ) ) - (set_local $13 + (local.set $13 (i32.add - (get_local $3) + (local.get $3) (i32.const 8) ) ) - (set_local $6 - (get_local $3) + (local.set $6 + (local.get $3) ) ) ) (i32.store - (get_local $13) - (get_local $5) + (local.get $13) + (local.get $5) ) (i32.store offset=12 - (get_local $6) - (get_local $5) + (local.get $6) + (local.get $5) ) (i32.store offset=8 - (get_local $5) - (get_local $6) + (local.get $5) + (local.get $6) ) (i32.store offset=12 - (get_local $5) - (get_local $3) + (local.get $5) + (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) (block (result i32) - (set_local $7 + (local.set $7 (i32.and (i32.shr_u (i32.add - (tee_local $0 + (local.tee $0 (i32.shl - (get_local $0) - (tee_local $1 + (local.get $0) + (local.tee $1 (i32.and (i32.shr_u (i32.add - (get_local $0) + (local.get $0) (i32.const 1048320) ) (i32.const 16) @@ -9768,14 +9768,14 @@ (i32.const 4) ) ) - (set_local $2 + (local.set $2 (i32.and (i32.shr_u (i32.add - (tee_local $0 + (local.tee $0 (i32.shl - (get_local $0) - (get_local $7) + (local.get $0) + (local.get $7) ) ) (i32.const 245760) @@ -9788,24 +9788,24 @@ (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 - (get_local $1) - (get_local $7) + (local.get $1) + (local.get $7) ) - (get_local $2) + (local.get $2) ) ) (i32.shr_u (i32.shl - (get_local $0) - (get_local $2) + (local.get $0) + (local.get $2) ) (i32.const 15) ) @@ -9817,7 +9817,7 @@ (i32.const 1) ) (i32.shl - (get_local $0) + (local.get $0) (i32.const 1) ) ) @@ -9832,34 +9832,34 @@ ) ) (i32.store offset=28 - (get_local $5) - (get_local $7) + (local.get $5) + (local.get $7) ) (i32.store offset=4 - (tee_local $0 + (local.tee $0 (i32.add - (get_local $5) + (local.get $5) (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) ) ) ) @@ -9868,51 +9868,51 @@ (i32.store (i32.const 180) (i32.or - (get_local $0) - (get_local $1) + (local.get $0) + (local.get $1) ) ) (i32.store - (get_local $2) - (get_local $5) + (local.get $2) + (local.get $5) ) (i32.store offset=24 - (get_local $5) - (get_local $2) + (local.get $5) + (local.get $2) ) (i32.store offset=12 - (get_local $5) - (get_local $5) + (local.get $5) + (local.get $5) ) (i32.store offset=8 - (get_local $5) - (get_local $5) + (local.get $5) + (local.get $5) ) (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 @@ -9922,31 +9922,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) @@ -9956,11 +9956,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) ) @@ -9968,7 +9968,7 @@ ) (if (i32.lt_u - (get_local $7) + (local.get $7) (i32.load (i32.const 192) ) @@ -9976,20 +9976,20 @@ (call $_abort) (block (i32.store - (get_local $7) - (get_local $5) + (local.get $7) + (local.get $5) ) (i32.store offset=24 - (get_local $5) - (get_local $0) + (local.get $5) + (local.get $0) ) (i32.store offset=12 - (get_local $5) - (get_local $5) + (local.get $5) + (local.get $5) ) (i32.store offset=8 - (get_local $5) - (get_local $5) + (local.get $5) + (local.get $5) ) (br $do-once25) ) @@ -9999,46 +9999,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 $5) + (local.get $2) + (local.get $5) ) (i32.store - (get_local $3) - (get_local $5) + (local.get $3) + (local.get $5) ) (i32.store offset=8 - (get_local $5) - (get_local $2) + (local.get $5) + (local.get $2) ) (i32.store offset=12 - (get_local $5) - (get_local $0) + (local.get $5) + (local.get $0) ) (i32.store offset=24 - (get_local $5) + (local.get $5) (i32.const 0) ) ) @@ -10049,17 +10049,17 @@ ) (return (i32.add - (get_local $4) + (local.get $4) (i32.const 8) ) ) ) - (get_local $2) + (local.get $2) ) - (get_local $2) + (local.get $2) ) ) - (get_local $2) + (local.get $2) ) ) ) @@ -10067,25 +10067,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) @@ -10093,35 +10093,35 @@ (block (i32.store (i32.const 196) - (tee_local $1 + (local.tee $1 (i32.add - (get_local $0) - (get_local $2) + (local.get $0) + (local.get $2) ) ) ) (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) ) ) @@ -10136,25 +10136,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 $1) - (get_local $2) + (local.get $1) + (local.get $2) ) (i32.const 4) ) ) (i32.or (i32.load - (get_local $0) + (local.get $0) ) (i32.const 1) ) @@ -10163,7 +10163,7 @@ ) (return (i32.add - (get_local $2) + (local.get $2) (i32.const 8) ) ) @@ -10172,12 +10172,12 @@ (block $folding-inner0 (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 @@ -10188,13 +10188,13 @@ ) (if (i32.and - (tee_local $1 + (local.tee $1 (call $_sysconf (i32.const 30) ) ) (i32.add - (get_local $1) + (local.get $1) (i32.const -1) ) ) @@ -10202,11 +10202,11 @@ (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) @@ -10241,39 +10241,39 @@ ) (if (i32.le_u - (tee_local $6 + (local.tee $6 (i32.and - (tee_local $5 + (local.tee $5 (i32.add - (tee_local $1 + (local.tee $1 (i32.load (i32.const 656) ) ) - (tee_local $9 + (local.tee $9 (i32.add - (get_local $0) + (local.get $0) (i32.const 47) ) ) ) ) - (tee_local $12 + (local.tee $12 (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) ) @@ -10281,21 +10281,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 $6) + (local.get $6) ) ) - (get_local $3) + (local.get $3) ) (i32.gt_u - (get_local $1) - (get_local $2) + (local.get $1) + (local.get $2) ) ) (return @@ -10303,9 +10303,9 @@ ) ) ) - (set_local $10 + (local.set $10 (i32.add - (get_local $0) + (local.get $0) (i32.const 48) ) ) @@ -10326,54 +10326,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) ) ) ) @@ -10382,46 +10382,46 @@ ) (if (i32.lt_u - (tee_local $3 + (local.tee $3 (i32.and (i32.sub - (get_local $5) + (local.get $5) (i32.load (i32.const 188) ) ) - (get_local $12) + (local.get $12) ) ) (i32.const 2147483647) ) (block - (set_local $1 + (local.set $1 (call $_sbrk - (get_local $3) + (local.get $3) ) ) (if (i32.eq (i32.add (i32.load - (get_local $4) + (local.get $4) ) (i32.load - (get_local $2) + (local.get $2) ) ) - (get_local $1) + (local.get $1) ) (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) ) @@ -10432,7 +10432,7 @@ ) (if (i32.ne - (tee_local $1 + (local.tee $1 (call $_sbrk (i32.const 0) ) @@ -10440,15 +10440,15 @@ (i32.const -1) ) (block - (set_local $3 + (local.set $3 (if (result i32) (i32.and - (tee_local $3 - (get_local $1) + (local.tee $3 + (local.get $1) ) - (tee_local $2 + (local.tee $2 (i32.add - (tee_local $4 + (local.tee $4 (i32.load (i32.const 652) ) @@ -10459,47 +10459,47 @@ ) (i32.add (i32.sub - (get_local $6) - (get_local $3) + (local.get $6) + (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 $6) + (local.get $6) ) ) - (set_local $12 + (local.set $12 (i32.add - (tee_local $4 + (local.tee $4 (i32.load (i32.const 608) ) ) - (get_local $3) + (local.get $3) ) ) (if (i32.and (i32.lt_u - (get_local $3) + (local.get $3) (i32.const 2147483647) ) (i32.gt_u - (get_local $3) - (get_local $0) + (local.get $3) + (local.get $0) ) ) (block (if - (tee_local $2 + (local.tee $2 (i32.load (i32.const 616) ) @@ -10507,22 +10507,22 @@ (br_if $label$break$L279 (i32.or (i32.le_u - (get_local $12) - (get_local $4) + (local.get $12) + (local.get $4) ) (i32.gt_u - (get_local $12) - (get_local $2) + (local.get $12) + (local.get $2) ) ) ) ) (br_if $__rjti$13 (i32.eq - (get_local $1) - (tee_local $2 + (local.get $1) + (local.tee $2 (call $_sbrk - (get_local $3) + (local.get $3) ) ) ) @@ -10534,51 +10534,51 @@ ) (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) ) ) - (set_local $3 + (local.set $3 (if (result i32) (i32.and (i32.and (i32.ne - (get_local $2) + (local.get $2) (i32.const -1) ) (i32.lt_u - (get_local $1) + (local.get $1) (i32.const 2147483647) ) ) (i32.gt_u - (get_local $10) - (get_local $1) + (local.get $10) + (local.get $1) ) ) (if (result i32) (i32.lt_u - (tee_local $3 + (local.tee $3 (i32.and (i32.add - (tee_local $3 + (local.tee $3 (i32.load (i32.const 656) ) ) (i32.sub - (get_local $9) - (get_local $1) + (local.get $9) + (local.get $1) ) ) (i32.sub (i32.const 0) - (get_local $3) + (local.get $3) ) ) ) @@ -10587,36 +10587,36 @@ (if (result i32) (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) ) (i32.add - (get_local $1) - (get_local $3) + (local.get $1) + (local.get $3) ) ) - (get_local $1) + (local.get $1) ) - (get_local $1) + (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) ) @@ -10635,18 +10635,18 @@ ) (if (i32.lt_u - (get_local $6) + (local.get $6) (i32.const 2147483647) ) (if (i32.and (i32.lt_u - (tee_local $1 + (local.tee $1 (call $_sbrk - (get_local $6) + (local.get $6) ) ) - (tee_local $3 + (local.tee $3 (call $_sbrk (i32.const 0) ) @@ -10654,25 +10654,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) ) ) @@ -10683,35 +10683,35 @@ ) (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) ) ) (if - (tee_local $5 + (local.tee $5 (i32.load (i32.const 200) ) ) (block $do-once40 - (set_local $2 + (local.set $2 (i32.const 624) ) (block $__rjto$10 @@ -10720,29 +10720,29 @@ (br_if $__rjti$10 (i32.eq (i32.add - (tee_local $10 + (local.tee $10 (i32.load - (get_local $2) + (local.get $2) ) ) - (tee_local $6 + (local.tee $6 (i32.load - (tee_local $4 + (local.tee $4 (i32.add - (get_local $2) + (local.get $2) (i32.const 4) ) ) ) ) ) - (get_local $1) + (local.get $1) ) ) (br_if $while-in45 - (tee_local $2 + (local.tee $2 (i32.load offset=8 - (get_local $2) + (local.get $2) ) ) ) @@ -10753,7 +10753,7 @@ (i32.eqz (i32.and (i32.load offset=12 - (get_local $2) + (local.get $2) ) (i32.const 8) ) @@ -10761,33 +10761,33 @@ (if (i32.and (i32.lt_u - (get_local $5) - (get_local $1) + (local.get $5) + (local.get $1) ) (i32.ge_u - (get_local $5) - (get_local $10) + (local.get $5) + (local.get $10) ) ) (block (i32.store - (get_local $4) + (local.get $4) (i32.add - (get_local $3) - (get_local $6) + (local.get $3) + (local.get $6) ) ) - (set_local $2 + (local.set $2 (i32.add - (get_local $5) - (tee_local $1 + (local.get $5) + (local.tee $1 (select (i32.and (i32.sub (i32.const 0) - (tee_local $1 + (local.tee $1 (i32.add - (get_local $5) + (local.get $5) (i32.const 8) ) ) @@ -10796,43 +10796,43 @@ ) (i32.const 0) (i32.and - (get_local $1) + (local.get $1) (i32.const 7) ) ) ) ) ) - (set_local $1 + (local.set $1 (i32.add (i32.load (i32.const 188) ) (i32.sub - (get_local $3) - (get_local $1) + (local.get $3) + (local.get $1) ) ) ) (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 $1) - (get_local $2) + (local.get $1) + (local.get $2) ) (i32.const 40) ) @@ -10849,8 +10849,8 @@ ) (if (i32.lt_u - (get_local $1) - (tee_local $4 + (local.get $1) + (local.tee $4 (i32.load (i32.const 192) ) @@ -10859,23 +10859,23 @@ (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 $10 + (local.set $10 (i32.add - (get_local $1) - (get_local $3) + (local.get $1) + (local.get $3) ) ) - (set_local $2 + (local.set $2 (i32.const 624) ) - (set_local $4 + (local.set $4 (block $__rjto$11 (result i32) (block $__rjti$11 (br $__rjto$11 @@ -10883,21 +10883,21 @@ (if (i32.eq (i32.load - (get_local $2) + (local.get $2) ) - (get_local $10) + (local.get $10) ) (block - (set_local $6 - (get_local $2) + (local.set $6 + (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) ) ) ) @@ -10908,41 +10908,41 @@ (if (result i32) (i32.and (i32.load offset=12 - (get_local $2) + (local.get $2) ) (i32.const 8) ) (i32.const 624) (block (i32.store - (get_local $6) - (get_local $1) + (local.get $6) + (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 $9 + (local.set $9 (i32.add - (tee_local $12 + (local.tee $12 (i32.add (select (i32.and (i32.sub (i32.const 0) - (tee_local $3 + (local.tee $3 (i32.add - (get_local $1) + (local.get $1) (i32.const 8) ) ) @@ -10951,29 +10951,29 @@ ) (i32.const 0) (i32.and - (get_local $3) + (local.get $3) (i32.const 7) ) ) - (get_local $1) + (local.get $1) ) ) - (get_local $0) + (local.get $0) ) ) - (set_local $7 + (local.set $7 (i32.sub (i32.sub - (tee_local $6 + (local.tee $6 (i32.add - (get_local $10) + (local.get $10) (select (i32.and (i32.sub (i32.const 0) - (tee_local $1 + (local.tee $1 (i32.add - (get_local $10) + (local.get $10) (i32.const 8) ) ) @@ -10982,49 +10982,49 @@ ) (i32.const 0) (i32.and - (get_local $1) + (local.get $1) (i32.const 7) ) ) ) ) - (get_local $12) + (local.get $12) ) - (get_local $0) + (local.get $0) ) ) (i32.store offset=4 - (get_local $12) + (local.get $12) (i32.or - (get_local $0) + (local.get $0) (i32.const 3) ) ) (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 $9) + (local.get $9) ) (i32.store offset=4 - (get_local $9) + (local.get $9) (i32.or - (get_local $0) + (local.get $0) (i32.const 1) ) ) @@ -11035,50 +11035,50 @@ (i32.load (i32.const 196) ) - (get_local $6) + (local.get $6) ) (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 $9) + (local.get $9) ) (i32.store offset=4 - (get_local $9) + (local.get $9) (i32.or - (get_local $0) + (local.get $0) (i32.const 1) ) ) (i32.store (i32.add - (get_local $0) - (get_local $9) + (local.get $0) + (local.get $9) ) - (get_local $0) + (local.get $0) ) (br $do-once48) ) ) (i32.store - (tee_local $0 + (local.tee $0 (i32.add (if (result i32) (i32.eq (i32.and - (tee_local $0 + (local.tee $0 (i32.load offset=4 - (get_local $6) + (local.get $6) ) ) (i32.const 3) @@ -11086,41 +11086,41 @@ (i32.const 1) ) (block (result i32) - (set_local $10 + (local.set $10 (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 $6) + (local.get $6) ) ) (if (i32.ne - (tee_local $3 + (local.tee $3 (i32.load offset=8 - (get_local $6) + (local.get $6) ) ) - (tee_local $0 + (local.tee $0 (i32.add (i32.shl - (get_local $1) + (local.get $1) (i32.const 3) ) (i32.const 216) @@ -11130,17 +11130,17 @@ (block $do-once51 (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 $6) + (local.get $6) ) ) (call $_abort) @@ -11148,8 +11148,8 @@ ) (if (i32.eq - (get_local $2) - (get_local $3) + (local.get $2) + (local.get $3) ) (block (i32.store @@ -11161,7 +11161,7 @@ (i32.xor (i32.shl (i32.const 1) - (get_local $1) + (local.get $1) ) (i32.const -1) ) @@ -11172,38 +11172,38 @@ ) (if (i32.eq - (get_local $0) - (get_local $2) + (local.get $0) + (local.get $2) ) - (set_local $15 + (local.set $15 (i32.add - (get_local $2) + (local.get $2) (i32.const 8) ) ) (block $do-once53 (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 $6) + (local.get $6) ) (block - (set_local $15 - (get_local $0) + (local.set $15 + (local.get $0) ) (br $do-once53) ) @@ -11212,39 +11212,39 @@ ) ) (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 $5 + (local.set $5 (i32.load offset=24 - (get_local $6) + (local.get $6) ) ) (if (i32.eq - (tee_local $0 + (local.tee $0 (i32.load offset=12 - (get_local $6) + (local.get $6) ) ) - (get_local $6) + (local.get $6) ) (block $do-once55 (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 $6) + (local.get $6) (i32.const 16) ) ) @@ -11257,57 +11257,57 @@ (block (br_if $do-once55 (i32.eqz - (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) ) ) ) (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) ) @@ -11315,17 +11315,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 $8 - (get_local $1) + (local.set $8 + (local.get $1) ) ) ) @@ -11333,22 +11333,22 @@ (block (if (i32.lt_u - (tee_local $2 + (local.tee $2 (i32.load offset=8 - (get_local $6) + (local.get $6) ) ) - (get_local $4) + (local.get $4) ) (call $_abort) ) (if (i32.ne - (get_local $6) + (local.get $6) (i32.load - (tee_local $3 + (local.tee $3 (i32.add - (get_local $2) + (local.get $2) (i32.const 12) ) ) @@ -11359,26 +11359,26 @@ (if (i32.eq (i32.load - (tee_local $1 + (local.tee $1 (i32.add - (get_local $0) + (local.get $0) (i32.const 8) ) ) ) - (get_local $6) + (local.get $6) ) (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 $8 - (get_local $0) + (local.set $8 + (local.get $0) ) ) (call $_abort) @@ -11387,18 +11387,18 @@ ) (br_if $label$break$L331 (i32.eqz - (get_local $5) + (local.get $5) ) ) (if (i32.eq (i32.load - (tee_local $0 + (local.tee $0 (i32.add (i32.shl - (tee_local $1 + (local.tee $1 (i32.load offset=28 - (get_local $6) + (local.get $6) ) ) (i32.const 2) @@ -11407,15 +11407,15 @@ ) ) ) - (get_local $6) + (local.get $6) ) (block $do-once59 (i32.store - (get_local $0) - (get_local $8) + (local.get $0) + (local.get $8) ) (br_if $do-once59 - (get_local $8) + (local.get $8) ) (i32.store (i32.const 180) @@ -11426,7 +11426,7 @@ (i32.xor (i32.shl (i32.const 1) - (get_local $1) + (local.get $1) ) (i32.const -1) ) @@ -11437,7 +11437,7 @@ (block (if (i32.lt_u - (get_local $5) + (local.get $5) (i32.load (i32.const 192) ) @@ -11447,35 +11447,35 @@ (if (i32.eq (i32.load - (tee_local $0 + (local.tee $0 (i32.add - (get_local $5) + (local.get $5) (i32.const 16) ) ) ) - (get_local $6) + (local.get $6) ) (i32.store - (get_local $0) - (get_local $8) + (local.get $0) + (local.get $8) ) (i32.store offset=20 - (get_local $5) - (get_local $8) + (local.get $5) + (local.get $8) ) ) (br_if $label$break$L331 (i32.eqz - (get_local $8) + (local.get $8) ) ) ) ) (if (i32.lt_u - (get_local $8) - (tee_local $1 + (local.get $8) + (local.tee $1 (i32.load (i32.const 192) ) @@ -11484,15 +11484,15 @@ (call $_abort) ) (i32.store offset=24 - (get_local $8) - (get_local $5) + (local.get $8) + (local.get $5) ) (if - (tee_local $3 + (local.tee $3 (i32.load - (tee_local $0 + (local.tee $0 (i32.add - (get_local $6) + (local.get $6) (i32.const 16) ) ) @@ -11500,34 +11500,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 $8) - (get_local $3) + (local.get $8) + (local.get $3) ) (i32.store offset=24 - (get_local $3) - (get_local $8) + (local.get $3) + (local.get $8) ) ) ) ) (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) ) @@ -11535,71 +11535,71 @@ (call $_abort) (block (i32.store offset=20 - (get_local $8) - (get_local $0) + (local.get $8) + (local.get $0) ) (i32.store offset=24 - (get_local $0) - (get_local $8) + (local.get $0) + (local.get $8) ) ) ) ) ) ) - (set_local $7 + (local.set $7 (i32.add - (get_local $7) - (get_local $10) + (local.get $7) + (local.get $10) ) ) (i32.add - (get_local $6) - (get_local $10) + (local.get $6) + (local.get $10) ) ) - (get_local $6) + (local.get $6) ) (i32.const 4) ) ) (i32.and (i32.load - (get_local $0) + (local.get $0) ) (i32.const -2) ) ) (i32.store offset=4 - (get_local $9) + (local.get $9) (i32.or - (get_local $7) + (local.get $7) (i32.const 1) ) ) (i32.store (i32.add - (get_local $7) - (get_local $9) + (local.get $7) + (local.get $9) ) - (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) @@ -11607,26 +11607,26 @@ ) (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 $do-once63 (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) ) ) @@ -11637,11 +11637,11 @@ ) ) (block - (set_local $16 - (get_local $1) + (local.set $16 + (local.get $1) ) - (set_local $11 - (get_local $0) + (local.set $11 + (local.get $0) ) (br $do-once63) ) @@ -11652,70 +11652,70 @@ (i32.store (i32.const 176) (i32.or - (get_local $0) - (get_local $1) + (local.get $0) + (local.get $1) ) ) - (set_local $16 + (local.set $16 (i32.add - (get_local $3) + (local.get $3) (i32.const 8) ) ) - (set_local $11 - (get_local $3) + (local.set $11 + (local.get $3) ) ) ) (i32.store - (get_local $16) - (get_local $9) + (local.get $16) + (local.get $9) ) (i32.store offset=12 - (get_local $11) - (get_local $9) + (local.get $11) + (local.get $9) ) (i32.store offset=8 - (get_local $9) - (get_local $11) + (local.get $9) + (local.get $11) ) (i32.store offset=12 - (get_local $9) - (get_local $3) + (local.get $9) + (local.get $3) ) (br $do-once48) ) ) - (set_local $3 + (local.set $3 (i32.add (i32.shl - (tee_local $2 + (local.tee $2 (if (result i32) - (tee_local $0 + (local.tee $0 (i32.shr_u - (get_local $7) + (local.get $7) (i32.const 8) ) ) (if (result i32) (i32.gt_u - (get_local $7) + (local.get $7) (i32.const 16777215) ) (i32.const 31) (block (result i32) - (set_local $2 + (local.set $2 (i32.and (i32.shr_u (i32.add - (tee_local $0 + (local.tee $0 (i32.shl - (get_local $0) - (tee_local $1 + (local.get $0) + (local.tee $1 (i32.and (i32.shr_u (i32.add - (get_local $0) + (local.get $0) (i32.const 1048320) ) (i32.const 16) @@ -11732,14 +11732,14 @@ (i32.const 4) ) ) - (set_local $3 + (local.set $3 (i32.and (i32.shr_u (i32.add - (tee_local $0 + (local.tee $0 (i32.shl - (get_local $0) - (get_local $2) + (local.get $0) + (local.get $2) ) ) (i32.const 245760) @@ -11752,24 +11752,24 @@ (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 - (get_local $1) - (get_local $2) + (local.get $1) + (local.get $2) ) - (get_local $3) + (local.get $3) ) ) (i32.shr_u (i32.shl - (get_local $0) - (get_local $3) + (local.get $0) + (local.get $3) ) (i32.const 15) ) @@ -11781,7 +11781,7 @@ (i32.const 1) ) (i32.shl - (get_local $0) + (local.get $0) (i32.const 1) ) ) @@ -11796,34 +11796,34 @@ ) ) (i32.store offset=28 - (get_local $9) - (get_local $2) + (local.get $9) + (local.get $2) ) (i32.store offset=4 - (tee_local $0 + (local.tee $0 (i32.add - (get_local $9) + (local.get $9) (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) ) ) ) @@ -11832,51 +11832,51 @@ (i32.store (i32.const 180) (i32.or - (get_local $0) - (get_local $1) + (local.get $0) + (local.get $1) ) ) (i32.store - (get_local $3) - (get_local $9) + (local.get $3) + (local.get $9) ) (i32.store offset=24 - (get_local $9) - (get_local $3) + (local.get $9) + (local.get $3) ) (i32.store offset=12 - (get_local $9) - (get_local $9) + (local.get $9) + (local.get $9) ) (i32.store offset=8 - (get_local $9) - (get_local $9) + (local.get $9) + (local.get $9) ) (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 @@ -11886,31 +11886,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) @@ -11920,11 +11920,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) ) @@ -11932,7 +11932,7 @@ ) (if (i32.lt_u - (get_local $2) + (local.get $2) (i32.load (i32.const 192) ) @@ -11940,20 +11940,20 @@ (call $_abort) (block (i32.store - (get_local $2) - (get_local $9) + (local.get $2) + (local.get $9) ) (i32.store offset=24 - (get_local $9) - (get_local $0) + (local.get $9) + (local.get $0) ) (i32.store offset=12 - (get_local $9) - (get_local $9) + (local.get $9) + (local.get $9) ) (i32.store offset=8 - (get_local $9) - (get_local $9) + (local.get $9) + (local.get $9) ) (br $do-once48) ) @@ -11963,46 +11963,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 $9) + (local.get $2) + (local.get $9) ) (i32.store - (get_local $3) - (get_local $9) + (local.get $3) + (local.get $9) ) (i32.store offset=8 - (get_local $9) - (get_local $2) + (local.get $9) + (local.get $2) ) (i32.store offset=12 - (get_local $9) - (get_local $0) + (local.get $9) + (local.get $0) ) (i32.store offset=24 - (get_local $9) + (local.get $9) (i32.const 0) ) ) @@ -12013,7 +12013,7 @@ ) (return (i32.add - (get_local $12) + (local.get $12) (i32.const 8) ) ) @@ -12025,75 +12025,75 @@ (block $while-out69 (if (i32.le_u - (tee_local $2 + (local.tee $2 (i32.load - (get_local $4) + (local.get $4) ) ) - (get_local $5) + (local.get $5) ) (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 $5) + (local.get $5) ) ) ) - (set_local $4 + (local.set $4 (i32.load offset=8 - (get_local $4) + (local.get $4) ) ) (br $while-in70) ) ) - (set_local $11 + (local.set $11 (i32.add - (tee_local $4 + (local.tee $4 (i32.add - (get_local $2) + (local.get $2) (i32.const -47) ) ) (i32.const 8) ) ) - (set_local $8 + (local.set $8 (i32.add - (tee_local $10 + (local.tee $10 (select - (get_local $5) - (tee_local $4 + (local.get $5) + (local.tee $4 (i32.add - (get_local $4) + (local.get $4) (select (i32.and (i32.sub (i32.const 0) - (get_local $11) + (local.get $11) ) (i32.const 7) ) (i32.const 0) (i32.and - (get_local $11) + (local.get $11) (i32.const 7) ) ) ) ) (i32.lt_u - (get_local $4) - (tee_local $11 + (local.get $4) + (local.tee $11 (i32.add - (get_local $5) + (local.get $5) (i32.const 16) ) ) @@ -12105,16 +12105,16 @@ ) (i32.store (i32.const 200) - (tee_local $6 + (local.tee $6 (i32.add - (tee_local $4 + (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) ) ) @@ -12123,38 +12123,38 @@ ) (i32.const 0) (i32.and - (get_local $4) + (local.get $4) (i32.const 7) ) ) ) - (get_local $1) + (local.get $1) ) ) ) (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 $6) + (local.get $6) (i32.or - (get_local $4) + (local.get $4) (i32.const 1) ) ) (i32.store offset=4 (i32.add - (get_local $4) - (get_local $6) + (local.get $4) + (local.get $6) ) (i32.const 40) ) @@ -12165,45 +12165,45 @@ ) ) (i32.store - (tee_local $4 + (local.tee $4 (i32.add - (get_local $10) + (local.get $10) (i32.const 4) ) ) (i32.const 27) ) (i32.store - (get_local $8) + (local.get $8) (i32.load (i32.const 624) ) ) (i32.store offset=4 - (get_local $8) + (local.get $8) (i32.load (i32.const 628) ) ) (i32.store offset=8 - (get_local $8) + (local.get $8) (i32.load (i32.const 632) ) ) (i32.store offset=12 - (get_local $8) + (local.get $8) (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) @@ -12211,19 +12211,19 @@ ) (i32.store (i32.const 632) - (get_local $8) + (local.get $8) ) - (set_local $1 + (local.set $1 (i32.add - (get_local $10) + (local.get $10) (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) ) ) @@ -12232,60 +12232,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 $5) - (get_local $10) + (local.get $5) + (local.get $10) ) (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 $5) + (local.get $5) (i32.or - (tee_local $6 + (local.tee $6 (i32.sub - (get_local $10) - (get_local $5) + (local.get $10) + (local.get $5) ) ) (i32.const 1) ) ) (i32.store - (get_local $10) - (get_local $6) + (local.get $10) + (local.get $6) ) - (set_local $1 + (local.set $1 (i32.shr_u - (get_local $6) + (local.get $6) (i32.const 3) ) ) (if (i32.lt_u - (get_local $6) + (local.get $6) (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) @@ -12293,25 +12293,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) ) ) @@ -12323,11 +12323,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) ) ) ) @@ -12335,70 +12335,70 @@ (i32.store (i32.const 176) (i32.or - (get_local $1) - (get_local $3) + (local.get $1) + (local.get $3) ) ) - (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 $5) + (local.get $17) + (local.get $5) ) (i32.store offset=12 - (get_local $7) - (get_local $5) + (local.get $7) + (local.get $5) ) (i32.store offset=8 - (get_local $5) - (get_local $7) + (local.get $5) + (local.get $7) ) (i32.store offset=12 - (get_local $5) - (get_local $2) + (local.get $5) + (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 $6) + (local.get $6) (i32.const 8) ) ) (if (result i32) (i32.gt_u - (get_local $6) + (local.get $6) (i32.const 16777215) ) (i32.const 31) (block (result i32) - (set_local $4 + (local.set $4 (i32.and (i32.shr_u (i32.add - (tee_local $1 + (local.tee $1 (i32.shl - (get_local $1) - (tee_local $3 + (local.get $1) + (local.tee $3 (i32.and (i32.shr_u (i32.add - (get_local $1) + (local.get $1) (i32.const 1048320) ) (i32.const 16) @@ -12415,14 +12415,14 @@ (i32.const 4) ) ) - (set_local $2 + (local.set $2 (i32.and (i32.shr_u (i32.add - (tee_local $1 + (local.tee $1 (i32.shl - (get_local $1) - (get_local $4) + (local.get $1) + (local.get $4) ) ) (i32.const 245760) @@ -12435,24 +12435,24 @@ (i32.or (i32.and (i32.shr_u - (get_local $6) + (local.get $6) (i32.add - (tee_local $1 + (local.tee $1 (i32.add (i32.sub (i32.const 14) (i32.or (i32.or - (get_local $3) - (get_local $4) + (local.get $3) + (local.get $4) ) - (get_local $2) + (local.get $2) ) ) (i32.shr_u (i32.shl - (get_local $1) - (get_local $2) + (local.get $1) + (local.get $2) ) (i32.const 15) ) @@ -12464,7 +12464,7 @@ (i32.const 1) ) (i32.shl - (get_local $1) + (local.get $1) (i32.const 1) ) ) @@ -12479,29 +12479,29 @@ ) ) (i32.store offset=28 - (get_local $5) - (get_local $4) + (local.get $5) + (local.get $4) ) (i32.store offset=20 - (get_local $5) + (local.get $5) (i32.const 0) ) (i32.store - (get_local $11) + (local.get $11) (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) ) ) ) @@ -12510,51 +12510,51 @@ (i32.store (i32.const 180) (i32.or - (get_local $1) - (get_local $3) + (local.get $1) + (local.get $3) ) ) (i32.store - (get_local $2) - (get_local $5) + (local.get $2) + (local.get $5) ) (i32.store offset=24 - (get_local $5) - (get_local $2) + (local.get $5) + (local.get $2) ) (i32.store offset=12 - (get_local $5) - (get_local $5) + (local.get $5) + (local.get $5) ) (i32.store offset=8 - (get_local $5) - (get_local $5) + (local.get $5) + (local.get $5) ) (br $do-once40) ) ) - (set_local $4 + (local.set $4 (i32.shl - (get_local $6) + (local.get $6) (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 @@ -12564,31 +12564,31 @@ (i32.eq (i32.and (i32.load offset=4 - (get_local $1) + (local.get $1) ) (i32.const -8) ) - (get_local $6) + (local.get $6) ) ) - (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) @@ -12598,11 +12598,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) ) @@ -12610,7 +12610,7 @@ ) (if (i32.lt_u - (get_local $4) + (local.get $4) (i32.load (i32.const 192) ) @@ -12618,20 +12618,20 @@ (call $_abort) (block (i32.store - (get_local $4) - (get_local $5) + (local.get $4) + (local.get $5) ) (i32.store offset=24 - (get_local $5) - (get_local $1) + (local.get $5) + (local.get $1) ) (i32.store offset=12 - (get_local $5) - (get_local $5) + (local.get $5) + (local.get $5) ) (i32.store offset=8 - (get_local $5) - (get_local $5) + (local.get $5) + (local.get $5) ) (br $do-once40) ) @@ -12641,46 +12641,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 $5) + (local.get $4) + (local.get $5) ) (i32.store - (get_local $2) - (get_local $5) + (local.get $2) + (local.get $5) ) (i32.store offset=8 - (get_local $5) - (get_local $4) + (local.get $5) + (local.get $4) ) (i32.store offset=12 - (get_local $5) - (get_local $1) + (local.get $5) + (local.get $1) ) (i32.store offset=24 - (get_local $5) + (local.get $5) (i32.const 0) ) ) @@ -12694,29 +12694,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) @@ -12732,31 +12732,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) ) ) @@ -12766,16 +12766,16 @@ ) (i32.store (i32.const 200) - (tee_local $4 + (local.tee $4 (i32.add - (tee_local $2 + (local.tee $2 (select (i32.and (i32.sub (i32.const 0) - (tee_local $2 + (local.tee $2 (i32.add - (get_local $1) + (local.get $1) (i32.const 8) ) ) @@ -12784,38 +12784,38 @@ ) (i32.const 0) (i32.and - (get_local $2) + (local.get $2) (i32.const 7) ) ) ) - (get_local $1) + (local.get $1) ) ) ) (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 $2) + (local.get $2) ) ) ) (i32.store offset=4 - (get_local $4) + (local.get $4) (i32.or - (get_local $1) + (local.get $1) (i32.const 1) ) ) (i32.store offset=4 (i32.add - (get_local $1) - (get_local $4) + (local.get $1) + (local.get $4) ) (i32.const 40) ) @@ -12829,12 +12829,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) ) ) ) @@ -12848,42 +12848,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) ) ) @@ -12905,19 +12905,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) ) @@ -12927,12 +12927,12 @@ ) (if (i32.eq - (tee_local $5 + (local.tee $5 (i32.and - (tee_local $8 + (local.tee $8 (i32.load (i32.add - (get_local $0) + (local.get $0) (i32.const -4) ) ) @@ -12944,12 +12944,12 @@ ) (call $_abort) ) - (set_local $7 + (local.set $7 (i32.add - (get_local $1) - (tee_local $0 + (local.get $1) + (local.tee $0 (i32.and - (get_local $8) + (local.get $8) (i32.const -8) ) ) @@ -12957,44 +12957,44 @@ ) (if (i32.and - (get_local $8) + (local.get $8) (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 $do-once (if (i32.eqz - (get_local $5) + (local.get $5) ) (return) ) (if (i32.lt_u - (tee_local $1 + (local.tee $1 (i32.sub - (get_local $1) - (tee_local $8 + (local.get $1) + (local.tee $8 (i32.load - (get_local $1) + (local.get $1) ) ) ) ) - (get_local $11) + (local.get $11) ) (call $_abort) ) - (set_local $0 + (local.set $0 (i32.add - (get_local $0) - (get_local $8) + (local.get $0) + (local.get $8) ) ) (if @@ -13002,17 +13002,17 @@ (i32.load (i32.const 196) ) - (get_local $1) + (local.get $1) ) (block (if (i32.ne (i32.and - (tee_local $3 + (local.tee $3 (i32.load - (tee_local $2 + (local.tee $2 (i32.add - (get_local $7) + (local.get $7) (i32.const 4) ) ) @@ -13023,71 +13023,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 $0) - (get_local $1) + (local.get $0) + (local.get $1) ) - (get_local $0) + (local.get $0) ) (return) ) ) - (set_local $5 + (local.set $5 (i32.shr_u - (get_local $8) + (local.get $8) (i32.const 3) ) ) (if (i32.lt_u - (get_local $8) + (local.get $8) (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) @@ -13097,16 +13097,16 @@ (block (if (i32.lt_u - (get_local $2) - (get_local $11) + (local.get $2) + (local.get $11) ) (call $_abort) ) (if (i32.ne - (get_local $1) + (local.get $1) (i32.load offset=12 - (get_local $2) + (local.get $2) ) ) (call $_abort) @@ -13115,8 +13115,8 @@ ) (if (i32.eq - (get_local $2) - (get_local $6) + (local.get $2) + (local.get $6) ) (block (i32.store @@ -13128,100 +13128,100 @@ (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 $3) - (get_local $6) + (local.get $3) + (local.get $6) ) - (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) ) ) (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 $do-once0 (if (i32.eqz - (tee_local $5 + (local.tee $5 (i32.load - (tee_local $4 + (local.tee $4 (i32.add - (tee_local $8 + (local.tee $8 (i32.add - (get_local $1) + (local.get $1) (i32.const 16) ) ) @@ -13234,57 +13234,57 @@ (block (br_if $do-once0 (i32.eqz - (tee_local $5 + (local.tee $5 (i32.load - (get_local $8) + (local.get $8) ) ) ) ) - (set_local $4 - (get_local $8) + (local.set $4 + (local.get $8) ) ) ) (loop $while-in (if - (tee_local $8 + (local.tee $8 (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 $8) + (local.set $5 + (local.get $8) ) - (set_local $4 - (get_local $10) + (local.set $4 + (local.get $10) ) (br $while-in) ) ) (if - (tee_local $8 + (local.tee $8 (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 $8) + (local.set $5 + (local.get $8) ) - (set_local $4 - (get_local $10) + (local.set $4 + (local.get $10) ) (br $while-in) ) @@ -13292,17 +13292,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) ) ) ) @@ -13310,22 +13310,22 @@ (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 - (get_local $1) + (local.get $1) (i32.load - (tee_local $8 + (local.tee $8 (i32.add - (get_local $10) + (local.get $10) (i32.const 12) ) ) @@ -13336,26 +13336,26 @@ (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 $8) - (get_local $4) + (local.get $8) + (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) @@ -13363,17 +13363,17 @@ ) ) (if - (get_local $12) + (local.get $12) (block (if (i32.eq (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) @@ -13382,16 +13382,16 @@ ) ) ) - (get_local $1) + (local.get $1) ) (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 @@ -13403,17 +13403,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) ) @@ -13422,7 +13422,7 @@ (block (if (i32.lt_u - (get_local $12) + (local.get $12) (i32.load (i32.const 192) ) @@ -13432,34 +13432,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) ) @@ -13468,8 +13468,8 @@ ) (if (i32.lt_u - (get_local $6) - (tee_local $5 + (local.get $6) + (local.tee $5 (i32.load (i32.const 192) ) @@ -13478,15 +13478,15 @@ (call $_abort) ) (i32.store offset=24 - (get_local $6) - (get_local $12) + (local.get $6) + (local.get $12) ) (if - (tee_local $8 + (local.tee $8 (i32.load - (tee_local $4 + (local.tee $4 (i32.add - (get_local $1) + (local.get $1) (i32.const 16) ) ) @@ -13494,31 +13494,31 @@ ) (if (i32.lt_u - (get_local $8) - (get_local $5) + (local.get $8) + (local.get $5) ) (call $_abort) (block (i32.store offset=16 - (get_local $6) - (get_local $8) + (local.get $6) + (local.get $8) ) (i32.store offset=24 - (get_local $8) - (get_local $6) + (local.get $8) + (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) ) @@ -13526,37 +13526,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) ) ) ) @@ -13564,19 +13564,19 @@ ) (if (i32.ge_u - (get_local $2) - (get_local $7) + (local.get $2) + (local.get $7) ) (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 $7) + (local.get $7) (i32.const 4) ) ) @@ -13589,30 +13589,30 @@ ) (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 @@ -13621,34 +13621,34 @@ (i32.load (i32.const 200) ) - (get_local $7) + (local.get $7) ) (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) ) @@ -13671,79 +13671,79 @@ (i32.load (i32.const 196) ) - (get_local $7) + (local.get $7) ) (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 $0) - (get_local $2) + (local.get $0) + (local.get $2) ) - (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 $7) + (local.get $7) ) ) (if (i32.ne - (tee_local $1 + (local.tee $1 (i32.load offset=8 - (get_local $7) + (local.get $7) ) ) - (tee_local $0 + (local.tee $0 (i32.add (i32.shl - (get_local $3) + (local.get $3) (i32.const 3) ) (i32.const 216) @@ -13753,7 +13753,7 @@ (block (if (i32.lt_u - (get_local $1) + (local.get $1) (i32.load (i32.const 192) ) @@ -13762,9 +13762,9 @@ ) (if (i32.ne - (get_local $7) + (local.get $7) (i32.load offset=12 - (get_local $1) + (local.get $1) ) ) (call $_abort) @@ -13773,8 +13773,8 @@ ) (if (i32.eq - (get_local $1) - (get_local $4) + (local.get $1) + (local.get $4) ) (block (i32.store @@ -13786,7 +13786,7 @@ (i32.xor (i32.shl (i32.const 1) - (get_local $3) + (local.get $3) ) (i32.const -1) ) @@ -13797,19 +13797,19 @@ ) (if (i32.eq - (get_local $0) - (get_local $4) + (local.get $0) + (local.get $4) ) - (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) ) @@ -13819,56 +13819,56 @@ (if (i32.eq (i32.load - (tee_local $0 + (local.tee $0 (i32.add - (get_local $4) + (local.get $4) (i32.const 8) ) ) ) - (get_local $7) + (local.get $7) ) - (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 $7) + (local.get $7) ) ) (if (i32.eq - (tee_local $0 + (local.tee $0 (i32.load offset=12 - (get_local $7) + (local.get $7) ) ) - (get_local $7) + (local.get $7) ) (block $do-once6 (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 $7) + (local.get $7) (i32.const 16) ) ) @@ -13881,57 +13881,57 @@ (block (br_if $do-once6 (i32.eqz - (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) ) ) ) (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) ) @@ -13939,7 +13939,7 @@ ) (if (i32.lt_u - (get_local $0) + (local.get $0) (i32.load (i32.const 192) ) @@ -13947,11 +13947,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) ) ) ) @@ -13959,9 +13959,9 @@ (block (if (i32.lt_u - (tee_local $4 + (local.tee $4 (i32.load offset=8 - (get_local $7) + (local.get $7) ) ) (i32.load @@ -13972,11 +13972,11 @@ ) (if (i32.ne - (get_local $7) + (local.get $7) (i32.load - (tee_local $1 + (local.tee $1 (i32.add - (get_local $4) + (local.get $4) (i32.const 12) ) ) @@ -13987,26 +13987,26 @@ (if (i32.eq (i32.load - (tee_local $3 + (local.tee $3 (i32.add - (get_local $0) + (local.get $0) (i32.const 8) ) ) ) - (get_local $7) + (local.get $7) ) (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) @@ -14014,17 +14014,17 @@ ) ) (if - (get_local $6) + (local.get $6) (block (if (i32.eq (i32.load - (tee_local $0 + (local.tee $0 (i32.add (i32.shl - (tee_local $3 + (local.tee $3 (i32.load offset=28 - (get_local $7) + (local.get $7) ) ) (i32.const 2) @@ -14033,16 +14033,16 @@ ) ) ) - (get_local $7) + (local.get $7) ) (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 @@ -14054,7 +14054,7 @@ (i32.xor (i32.shl (i32.const 1) - (get_local $3) + (local.get $3) ) (i32.const -1) ) @@ -14067,7 +14067,7 @@ (block (if (i32.lt_u - (get_local $6) + (local.get $6) (i32.load (i32.const 192) ) @@ -14077,35 +14077,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 $7) + (local.get $7) ) (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) ) @@ -14114,15 +14114,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 $7) + (local.get $7) (i32.const 16) ) ) @@ -14130,31 +14130,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) ) @@ -14162,12 +14162,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) ) ) ) @@ -14178,55 +14178,55 @@ ) ) (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) ) - (set_local $3 + (local.set $3 (if (result i32) (i32.eq (i32.load (i32.const 196) ) - (get_local $2) + (local.get $2) ) (block (i32.store (i32.const 184) - (get_local $5) + (local.get $5) ) (return) ) - (get_local $5) + (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) @@ -14234,25 +14234,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) ) ) @@ -14264,11 +14264,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) ) ) ) @@ -14276,70 +14276,70 @@ (i32.store (i32.const 176) (i32.or - (get_local $0) - (get_local $3) + (local.get $0) + (local.get $3) ) ) - (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) (block (result i32) - (set_local $5 + (local.set $5 (i32.and (i32.shr_u (i32.add - (tee_local $0 + (local.tee $0 (i32.shl - (get_local $0) - (tee_local $1 + (local.get $0) + (local.tee $1 (i32.and (i32.shr_u (i32.add - (get_local $0) + (local.get $0) (i32.const 1048320) ) (i32.const 16) @@ -14356,14 +14356,14 @@ (i32.const 4) ) ) - (set_local $4 + (local.set $4 (i32.and (i32.shr_u (i32.add - (tee_local $0 + (local.tee $0 (i32.shl - (get_local $0) - (get_local $5) + (local.get $0) + (local.get $5) ) ) (i32.const 245760) @@ -14376,24 +14376,24 @@ (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 - (get_local $1) - (get_local $5) + (local.get $1) + (local.get $5) ) - (get_local $4) + (local.get $4) ) ) (i32.shr_u (i32.shl - (get_local $0) - (get_local $4) + (local.get $0) + (local.get $4) ) (i32.const 15) ) @@ -14405,7 +14405,7 @@ (i32.const 1) ) (i32.shl - (get_local $0) + (local.get $0) (i32.const 1) ) ) @@ -14420,54 +14420,54 @@ ) ) (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) ) (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 $do-once12 - (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 @@ -14477,31 +14477,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) @@ -14511,11 +14511,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) ) @@ -14523,7 +14523,7 @@ ) (if (i32.lt_u - (get_local $5) + (local.get $5) (i32.load (i32.const 192) ) @@ -14531,20 +14531,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) ) @@ -14554,46 +14554,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) ) ) @@ -14605,31 +14605,31 @@ (i32.store (i32.const 180) (i32.or - (get_local $0) - (get_local $1) + (local.get $0) + (local.get $1) ) ) (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) @@ -14638,26 +14638,26 @@ ) ) ) - (set_local $0 + (local.set $0 (if (result i32) - (get_local $0) + (local.get $0) (return) (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 @@ -14669,97 +14669,97 @@ (nop) ) (func $_i64Subtract (; 51 ;) (; has Stack IR ;) (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 (; 52 ;) (; has Stack IR ;) (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 (; 53 ;) (; has Stack IR ;) (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) ) ) @@ -14769,47 +14769,47 @@ ) ) ) - (set_local $3 + (local.set $3 (i32.or (i32.or (i32.or (i32.shl - (get_local $1) + (local.get $1) (i32.const 8) ) - (get_local $1) + (local.get $1) ) (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) ) ) @@ -14822,17 +14822,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) ) ) @@ -14841,56 +14841,56 @@ ) ) (i32.sub - (get_local $0) - (get_local $2) + (local.get $0) + (local.get $2) ) ) (func $_bitshift64Lshr (; 54 ;) (; has Stack IR ;) (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.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) ) ) (i32.shr_u - (get_local $0) - (get_local $2) + (local.get $0) + (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) ) ) @@ -14898,15 +14898,15 @@ (func $_bitshift64Shl (; 55 ;) (; has Stack IR ;) (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 @@ -14914,37 +14914,37 @@ (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) ) ) - (get_local $0) + (local.get $0) ) (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) ) ) @@ -14955,28 +14955,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) ) ) @@ -14984,39 +14984,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) ) ) @@ -15027,31 +15027,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) ) ) @@ -15064,31 +15064,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) ) ) @@ -15096,123 +15096,123 @@ ) ) ) - (get_local $3) + (local.get $3) ) (func $___udivdi3 (; 57 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (call $___udivmoddi4 - (get_local $0) - (get_local $1) - (get_local $2) + (local.get $0) + (local.get $1) + (local.get $2) (i32.const 0) (i32.const 0) ) ) (func $___uremdi3 (; 58 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (set_local $3 - (get_global $STACKTOP) + (local.set $3 + (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) + (local.get $0) + (local.get $1) + (local.get $2) (i32.const 0) - (get_local $3) + (local.get $3) ) ) - (set_global $STACKTOP - (get_local $3) + (global.set $STACKTOP + (local.get $3) ) - (set_global $tempRet0 + (global.set $tempRet0 (i32.load offset=4 - (get_local $3) + (local.get $3) ) ) (i32.load - (get_local $3) + (local.get $3) ) ) (func $___udivmoddi4 (; 59 ;) (; has Stack IR ;) (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 (; 60 ;) (; has Stack IR ;) (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 (; 61 ;) (; has Stack IR ;) (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) @@ -15221,10 +15221,10 @@ ) (func $dynCall_vi (; 62 ;) (; has Stack IR ;) (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) |