Skip to main content

SwplhEmitter

Trait SwplhEmitter 

Source
pub trait SwplhEmitter<T0, T1, T2> {
    // Required method
    fn swplh(&mut self, rs: T0, rd: T1, addr: T2);
}
Expand description

Emits the SWPLH instruction. Assembly forms: SWPLH WS, WD, [XN|SP]. Operands: rs, rd, addr.

Required Methods§

Source

fn swplh(&mut self, rs: T0, rd: T1, addr: T2)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§