Handbook
Glossary
%float>integer ( dst src -- )
Vocabulary
cpu
.
architecture
Inputs
dst
an
object
src
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%float>integer
cpu
( dst src -- )
Methods
USING:
cpu.architecture
cpu.arm.64.assembler
kernel
system
;
M:
arm.64
%float>integer
swap
D
FCVTZSsi
;
USING:
cpu.architecture
cpu.x86.assembler
system
;
M:
x86
%float>integer
CVTTSD2SI
;