Skip to main content

sll

Function sll 

Source
pub const fn sll(v: u64, sa: u32) -> u64
Expand description

SLL — 32-bit shift left logical, result sign-extended.

Note SLL $0, $0, 0 is the canonical NOP.