pub trait Setb<T> { // Required method fn setb(&mut self, op1: T); }
Trait for setb instruction kinds.
setb
Emit a set if below instruction. This handles the flags from an unsigned arithmetic operation.