Skip to main content

BfmlalbEmitter

Trait BfmlalbEmitter 

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

Emits the BFMLALB instruction. Assembly forms: BFMLALB VX.4S, VN.8H, VM.8H; BFMLALB VX.4S, VN.8H, VM.H[#IDX]. Operands: operand_1, rn, rm.

Required Methods§

Source

fn bfmlalb(&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§