float Write
fun floatWrite(semanticValues: Set<L2SemanticUnboxedFloat>, restriction: TypeRestriction): L2WriteFloatOperand
Content copied to clipboard
Allocate a new L2FloatRegister. Answer an L2WriteFloatOperand that writes to it as the given L2SemanticValue, restricting it with the given TypeRestriction.
Return
The new unboxed float write operand.
Parameters
semantic Values
The L2SemanticValues to write.
restriction
The initial TypeRestriction for the new write.