cshiftr32 function

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

Implementation

int cshiftr32(int x, int n) => shiftr32(clip32(x), n);