logo
pub trait CodeAsmVextracti64x2<T, U, V> {
    fn vextracti64x2(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
}

Required Methods

Implementors