Skip to main content

FmaxnmEmitter

Trait FmaxnmEmitter 

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

Emits the FMAXNM instruction. Assembly forms: FMAXNM SD, SN, SM; FMAXNM DD, DN, DM; FMAXNM VD.2S, VN.2S, VM.2S; FMAXNM VD.2D, VN.2D, VM.2D (and related forms). Operands: rd, rn, rm.

Required Methods§

Source

fn fmaxnm(&mut self, rd: T0, rn: T1, rm: T2)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§