Architecture
176
SLLV Shift Left Logical Variable SLLV
31 26 25 21 20 16 15 11 10 6 5 0
SPECIAL
000000 rs rt rd 0
0 0000
SLLV
000100
6 5 5 5 5 6
Format :
SLLV rd, rt, rs
Description :
Left-shifts the contents of general-purpose register rt (by the number of bits designated in the low-
order five bits of general-purpose register rs), zero-fills the low-order bits and puts the 32-bit result
in register rd.
Operation :
T: s GPR[rs]4..0
GPR[rd] GPR[rt](31-s)..0 || 0s
Exceptions :
None