Skip to main content

ClzeroEmitter

Trait ClzeroEmitter 

Source
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      |
+---+----------+

Required Methods§

Source

fn clzero(&mut self, op0: A)

Implementors§