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