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