pub fn mul<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
dst: A,
lhs: B,
rhs: C,
) -> Instruction
Expand description
Multiplies two registers.
pub fn mul<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
dst: A,
lhs: B,
rhs: C,
) -> Instruction
Multiplies two registers.