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