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