pub trait VpmadcsswdEmitter<T0, T1, T2, T3> {
// Required method
fn vpmadcsswd(&mut self, dst: T0, src1: T1, src2: T2, src3: T3);
}Expand description
Emits VPMADCSSWD.
Assembly forms: vpmadcsswd xmm, xmm, xmm/m128, xmm.
Required Methods§
fn vpmadcsswd(&mut self, dst: T0, src1: T1, src2: T2, src3: T3)
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".