Skip to main content

sext32

Function sext32 

Source
pub const fn sext32(v: u32) -> u64
Expand description

Sign-extend a 32-bit result into the 64-bit register file.

The MIPS III rule for every *W operation. Named rather than inlined so that call sites read as an explicit statement of intent.