Skip to main content

Shl

Trait Shl 

Source
pub trait Shl<T, U> {
    // Required method
    fn shl(&mut self, op1: T, op2: U);
}
Expand description

Trait for shl instruction kinds.

Required Methods§

Source

fn shl(&mut self, op1: T, op2: U)

Emit a logical shift-left instruction.

Implementors§