pub fn lt<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
ra: A,
rb: B,
rc: C
) -> Instruction
Expand description
Compares two registers for less-than.
pub fn lt<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
ra: A,
rb: B,
rc: C
) -> Instruction
Compares two registers for less-than.