copyForRegister

abstract fun copyForRegister(newRegister: L2Register): L2ReadOperand<R>

Create an L2ReadOperand like this one, but with a different register.

Return

A duplicate of the receiver, but with a different L2Register.

Parameters

newRegister

The L2Register to use in the copy.