Skip to main content

Shr

Trait Shr 

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

Trait for shr instruction kinds.

Required Methods§

Source

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

Emit a logical shift-right instruction.

Implementors§