mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
Use stack IR when emitting text format (#312)
This commit is contained in:
@ -3,15 +3,15 @@
|
||||
(type $FF (func (param f64) (result f64)))
|
||||
(type $v (func))
|
||||
(import "env" "memory" (memory $0 0))
|
||||
(table 1 anyfunc)
|
||||
(elem (i32.const 0) $null)
|
||||
(import "Math" "LN2" (global $~lib/bindings/Math/LN2 f64))
|
||||
(import "Math" "sqrt" (func $~lib/bindings/Math/sqrt (param f64) (result f64)))
|
||||
(import "Math" "log" (func $~lib/bindings/Math/log (param f64) (result f64)))
|
||||
(table $0 1 anyfunc)
|
||||
(elem (i32.const 0) $null)
|
||||
(export "memory" (memory $0))
|
||||
(export "table" (table $0))
|
||||
(export "computeLine" (func $assembly/index/computeLine))
|
||||
(func $assembly/index/computeLine (; 2 ;) (; has Stack IR ;) (type $iiiiv) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32)
|
||||
(func $assembly/index/computeLine (; 2 ;) (type $iiiiv) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32)
|
||||
(local $4 f64)
|
||||
(local $5 f64)
|
||||
(local $6 f64)
|
||||
@ -21,342 +21,191 @@
|
||||
(local $10 f64)
|
||||
(local $11 f64)
|
||||
(local $12 f64)
|
||||
;;@ assembly/index.ts:8:2
|
||||
(set_local $11
|
||||
;;@ assembly/index.ts:8:19
|
||||
(f64.div
|
||||
(tee_local $6
|
||||
(f64.convert_u/i32
|
||||
(get_local $1)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:8:27
|
||||
(f64.const 1.6)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:11:2
|
||||
(set_local $9
|
||||
;;@ assembly/index.ts:11:18
|
||||
(f64.mul
|
||||
(f64.sub
|
||||
(f64.convert_u/i32
|
||||
(get_local $0)
|
||||
)
|
||||
;;@ assembly/index.ts:9:2
|
||||
(tee_local $7
|
||||
;;@ assembly/index.ts:9:19
|
||||
(f64.div
|
||||
(tee_local $4
|
||||
(f64.convert_u/i32
|
||||
(get_local $2)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:9:28
|
||||
(f64.const 2)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:10:2
|
||||
(tee_local $12
|
||||
;;@ assembly/index.ts:10:14
|
||||
(f64.div
|
||||
(f64.const 10)
|
||||
;;@ assembly/index.ts:10:21
|
||||
(f64.min
|
||||
;;@ assembly/index.ts:10:25
|
||||
(f64.mul
|
||||
(f64.const 3)
|
||||
(get_local $6)
|
||||
)
|
||||
;;@ assembly/index.ts:10:36
|
||||
(f64.mul
|
||||
(f64.const 4)
|
||||
(get_local $4)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:12:2
|
||||
(block $break|0
|
||||
(loop $repeat|0
|
||||
(br_if $break|0
|
||||
;;@ assembly/index.ts:12:23
|
||||
(i32.ge_u
|
||||
(get_local $8)
|
||||
(get_local $1)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:13:4
|
||||
(set_local $10
|
||||
;;@ assembly/index.ts:13:15
|
||||
(f64.mul
|
||||
(f64.sub
|
||||
(f64.convert_u/i32
|
||||
(get_local $8)
|
||||
)
|
||||
(get_local $11)
|
||||
)
|
||||
(get_local $12)
|
||||
)
|
||||
)
|
||||
(set_local $4
|
||||
;;@ assembly/index.ts:16:13
|
||||
(f64.const 0)
|
||||
)
|
||||
(set_local $5
|
||||
;;@ assembly/index.ts:16:23
|
||||
(f64.const 0)
|
||||
)
|
||||
;;@ assembly/index.ts:17:4
|
||||
(set_local $2
|
||||
;;@ assembly/index.ts:17:25
|
||||
(i32.const 0)
|
||||
)
|
||||
;;@ assembly/index.ts:18:4
|
||||
(block $break|1
|
||||
(loop $continue|1
|
||||
(if
|
||||
;;@ assembly/index.ts:18:11
|
||||
(f64.le
|
||||
(f64.add
|
||||
(tee_local $6
|
||||
;;@ assembly/index.ts:18:19
|
||||
(f64.mul
|
||||
(get_local $4)
|
||||
(get_local $4)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:18:30
|
||||
(tee_local $7
|
||||
;;@ assembly/index.ts:18:38
|
||||
(f64.mul
|
||||
(get_local $5)
|
||||
(get_local $5)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:18:50
|
||||
(f64.const 4)
|
||||
)
|
||||
(block
|
||||
;;@ assembly/index.ts:20:6
|
||||
(set_local $5
|
||||
;;@ assembly/index.ts:20:11
|
||||
(f64.add
|
||||
(f64.mul
|
||||
(f64.mul
|
||||
(f64.const 2)
|
||||
(get_local $4)
|
||||
)
|
||||
(get_local $5)
|
||||
)
|
||||
(get_local $9)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:21:6
|
||||
(set_local $4
|
||||
;;@ assembly/index.ts:19:18
|
||||
(f64.add
|
||||
(f64.sub
|
||||
(get_local $6)
|
||||
(get_local $7)
|
||||
)
|
||||
(get_local $10)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:22:30
|
||||
(br_if $break|1
|
||||
;;@ assembly/index.ts:22:10
|
||||
(i32.ge_u
|
||||
(get_local $2)
|
||||
(get_local $3)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:23:6
|
||||
(set_local $2
|
||||
(i32.add
|
||||
(get_local $2)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(br $continue|1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:27:4
|
||||
(block $break|2
|
||||
;;@ assembly/index.ts:27:9
|
||||
(set_local $6
|
||||
;;@ assembly/index.ts:27:29
|
||||
(f64.min
|
||||
;;@ assembly/index.ts:27:33
|
||||
(f64.const 8)
|
||||
;;@ assembly/index.ts:27:36
|
||||
(f64.convert_u/i32
|
||||
(get_local $3)
|
||||
)
|
||||
)
|
||||
)
|
||||
(loop $repeat|2
|
||||
(br_if $break|2
|
||||
(i32.eqz
|
||||
;;@ assembly/index.ts:27:44
|
||||
(f64.lt
|
||||
(f64.convert_u/i32
|
||||
(get_local $2)
|
||||
)
|
||||
(get_local $6)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:28:6
|
||||
(set_local $7
|
||||
;;@ assembly/index.ts:28:18
|
||||
(f64.add
|
||||
(f64.sub
|
||||
(f64.mul
|
||||
(get_local $4)
|
||||
(get_local $4)
|
||||
)
|
||||
;;@ assembly/index.ts:28:28
|
||||
(f64.mul
|
||||
(get_local $5)
|
||||
(get_local $5)
|
||||
)
|
||||
)
|
||||
(get_local $10)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:29:6
|
||||
(set_local $5
|
||||
;;@ assembly/index.ts:29:11
|
||||
(f64.add
|
||||
(f64.mul
|
||||
(f64.mul
|
||||
(f64.const 2)
|
||||
(get_local $4)
|
||||
)
|
||||
(get_local $5)
|
||||
)
|
||||
(get_local $9)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:30:6
|
||||
(set_local $4
|
||||
(get_local $7)
|
||||
)
|
||||
;;@ assembly/index.ts:27:71
|
||||
(set_local $2
|
||||
(i32.add
|
||||
(get_local $2)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(br $repeat|2)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:40:4
|
||||
(i32.store16
|
||||
;;@ assembly/index.ts:40:15
|
||||
(i32.shl
|
||||
(i32.add
|
||||
;;@ assembly/index.ts:40:16
|
||||
(i32.mul
|
||||
(get_local $0)
|
||||
(get_local $1)
|
||||
)
|
||||
(get_local $8)
|
||||
)
|
||||
;;@ assembly/index.ts:40:34
|
||||
(i32.const 1)
|
||||
)
|
||||
(tee_local $2
|
||||
;;@ assembly/index.ts:37:15
|
||||
(if (result i32)
|
||||
(f64.eq
|
||||
(f64.sub
|
||||
;;@ assembly/index.ts:36:4
|
||||
(tee_local $6
|
||||
;;@ assembly/index.ts:36:15
|
||||
(f64.div
|
||||
;;@ assembly/index.ts:36:20
|
||||
(call $~lib/bindings/Math/log
|
||||
;;@ assembly/index.ts:36:29
|
||||
(call $~lib/bindings/Math/log
|
||||
;;@ assembly/index.ts:36:38
|
||||
(call $~lib/bindings/Math/sqrt
|
||||
;;@ assembly/index.ts:36:43
|
||||
(f64.add
|
||||
(f64.mul
|
||||
(get_local $4)
|
||||
(get_local $4)
|
||||
)
|
||||
;;@ assembly/index.ts:36:53
|
||||
(f64.mul
|
||||
(get_local $5)
|
||||
(get_local $5)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:36:66
|
||||
(get_global $~lib/bindings/Math/LN2)
|
||||
)
|
||||
)
|
||||
(get_local $6)
|
||||
)
|
||||
(f64.const 0)
|
||||
)
|
||||
;;@ assembly/index.ts:38:8
|
||||
(i32.trunc_u/f64
|
||||
;;@ assembly/index.ts:38:14
|
||||
(f64.mul
|
||||
(f64.const 2047)
|
||||
(f64.min
|
||||
(f64.max
|
||||
;;@ assembly/index.ts:38:39
|
||||
(f64.div
|
||||
(f64.sub
|
||||
(f64.convert_u/i32
|
||||
;;@ assembly/index.ts:38:40
|
||||
(i32.add
|
||||
(get_local $2)
|
||||
;;@ assembly/index.ts:38:52
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(get_local $6)
|
||||
)
|
||||
(f64.convert_u/i32
|
||||
(get_local $3)
|
||||
)
|
||||
)
|
||||
(f64.const 0)
|
||||
)
|
||||
(f64.const 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
(i32.const 2047)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:12:34
|
||||
(set_local $8
|
||||
(i32.add
|
||||
(get_local $8)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(br $repeat|0)
|
||||
)
|
||||
)
|
||||
get_local $1
|
||||
f64.convert_u/i32
|
||||
tee_local $6
|
||||
f64.const 1.6
|
||||
f64.div
|
||||
set_local $11
|
||||
get_local $0
|
||||
f64.convert_u/i32
|
||||
get_local $2
|
||||
f64.convert_u/i32
|
||||
tee_local $4
|
||||
f64.const 2
|
||||
f64.div
|
||||
tee_local $7
|
||||
f64.sub
|
||||
f64.const 10
|
||||
f64.const 3
|
||||
get_local $6
|
||||
f64.mul
|
||||
f64.const 4
|
||||
get_local $4
|
||||
f64.mul
|
||||
f64.min
|
||||
f64.div
|
||||
tee_local $12
|
||||
f64.mul
|
||||
set_local $9
|
||||
block $break|0
|
||||
loop $repeat|0
|
||||
get_local $8
|
||||
get_local $1
|
||||
i32.ge_u
|
||||
br_if $break|0
|
||||
get_local $8
|
||||
f64.convert_u/i32
|
||||
get_local $11
|
||||
f64.sub
|
||||
get_local $12
|
||||
f64.mul
|
||||
set_local $10
|
||||
f64.const 0
|
||||
set_local $4
|
||||
f64.const 0
|
||||
set_local $5
|
||||
i32.const 0
|
||||
set_local $2
|
||||
block $break|1
|
||||
loop $continue|1
|
||||
get_local $4
|
||||
get_local $4
|
||||
f64.mul
|
||||
tee_local $6
|
||||
get_local $5
|
||||
get_local $5
|
||||
f64.mul
|
||||
tee_local $7
|
||||
f64.add
|
||||
f64.const 4
|
||||
f64.le
|
||||
if
|
||||
f64.const 2
|
||||
get_local $4
|
||||
f64.mul
|
||||
get_local $5
|
||||
f64.mul
|
||||
get_local $9
|
||||
f64.add
|
||||
set_local $5
|
||||
get_local $6
|
||||
get_local $7
|
||||
f64.sub
|
||||
get_local $10
|
||||
f64.add
|
||||
set_local $4
|
||||
get_local $2
|
||||
get_local $3
|
||||
i32.ge_u
|
||||
br_if $break|1
|
||||
get_local $2
|
||||
i32.const 1
|
||||
i32.add
|
||||
set_local $2
|
||||
br $continue|1
|
||||
end
|
||||
end
|
||||
end
|
||||
block $break|2
|
||||
f64.const 8
|
||||
get_local $3
|
||||
f64.convert_u/i32
|
||||
f64.min
|
||||
set_local $6
|
||||
loop $repeat|2
|
||||
get_local $2
|
||||
f64.convert_u/i32
|
||||
get_local $6
|
||||
f64.lt
|
||||
i32.eqz
|
||||
br_if $break|2
|
||||
get_local $4
|
||||
get_local $4
|
||||
f64.mul
|
||||
get_local $5
|
||||
get_local $5
|
||||
f64.mul
|
||||
f64.sub
|
||||
get_local $10
|
||||
f64.add
|
||||
set_local $7
|
||||
f64.const 2
|
||||
get_local $4
|
||||
f64.mul
|
||||
get_local $5
|
||||
f64.mul
|
||||
get_local $9
|
||||
f64.add
|
||||
set_local $5
|
||||
get_local $7
|
||||
set_local $4
|
||||
get_local $2
|
||||
i32.const 1
|
||||
i32.add
|
||||
set_local $2
|
||||
br $repeat|2
|
||||
unreachable
|
||||
end
|
||||
unreachable
|
||||
end
|
||||
get_local $0
|
||||
get_local $1
|
||||
i32.mul
|
||||
get_local $8
|
||||
i32.add
|
||||
i32.const 1
|
||||
i32.shl
|
||||
get_local $4
|
||||
get_local $4
|
||||
f64.mul
|
||||
get_local $5
|
||||
get_local $5
|
||||
f64.mul
|
||||
f64.add
|
||||
call $~lib/bindings/Math/sqrt
|
||||
call $~lib/bindings/Math/log
|
||||
call $~lib/bindings/Math/log
|
||||
get_global $~lib/bindings/Math/LN2
|
||||
f64.div
|
||||
tee_local $6
|
||||
get_local $6
|
||||
f64.sub
|
||||
f64.const 0
|
||||
f64.eq
|
||||
if (result i32)
|
||||
f64.const 2047
|
||||
get_local $2
|
||||
i32.const 1
|
||||
i32.add
|
||||
f64.convert_u/i32
|
||||
get_local $6
|
||||
f64.sub
|
||||
get_local $3
|
||||
f64.convert_u/i32
|
||||
f64.div
|
||||
f64.const 0
|
||||
f64.max
|
||||
f64.const 1
|
||||
f64.min
|
||||
f64.mul
|
||||
i32.trunc_u/f64
|
||||
else
|
||||
i32.const 2047
|
||||
end
|
||||
tee_local $2
|
||||
i32.store16
|
||||
get_local $8
|
||||
i32.const 1
|
||||
i32.add
|
||||
set_local $8
|
||||
br $repeat|0
|
||||
unreachable
|
||||
end
|
||||
unreachable
|
||||
end
|
||||
)
|
||||
(func $null (; 3 ;) (; has Stack IR ;) (type $v)
|
||||
(nop)
|
||||
(func $null (; 3 ;) (type $v)
|
||||
nop
|
||||
)
|
||||
)
|
||||
|
@ -5,42 +5,29 @@
|
||||
(type $FFFF (func (param f64 f64 f64) (result f64)))
|
||||
(type $v (func))
|
||||
(import "env" "memory" (memory $0 0))
|
||||
(table 1 anyfunc)
|
||||
(elem (i32.const 0) $null)
|
||||
(import "Math" "LN2" (global $~lib/bindings/Math/LN2 f64))
|
||||
(import "Math" "sqrt" (func $~lib/bindings/Math/sqrt (param f64) (result f64)))
|
||||
(import "Math" "log" (func $~lib/bindings/Math/log (param f64) (result f64)))
|
||||
(table $0 1 anyfunc)
|
||||
(elem (i32.const 0) $null)
|
||||
(global $assembly/index/NUM_COLORS i32 (i32.const 2048))
|
||||
(global $HEAP_BASE i32 (i32.const 8))
|
||||
(export "memory" (memory $0))
|
||||
(export "table" (table $0))
|
||||
(export "computeLine" (func $assembly/index/computeLine))
|
||||
(func $~lib/builtins/isFinite<f64> (; 2 ;) (type $Fi) (param $0 f64) (result i32)
|
||||
;;@ ~lib/builtins.ts:16:78
|
||||
(f64.eq
|
||||
;;@ ~lib/builtins.ts:16:61
|
||||
(f64.sub
|
||||
(get_local $0)
|
||||
;;@ ~lib/builtins.ts:16:69
|
||||
(get_local $0)
|
||||
)
|
||||
;;@ ~lib/builtins.ts:16:78
|
||||
(f64.const 0)
|
||||
)
|
||||
get_local $0
|
||||
get_local $0
|
||||
f64.sub
|
||||
f64.const 0
|
||||
f64.eq
|
||||
)
|
||||
(func $assembly/index/clamp<f64> (; 3 ;) (type $FFFF) (param $0 f64) (param $1 f64) (param $2 f64) (result f64)
|
||||
;;@ assembly/index.ts:47:43
|
||||
(f64.min
|
||||
;;@ assembly/index.ts:47:13
|
||||
(f64.max
|
||||
;;@ assembly/index.ts:47:17
|
||||
(get_local $0)
|
||||
;;@ assembly/index.ts:47:24
|
||||
(get_local $1)
|
||||
)
|
||||
;;@ assembly/index.ts:47:35
|
||||
(get_local $2)
|
||||
)
|
||||
get_local $0
|
||||
get_local $1
|
||||
f64.max
|
||||
get_local $2
|
||||
f64.min
|
||||
)
|
||||
(func $assembly/index/computeLine (; 4 ;) (type $iiiiv) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32)
|
||||
(local $4 f64)
|
||||
@ -57,413 +44,207 @@
|
||||
(local $15 f64)
|
||||
(local $16 f64)
|
||||
(local $17 i32)
|
||||
;;@ assembly/index.ts:8:2
|
||||
(set_local $4
|
||||
;;@ assembly/index.ts:8:19
|
||||
(f64.div
|
||||
(f64.convert_u/i32
|
||||
(get_local $1)
|
||||
)
|
||||
;;@ assembly/index.ts:8:27
|
||||
(f64.const 1.6)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:9:2
|
||||
(set_local $5
|
||||
;;@ assembly/index.ts:9:19
|
||||
(f64.div
|
||||
(f64.convert_u/i32
|
||||
(get_local $2)
|
||||
)
|
||||
;;@ assembly/index.ts:9:28
|
||||
(f64.const 2)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:10:2
|
||||
(set_local $6
|
||||
;;@ assembly/index.ts:10:14
|
||||
(f64.div
|
||||
(f64.const 10)
|
||||
;;@ assembly/index.ts:10:21
|
||||
(f64.min
|
||||
;;@ assembly/index.ts:10:25
|
||||
(f64.mul
|
||||
(f64.const 3)
|
||||
(f64.convert_u/i32
|
||||
;;@ assembly/index.ts:10:29
|
||||
(get_local $1)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:10:36
|
||||
(f64.mul
|
||||
(f64.const 4)
|
||||
(f64.convert_u/i32
|
||||
;;@ assembly/index.ts:10:40
|
||||
(get_local $2)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:11:2
|
||||
(set_local $7
|
||||
;;@ assembly/index.ts:11:18
|
||||
(f64.mul
|
||||
(f64.sub
|
||||
(f64.convert_u/i32
|
||||
;;@ assembly/index.ts:11:19
|
||||
(get_local $0)
|
||||
)
|
||||
;;@ assembly/index.ts:11:23
|
||||
(get_local $5)
|
||||
)
|
||||
;;@ assembly/index.ts:11:37
|
||||
(get_local $6)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:12:2
|
||||
(block $break|0
|
||||
;;@ assembly/index.ts:12:7
|
||||
(set_local $8
|
||||
;;@ assembly/index.ts:12:20
|
||||
(i32.const 0)
|
||||
)
|
||||
(loop $repeat|0
|
||||
(br_if $break|0
|
||||
(i32.eqz
|
||||
;;@ assembly/index.ts:12:23
|
||||
(i32.lt_u
|
||||
(get_local $8)
|
||||
;;@ assembly/index.ts:12:27
|
||||
(get_local $1)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:12:39
|
||||
(block
|
||||
;;@ assembly/index.ts:13:4
|
||||
(set_local $9
|
||||
;;@ assembly/index.ts:13:15
|
||||
(f64.mul
|
||||
(f64.sub
|
||||
(f64.convert_u/i32
|
||||
;;@ assembly/index.ts:13:16
|
||||
(get_local $8)
|
||||
)
|
||||
;;@ assembly/index.ts:13:20
|
||||
(get_local $4)
|
||||
)
|
||||
;;@ assembly/index.ts:13:34
|
||||
(get_local $6)
|
||||
)
|
||||
)
|
||||
(set_local $10
|
||||
;;@ assembly/index.ts:16:13
|
||||
(f64.const 0)
|
||||
)
|
||||
(set_local $11
|
||||
;;@ assembly/index.ts:16:23
|
||||
(f64.const 0)
|
||||
)
|
||||
;;@ assembly/index.ts:17:4
|
||||
(set_local $14
|
||||
;;@ assembly/index.ts:17:25
|
||||
(i32.const 0)
|
||||
)
|
||||
;;@ assembly/index.ts:18:4
|
||||
(block $break|1
|
||||
(loop $continue|1
|
||||
(if
|
||||
;;@ assembly/index.ts:18:11
|
||||
(f64.le
|
||||
(f64.add
|
||||
(tee_local $12
|
||||
;;@ assembly/index.ts:18:19
|
||||
(f64.mul
|
||||
(get_local $10)
|
||||
;;@ assembly/index.ts:18:24
|
||||
(get_local $10)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:18:30
|
||||
(tee_local $13
|
||||
;;@ assembly/index.ts:18:38
|
||||
(f64.mul
|
||||
(get_local $11)
|
||||
;;@ assembly/index.ts:18:43
|
||||
(get_local $11)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:18:50
|
||||
(f64.const 4)
|
||||
)
|
||||
(block
|
||||
;;@ assembly/index.ts:18:55
|
||||
(block
|
||||
;;@ assembly/index.ts:19:6
|
||||
(set_local $15
|
||||
;;@ assembly/index.ts:19:18
|
||||
(f64.add
|
||||
(f64.sub
|
||||
(get_local $12)
|
||||
;;@ assembly/index.ts:19:25
|
||||
(get_local $13)
|
||||
)
|
||||
;;@ assembly/index.ts:19:32
|
||||
(get_local $9)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:20:6
|
||||
(set_local $11
|
||||
;;@ assembly/index.ts:20:11
|
||||
(f64.add
|
||||
(f64.mul
|
||||
(f64.mul
|
||||
(f64.const 2)
|
||||
;;@ assembly/index.ts:20:17
|
||||
(get_local $10)
|
||||
)
|
||||
;;@ assembly/index.ts:20:22
|
||||
(get_local $11)
|
||||
)
|
||||
;;@ assembly/index.ts:20:27
|
||||
(get_local $7)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:21:6
|
||||
(set_local $10
|
||||
;;@ assembly/index.ts:21:11
|
||||
(get_local $15)
|
||||
)
|
||||
;;@ assembly/index.ts:22:6
|
||||
(if
|
||||
;;@ assembly/index.ts:22:10
|
||||
(i32.ge_u
|
||||
(get_local $14)
|
||||
;;@ assembly/index.ts:22:23
|
||||
(get_local $3)
|
||||
)
|
||||
;;@ assembly/index.ts:22:30
|
||||
(br $break|1)
|
||||
)
|
||||
;;@ assembly/index.ts:23:6
|
||||
(set_local $14
|
||||
(i32.add
|
||||
;;@ assembly/index.ts:23:8
|
||||
(get_local $14)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
(br $continue|1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:27:4
|
||||
(block $break|2
|
||||
;;@ assembly/index.ts:27:9
|
||||
(set_local $15
|
||||
;;@ assembly/index.ts:27:29
|
||||
(f64.min
|
||||
;;@ assembly/index.ts:27:33
|
||||
(f64.const 8)
|
||||
;;@ assembly/index.ts:27:36
|
||||
(f64.convert_u/i32
|
||||
(get_local $3)
|
||||
)
|
||||
)
|
||||
)
|
||||
(loop $repeat|2
|
||||
(br_if $break|2
|
||||
(i32.eqz
|
||||
;;@ assembly/index.ts:27:44
|
||||
(f64.lt
|
||||
(f64.convert_u/i32
|
||||
(get_local $14)
|
||||
)
|
||||
;;@ assembly/index.ts:27:56
|
||||
(get_local $15)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:27:84
|
||||
(block
|
||||
;;@ assembly/index.ts:28:6
|
||||
(set_local $16
|
||||
;;@ assembly/index.ts:28:18
|
||||
(f64.add
|
||||
(f64.sub
|
||||
(f64.mul
|
||||
(get_local $10)
|
||||
;;@ assembly/index.ts:28:23
|
||||
(get_local $10)
|
||||
)
|
||||
;;@ assembly/index.ts:28:28
|
||||
(f64.mul
|
||||
(get_local $11)
|
||||
;;@ assembly/index.ts:28:33
|
||||
(get_local $11)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:28:38
|
||||
(get_local $9)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:29:6
|
||||
(set_local $11
|
||||
;;@ assembly/index.ts:29:11
|
||||
(f64.add
|
||||
(f64.mul
|
||||
(f64.mul
|
||||
(f64.const 2)
|
||||
;;@ assembly/index.ts:29:17
|
||||
(get_local $10)
|
||||
)
|
||||
;;@ assembly/index.ts:29:22
|
||||
(get_local $11)
|
||||
)
|
||||
;;@ assembly/index.ts:29:27
|
||||
(get_local $7)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:30:6
|
||||
(set_local $10
|
||||
;;@ assembly/index.ts:30:11
|
||||
(get_local $16)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:27:71
|
||||
(set_local $14
|
||||
(i32.add
|
||||
;;@ assembly/index.ts:27:73
|
||||
(get_local $14)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(br $repeat|2)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:36:4
|
||||
(set_local $15
|
||||
;;@ assembly/index.ts:36:15
|
||||
(f64.div
|
||||
;;@ assembly/index.ts:36:20
|
||||
(call $~lib/bindings/Math/log
|
||||
;;@ assembly/index.ts:36:29
|
||||
(call $~lib/bindings/Math/log
|
||||
;;@ assembly/index.ts:36:38
|
||||
(call $~lib/bindings/Math/sqrt
|
||||
;;@ assembly/index.ts:36:43
|
||||
(f64.add
|
||||
(f64.mul
|
||||
(get_local $10)
|
||||
;;@ assembly/index.ts:36:48
|
||||
(get_local $10)
|
||||
)
|
||||
;;@ assembly/index.ts:36:53
|
||||
(f64.mul
|
||||
(get_local $11)
|
||||
;;@ assembly/index.ts:36:58
|
||||
(get_local $11)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:36:66
|
||||
(get_global $~lib/bindings/Math/LN2)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:37:4
|
||||
(set_local $17
|
||||
;;@ assembly/index.ts:37:15
|
||||
(if (result i32)
|
||||
(call $~lib/builtins/isFinite<f64>
|
||||
;;@ assembly/index.ts:37:24
|
||||
(get_local $15)
|
||||
)
|
||||
;;@ assembly/index.ts:38:8
|
||||
(i32.trunc_u/f64
|
||||
;;@ assembly/index.ts:38:14
|
||||
(f64.mul
|
||||
(f64.convert_s/i32
|
||||
(i32.sub
|
||||
;;@ assembly/index.ts:38:15
|
||||
(get_global $assembly/index/NUM_COLORS)
|
||||
;;@ assembly/index.ts:38:28
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:38:33
|
||||
(call $assembly/index/clamp<f64>
|
||||
;;@ assembly/index.ts:38:39
|
||||
(f64.div
|
||||
(f64.sub
|
||||
(f64.convert_u/i32
|
||||
;;@ assembly/index.ts:38:40
|
||||
(i32.add
|
||||
(get_local $14)
|
||||
;;@ assembly/index.ts:38:52
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:38:56
|
||||
(get_local $15)
|
||||
)
|
||||
(f64.convert_u/i32
|
||||
;;@ assembly/index.ts:38:64
|
||||
(get_local $3)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:38:71
|
||||
(f64.const 0)
|
||||
;;@ assembly/index.ts:38:76
|
||||
(f64.const 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:39:8
|
||||
(i32.sub
|
||||
(get_global $assembly/index/NUM_COLORS)
|
||||
;;@ assembly/index.ts:39:21
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:40:4
|
||||
(i32.store16
|
||||
;;@ assembly/index.ts:40:15
|
||||
(i32.shl
|
||||
(i32.add
|
||||
;;@ assembly/index.ts:40:16
|
||||
(i32.mul
|
||||
(get_local $0)
|
||||
;;@ assembly/index.ts:40:20
|
||||
(get_local $1)
|
||||
)
|
||||
;;@ assembly/index.ts:40:28
|
||||
(get_local $8)
|
||||
)
|
||||
;;@ assembly/index.ts:40:34
|
||||
(i32.const 1)
|
||||
)
|
||||
;;@ assembly/index.ts:40:37
|
||||
(get_local $17)
|
||||
)
|
||||
)
|
||||
;;@ assembly/index.ts:12:34
|
||||
(set_local $8
|
||||
(i32.add
|
||||
;;@ assembly/index.ts:12:36
|
||||
(get_local $8)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(br $repeat|0)
|
||||
)
|
||||
)
|
||||
get_local $1
|
||||
f64.convert_u/i32
|
||||
f64.const 1.6
|
||||
f64.div
|
||||
set_local $4
|
||||
get_local $2
|
||||
f64.convert_u/i32
|
||||
f64.const 2
|
||||
f64.div
|
||||
set_local $5
|
||||
f64.const 10
|
||||
f64.const 3
|
||||
get_local $1
|
||||
f64.convert_u/i32
|
||||
f64.mul
|
||||
f64.const 4
|
||||
get_local $2
|
||||
f64.convert_u/i32
|
||||
f64.mul
|
||||
f64.min
|
||||
f64.div
|
||||
set_local $6
|
||||
get_local $0
|
||||
f64.convert_u/i32
|
||||
get_local $5
|
||||
f64.sub
|
||||
get_local $6
|
||||
f64.mul
|
||||
set_local $7
|
||||
block $break|0
|
||||
i32.const 0
|
||||
set_local $8
|
||||
loop $repeat|0
|
||||
get_local $8
|
||||
get_local $1
|
||||
i32.lt_u
|
||||
i32.eqz
|
||||
br_if $break|0
|
||||
block
|
||||
get_local $8
|
||||
f64.convert_u/i32
|
||||
get_local $4
|
||||
f64.sub
|
||||
get_local $6
|
||||
f64.mul
|
||||
set_local $9
|
||||
f64.const 0
|
||||
set_local $10
|
||||
f64.const 0
|
||||
set_local $11
|
||||
i32.const 0
|
||||
set_local $14
|
||||
block $break|1
|
||||
loop $continue|1
|
||||
get_local $10
|
||||
get_local $10
|
||||
f64.mul
|
||||
tee_local $12
|
||||
get_local $11
|
||||
get_local $11
|
||||
f64.mul
|
||||
tee_local $13
|
||||
f64.add
|
||||
f64.const 4
|
||||
f64.le
|
||||
if
|
||||
block
|
||||
get_local $12
|
||||
get_local $13
|
||||
f64.sub
|
||||
get_local $9
|
||||
f64.add
|
||||
set_local $15
|
||||
f64.const 2
|
||||
get_local $10
|
||||
f64.mul
|
||||
get_local $11
|
||||
f64.mul
|
||||
get_local $7
|
||||
f64.add
|
||||
set_local $11
|
||||
get_local $15
|
||||
set_local $10
|
||||
get_local $14
|
||||
get_local $3
|
||||
i32.ge_u
|
||||
if
|
||||
br $break|1
|
||||
end
|
||||
get_local $14
|
||||
i32.const 1
|
||||
i32.add
|
||||
set_local $14
|
||||
end
|
||||
br $continue|1
|
||||
end
|
||||
end
|
||||
end
|
||||
block $break|2
|
||||
f64.const 8
|
||||
get_local $3
|
||||
f64.convert_u/i32
|
||||
f64.min
|
||||
set_local $15
|
||||
loop $repeat|2
|
||||
get_local $14
|
||||
f64.convert_u/i32
|
||||
get_local $15
|
||||
f64.lt
|
||||
i32.eqz
|
||||
br_if $break|2
|
||||
block
|
||||
get_local $10
|
||||
get_local $10
|
||||
f64.mul
|
||||
get_local $11
|
||||
get_local $11
|
||||
f64.mul
|
||||
f64.sub
|
||||
get_local $9
|
||||
f64.add
|
||||
set_local $16
|
||||
f64.const 2
|
||||
get_local $10
|
||||
f64.mul
|
||||
get_local $11
|
||||
f64.mul
|
||||
get_local $7
|
||||
f64.add
|
||||
set_local $11
|
||||
get_local $16
|
||||
set_local $10
|
||||
end
|
||||
get_local $14
|
||||
i32.const 1
|
||||
i32.add
|
||||
set_local $14
|
||||
br $repeat|2
|
||||
unreachable
|
||||
end
|
||||
unreachable
|
||||
end
|
||||
get_local $10
|
||||
get_local $10
|
||||
f64.mul
|
||||
get_local $11
|
||||
get_local $11
|
||||
f64.mul
|
||||
f64.add
|
||||
call $~lib/bindings/Math/sqrt
|
||||
call $~lib/bindings/Math/log
|
||||
call $~lib/bindings/Math/log
|
||||
get_global $~lib/bindings/Math/LN2
|
||||
f64.div
|
||||
set_local $15
|
||||
get_local $15
|
||||
call $~lib/builtins/isFinite<f64>
|
||||
if (result i32)
|
||||
get_global $assembly/index/NUM_COLORS
|
||||
i32.const 1
|
||||
i32.sub
|
||||
f64.convert_s/i32
|
||||
get_local $14
|
||||
i32.const 1
|
||||
i32.add
|
||||
f64.convert_u/i32
|
||||
get_local $15
|
||||
f64.sub
|
||||
get_local $3
|
||||
f64.convert_u/i32
|
||||
f64.div
|
||||
f64.const 0
|
||||
f64.const 1
|
||||
call $assembly/index/clamp<f64>
|
||||
f64.mul
|
||||
i32.trunc_u/f64
|
||||
else
|
||||
get_global $assembly/index/NUM_COLORS
|
||||
i32.const 1
|
||||
i32.sub
|
||||
end
|
||||
set_local $17
|
||||
get_local $0
|
||||
get_local $1
|
||||
i32.mul
|
||||
get_local $8
|
||||
i32.add
|
||||
i32.const 1
|
||||
i32.shl
|
||||
get_local $17
|
||||
i32.store16
|
||||
end
|
||||
get_local $8
|
||||
i32.const 1
|
||||
i32.add
|
||||
set_local $8
|
||||
br $repeat|0
|
||||
unreachable
|
||||
end
|
||||
unreachable
|
||||
end
|
||||
)
|
||||
(func $null (; 5 ;) (type $v)
|
||||
)
|
||||
|
Reference in New Issue
Block a user