Skip to main content

FrintpEmitter

Trait FrintpEmitter 

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

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

Required Methods§

Source

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