pub trait Test<T, U> { // Required method fn test(&mut self, op1: T, op2: U); }
Trait for test instruction kinds.
test
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.
SF
ZF
PF