ROtate Right : Set $t1 to ($t2 rotated right by number of bit positions specified in $t3)
ror
Operands
$reg, $reg, [$reg/int5]Variants
- ROtate Right : Set $t1 to ($t2 rotated right by number of bit positions specified in $t3) ror $t1,$t2,$t3
- ROtate Right : Set $t1 to ($t2 rotated right by number of bit positions specified in 5-bit immediate) ror $t1,$t2,10
Loading...