pub trait Mov<T, U> { // Required method fn mov(&mut self, op1: T, op2: U); }
Emit an move instruction.