Skip to main content

VsubphEmitter

Trait VsubphEmitter 

Source
pub trait VsubphEmitter<T0, T1, T2> {
    // Required method
    fn vsubph(&mut self, dst: T0, src1: T1, src2: T2);
}
Expand description

Emits VSUBPH.

Assembly forms: vsubph xyz, xyz, xyz/mxyz/b16.

Required Methods§

Source

fn vsubph(&mut self, dst: T0, src1: T1, src2: T2)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§