Skip to main content

Sar

Trait Sar 

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

Trait for sar instruction kinds.

Required Methods§

Source

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

Emit an arithmethic shift-right instruction.

Implementors§