Trait CodeAsmCmpnzxadd

Source
pub trait CodeAsmCmpnzxadd<T, U, V> {
    // Required method
    fn cmpnzxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
}

Required Methods§

Source

fn cmpnzxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>

Implementors§