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