Skip to main content

FrintmEmitter

Trait FrintmEmitter 

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

Emits the FRINTM instruction. Assembly forms: FRINTM SD, SN; FRINTM DD, DN; FRINTM VD.2S, VN.2S; FRINTM VD.4S, VN.4S (and related forms). Operands: rd, rn.

Required Methods§

Source

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