pub trait CmplexaddEmitter<A, B, C> {
// Required method
fn cmplexadd(&mut self, op0: A, op1: B, op2: C);
}Expand description
CMPLEXADD.
Supported operand variants:
+---+---------------+
| # | Operands |
+---+---------------+
| 1 | Mem, Gpd, Gpd |
| 2 | Mem, Gpq, Gpq |
+---+---------------+