Skip to main content

Setb

Trait Setb 

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

Trait for setb instruction kinds.

Required Methods§

Source

fn setb(&mut self, op1: T)

Emit a set if below instruction. This handles the flags from an unsigned arithmetic operation.

Implementors§