Shift left logical: Set t1 to result of shifting t2 left by number of bits specified by value in low-order 5 bits of t3
sll
Operands
reg, reg, regVariants
- Shift left logical: Set t1 to result of shifting t2 left by number of bits specified by value in low-order 5 bits of t3 sll t1,t2,t3
Loading...