move By Kind
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.
Return
The requested L2_MOVE operation.
Parameters
R
The subtype of L2Register to use.
RR
The subtype of L2ReadOperand to use.
WR
The subtype of L2WriteOperand to use.
RV
The subtype of L2ReadVectorOperand to use.
register Kind
The RegisterKind to be transferred by the move.