pub trait InEmitter_2<A, B> {
// Required method
fn in_2(&mut self, op0: A, op1: B);
}Expand description
IN.
Supported operand variants:
+---+------------+
| # | Operands |
+---+------------+
| 1 | GpbLo, Imm |
| 2 | Gpd, Imm |
| 3 | Gpq, Imm |
| 4 | Gpw, Imm |
+---+------------+