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