How to do a logical shift with wraparound in RISCV?

496 Views Asked by At

When doing a shift whether left or right, I want to add back the lost bits with wraparound. How can I do this?

0

There are 0 best solutions below