Handbook
Glossary
%spill ( src rep dst -- )
CPU architecture description model
Prev:
%write-barrier ( src slot scale tag temp1 temp2 -- )
Next:
%reload ( dst rep src -- )
Vocabulary
cpu
.
architecture
Inputs
src
source register
rep
a
representation
dst
a
spill-slot
Outputs
None
Word description
Emits machine code for spilling a register to a spill slot.
See also
%reload
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%spill
cpu
( src rep dst -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%spill
3drop
;
USING:
cpu.architecture
kernel
system
;
M:
x86
%spill
-rot
%copy
;