Function mul_extended_u32
pub fn mul_extended_u32(a: u32, b: u32, extra: &mut u32) -> u32 ⓘ
Available on crate feature
dep_safe_arch
only.Expand description
Multiply two u32
, outputting the low bits and storing the high bits in the
reference.
This does not read or write arithmetic flags.
- Intrinsic:
_mulx_u32
- Assembly:
mulx r32, r32, m32