fuel_asm::op

Function mldv

source
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.