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>
Content copied to clipboard
Answer an L2_MOVE suitable for transferring data of the given RegisterKind.
Properties
Link copied to clipboard
val boxed: L2_MOVE<L2BoxedRegister, L2ReadBoxedOperand, L2WriteBoxedOperand, L2ReadBoxedVectorOperand>
Content copied to clipboard
Link copied to clipboard
val unboxedFloat: L2_MOVE<L2FloatRegister, L2ReadFloatOperand, L2WriteFloatOperand, L2ReadFloatVectorOperand>
Content copied to clipboard
Link copied to clipboard
val unboxedInt: L2_MOVE<L2IntRegister, L2ReadIntOperand, L2WriteIntOperand, L2ReadIntVectorOperand>
Content copied to clipboard