Skip to main content

NegsEmitter

Trait NegsEmitter 

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

Emits the NEGS instruction. Assembly forms: NEGS WD, WM, {LSL|LSR|ASR #N}; NEGS XD, XM, {LSL|LSR|ASR #N}. Operands: rd, rm.

Required Methods§

Source

fn negs(&mut self, rd: T0, rm: T1)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§