Skip to main content

RorvEmitter

Trait RorvEmitter 

Source
pub trait RorvEmitter<T0, T1, T2> {
    // Required method
    fn rorv(&mut self, rd: T0, rn: T1, rm: T2);
}
Expand description

Emits the RORV instruction. Assembly forms: ROR|RORV WD, WN, WM; ROR|RORV XD, XN, XM. Operands: rd, rn, rm.

Required Methods§

Source

fn rorv(&mut self, rd: T0, rn: T1, rm: T2)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§