crotr32 function

int crotr32(
  1. int x,
  2. int n
)

Implementation

int crotr32(int x, int n) => rotr32(clip32(x), n);