pub fn mldv<A: CheckRegId, B: CheckRegId, C: CheckRegId, D: CheckRegId>(
dst: A,
mul_lhs: B,
mul_rhs: C,
divisor: D,
) -> Instruction
Expand description
Fused multiply-divide with arbitrary precision intermediate step.
pub fn mldv<A: CheckRegId, B: CheckRegId, C: CheckRegId, D: CheckRegId>(
dst: A,
mul_lhs: B,
mul_rhs: C,
divisor: D,
) -> Instruction
Fused multiply-divide with arbitrary precision intermediate step.