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