{ $description "Inputs to the final instruction need to be copied because of loc>vreg sync." } ;
HELP:emit-fixnum-shift-general
{ $values
{ "block" basic-block }
{ "block'" basic-block }
}
{ $description "Emits intrinsic code for shifting a " { $link fixnum } ". For positive shifts, " { $link ##shl } " is used, for negative shifts it is more complicated." } ;
ARTICLE: "compiler.cfg.intrinsics.fixnum""Generating instructions for fixnum arithmetic"