pub const fn sll(v: u64, sa: u32) -> u64
SLL — 32-bit shift left logical, result sign-extended.
SLL
Note SLL $0, $0, 0 is the canonical NOP.
SLL $0, $0, 0
NOP