Skip to main content

VpmulldEmitter

Trait VpmulldEmitter 

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

Emits VPMULLD.

Assembly forms: vpmulld xmm, xmm, xmm/m128, vpmulld ymm, ymm, ymm/m256, vpmulld xyz, xyz, xyz/mxyz/b32.

Required Methods§

Source

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