Skip to main content

DivEmitter

Trait DivEmitter 

Source
pub trait DivEmitter<A> {
    // Required method
    fn div(&mut self, op0: A);
}
Expand description

DIV.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | GpbLo    |
| 2 | Gpd      |
| 3 | Gpq      |
| 4 | Gpw      |
| 5 | Mem      |
+---+----------+

Required Methods§

Source

fn div(&mut self, op0: A)

Implementors§