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