unboxedIntConstant

fun unboxedIntConstant(value: Int): L2ReadIntOperand

Generate code to move the given int constant into an unboxed int register, if it's not already known to be in such a register. Answer an L2ReadIntOperand to retrieve this value.

Return

The L2ReadIntOperand that retrieves the value.

Parameters

value

The constant int to write to an int register.