factor/basis/compiler/cfg/representations/conversion/conversion-docs.factor

8 lines
354 B
Factor
Raw Normal View History

2016-10-08 01:08:00 -04:00
USING: cpu.architecture help.markup help.syntax make ;
IN: compiler.cfg.representations.conversion
HELP: tagged>rep
{ $values { "dst" "vreg" } { "src" "vreg" } { "rep" representation } }
{ $description "Emits an instruction to the current " { $link make }
" sequence for converting a tagged value of the givern representation to an untagged one." } ;