pub trait Cmovnz<T, U> { // Required method fn cmovnz(&mut self, op1: T, op2: U); }
Emit a (conditional) move if not zero instruction.
Move is only commited if (ZF=0).