%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
srcsource register
repa representation
dsta spill-slot


Outputs
None

Word description
Emits machine code for spilling a register to a spill slot.

See also
%reload

Definition


Methods