Companion

object Companion

Functions

Link copied to clipboard
fun <R : L2Register, RR : L2ReadOperand<R>, WR : L2WriteOperand<R>, RV : L2ReadVectorOperand<R, RR>> moveByKind(registerKind: L2Register.RegisterKind): L2_MOVE<R, RR, WR, RV>

Answer an L2_MOVE suitable for transferring data of the given RegisterKind.

Properties

Link copied to clipboard

Initialize the move operation for boxed values.

Link copied to clipboard

Initialize the move operation for float values.

Link copied to clipboard

Initialize the move operation for int values.