L2Instruction
Construct a new L2Instruction. The instruction will be added somewhere within the given L2Generator's current L2BasicBlock.
Parameters
generator
The L2Generator in which this instruction is being regenerated.
operation
The L2Operation that this instruction performs.
the Operands
The array of L2Operands on which this instruction operates. These must agree with the operation's array of L2NamedOperandTypes.
Construct a new L2Instruction.
Parameters
basic Block
The L2BasicBlock which will contain this instruction or null if none.
operation
The L2Operation that this instruction performs.
the Operands
The array of L2Operands on which this instruction operates. These must agree with the operation's array of L2NamedOperandTypes.