Skip to main content

Movsx

Trait Movsx 

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

Trait for movsx instruction kinds.

Required Methods§

Source

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

Emit a sign-extend move instruction.

Implementors§