pub fn gt<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
dst: A,
lhs: B,
rhs: C,
) -> Instruction
Expand description
Compares two registers for greater-than.
pub fn gt<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
dst: A,
lhs: B,
rhs: C,
) -> Instruction
Compares two registers for greater-than.