pub trait SetlEmitter<A> {
// Required method
fn setl(&mut self, op0: A);
}Expand description
SETL.
Supported operand variants:
+---+----------+
| # | Operands |
+---+----------+
| 1 | GpbLo |
| 2 | Mem |
+---+----------+pub trait SetlEmitter<A> {
// Required method
fn setl(&mut self, op0: A);
}SETL.
Supported operand variants:
+---+----------+
| # | Operands |
+---+----------+
| 1 | GpbLo |
| 2 | Mem |
+---+----------+