Skip to main content

SmaddlEmitter

Trait SmaddlEmitter 

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

Emits the SMADDL instruction. Assembly forms: SMADDL XD, WN, WM, XA. Operands: rd, rn, rm, operand_4.

Required Methods§

Source

fn smaddl(&mut self, rd: T0, rn: T1, rm: T2, operand_4: T3)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§