emit Transformed Instruction
open fun emitTransformedInstruction(transformedOperands: Array<L2Operand>, regenerator: L2Regenerator)
Content copied to clipboard
Write the given L2Operation's equivalent effect through the given L2Regenerator, with the given already-transformed L2Operands.
Parameters
transformed Operands
The operands of the instruction, already transformed for the regenerator.
regenerator
The L2Regenerator through which to write the instruction's equivalent effect.