pub trait Test<T, U> {
    fn test(&mut self, op1: T, op2: U);
}

Required Methods§

Emit a logical compare instruction.

Computes the bit-wise logical AND of first operand and the second operand and sets the SF, ZF, and PF status flags, the result is discarded.

Implementors§