jasmin
jasmin copied to clipboard
Add ROR operator
Add ROR operator similar to << for left shifts and >> for right shifts. This will allow us to avoid using intrinsics to get register shifts in ARM.