Skip to main content

VdivpdEmitter

Trait VdivpdEmitter 

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

Emits VDIVPD.

Assembly forms: vdivpd xmm, xmm, xmm/m128, vdivpd ymm, ymm, ymm/m256, vdivpd xyz, xyz, xyz/mxyz/b64.

Required Methods§

Source

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