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