pub const fn addu(a: u64, b: u64) -> u64
ADDU — 32-bit add, no trap. The U means “unchecked”, not “unsigned”: the result is still sign-extended as a signed 32-bit value.
ADDU
U