int Write
fun intWrite(semanticValues: Set<L2SemanticUnboxedInt>, restriction: TypeRestriction): L2WriteIntOperand
Content copied to clipboard
Allocate a new L2IntRegister. Answer an L2WriteIntOperand that writes to it as the given L2SemanticValues, restricted with the given TypeRestriction.
Return
The new unboxed int write operand.
Parameters
semantic Values
The L2SemanticUnboxedInts to write.
restriction
The initial TypeRestriction for the new write.