Skip to main content

Rshrn2Emitter

Trait Rshrn2Emitter 

Source
pub trait Rshrn2Emitter<T0, T1, T2> {
    // Required method
    fn rshrn2(&mut self, operand_1: T0, rn: T1, shift: T2);
}
Expand description

Emits the RSHRN2 instruction. Assembly forms: RSHRN2 VX.TA, VN.TB, #N. Operands: operand_1, rn, shift.

Required Methods§

Source

fn rshrn2(&mut self, operand_1: T0, rn: T1, shift: T2)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§