Searched refs:rm (Results 1 – 1 of 1) sorted by relevance
197 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local204 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr()213 rl.l.high = c = (u64)rl.l.high + rm.l.low + rn.l.low; in mul_u64_u64_shr()214 rh.l.low = c = (c >> 32) + rm.l.high + rn.l.high + rh.l.low; in mul_u64_u64_shr()
Completed in 7 milliseconds