Skip to main content

Setl

Trait Setl 

Source
pub trait Setl<T> {
    // Required method
    fn setl(&mut self, op1: T);
}
Expand description

Trait for setl instruction kinds.

Required Methods§

Source

fn setl(&mut self, op1: T)

Emit a set if less instruction. This handles the flags from an signed arithmetic operation.

Implementors§