pub fn mod_<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
dst: A,
lhs: B,
rhs: C,
) -> Instruction
Expand description
Modulo remainder of two registers.
pub fn mod_<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
dst: A,
lhs: B,
rhs: C,
) -> Instruction
Modulo remainder of two registers.