copyForRegister

open override fun copyForRegister(newRegister: L2Register): L2ReadFloatOperand

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.