Architecture
175
SLL Shift Left Logical SLL
31 26 25 21 20 16 15 11 10 65 0
SPECIAL
000000
0
00000 rt rd sa SLL
000000
6 5 5 5 5 6
Format :
SLL rd, rt, sa
Description :
Left-shifts the contents of general-purpose register rt by sa bits, zero-fills the low-order bits, and puts
the result in register rd.
Operation :
T: GPR[rd] GPR[rt]31-sa..0 || 0 sa
Exceptions :
None