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