Skip to main content

SabalEmitter

Trait SabalEmitter 

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

Emits the SABAL instruction. Assembly forms: SABAL VX.TA, VN.TB, VM.TB. Operands: operand_1, rn, rm.

Required Methods§

Source

fn sabal(&mut self, operand_1: T0, rn: T1, rm: T2)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§