logo
pub trait CodeAsmVgatherpf0dpd<T> {
    fn vgatherpf0dpd(&mut self, op0: T) -> Result<(), IcedError>;
}

Required Methods

Implementors