pub trait ClzeroEmitter<A> {
// Required method
fn clzero(&mut self, op0: A);
}Expand description
CLZERO.
Supported operand variants:
+---+----------+
| # | Operands |
+---+----------+
| 1 | Gpd |
| 2 | Gpq |
| 3 | Gpw |
+---+----------+