emitTransformedInstruction

open fun emitTransformedInstruction(transformedOperands: Array<L2Operand>, regenerator: L2Regenerator)

Write the given L2Operation's equivalent effect through the given L2Regenerator, with the given already-transformed L2Operands.

Parameters

transformedOperands

The operands of the instruction, already transformed for the regenerator.

regenerator

The L2Regenerator through which to write the instruction's equivalent effect.