Skip to main content

SminvEmitter

Trait SminvEmitter 

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

Emits the SMINV instruction. Assembly forms: SMINV BD, VN.8B; SMINV BD, VN.16B; SMINV HD, VN.4H; SMINV HD, VN.8H (and related forms). Operands: rd, rn.

Required Methods§

Source

fn sminv(&mut self, rd: T0, rn: T1)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§