2019-06-11 03:38:58 +02:00

210 lines
3.6 KiB
Plaintext

(module
(type $FUNCSIG$viiii (func (param i32 i32 i32 i32)))
(type $FUNCSIG$dd (func (param f64) (result f64)))
(type $FUNCSIG$v (func))
(import "env" "memory" (memory $0 0))
(import "Math" "log" (func $~lib/bindings/Math/log (param f64) (result f64)))
(import "Math" "log2" (func $~lib/bindings/Math/log2 (param f64) (result f64)))
(export "memory" (memory $0))
(export "computeLine" (func $assembly/index/computeLine))
(func $assembly/index/computeLine (; 2 ;) (type $FUNCSIG$viiii) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32)
(local $4 f64)
(local $5 f64)
(local $6 f64)
(local $7 i32)
(local $8 i32)
(local $9 f64)
(local $10 f64)
(local $11 f64)
(local $12 f64)
(local $13 f64)
(local $14 f64)
(local $15 f64)
local.get $1
f64.convert_i32_u
local.tee $9
f64.const 0.625
f64.mul
local.get $0
f64.convert_i32_u
local.get $2
f64.convert_i32_u
local.tee $6
f64.const 0.5
f64.mul
f64.sub
f64.const 10
f64.const 3
local.get $9
f64.mul
f64.const 4
local.get $6
f64.mul
f64.min
f64.div
local.tee $10
f64.mul
local.set $11
local.get $10
f64.mul
local.set $13
local.get $0
local.get $1
i32.mul
i32.const 1
i32.shl
local.set $0
f64.const 1
local.get $3
f64.convert_i32_u
local.tee $6
f64.div
local.set $14
f64.const 8
local.get $6
f64.min
local.set $15
loop $loop|0
block $break|0
local.get $8
local.get $1
i32.ge_u
br_if $break|0
local.get $8
f64.convert_i32_u
local.get $10
f64.mul
local.get $13
f64.sub
local.set $12
f64.const 0
local.set $4
f64.const 0
local.set $5
i32.const 0
local.set $7
loop $continue|1
block $break|1
local.get $4
local.get $4
f64.mul
local.tee $9
local.get $5
local.get $5
f64.mul
local.tee $6
f64.add
f64.const 4
f64.le
i32.eqz
br_if $break|1
f64.const 2
local.get $4
f64.mul
local.get $5
f64.mul
local.get $11
f64.add
local.set $5
local.get $9
local.get $6
f64.sub
local.get $12
f64.add
local.set $4
local.get $7
local.get $3
i32.ge_u
br_if $break|1
local.get $7
i32.const 1
i32.add
local.set $7
br $continue|1
end
end
loop $continue|2
local.get $7
f64.convert_i32_u
local.get $15
f64.lt
if
local.get $4
local.get $4
f64.mul
local.get $5
local.get $5
f64.mul
f64.sub
local.get $12
f64.add
f64.const 2
local.get $4
f64.mul
local.get $5
f64.mul
local.get $11
f64.add
local.set $5
local.set $4
local.get $7
i32.const 1
i32.add
local.set $7
br $continue|2
end
end
i32.const 2047
local.set $2
local.get $8
i32.const 1
i32.shl
local.get $0
i32.add
local.get $4
local.get $4
f64.mul
local.get $5
local.get $5
f64.mul
f64.add
local.tee $6
f64.const 1
f64.gt
if (result i32)
f64.const 2047
local.get $7
i32.const 1
i32.add
f64.convert_i32_u
f64.const 0.5
local.get $6
call $~lib/bindings/Math/log
f64.mul
call $~lib/bindings/Math/log2
f64.sub
local.get $14
f64.mul
f64.const 0
f64.max
f64.const 1
f64.min
f64.mul
i32.trunc_f64_u
else
i32.const 2047
end
i32.store16
local.get $8
i32.const 1
i32.add
local.set $8
br $loop|0
end
end
)
(func $null (; 3 ;) (type $FUNCSIG$v)
nop
)
)