cshiftl32 function

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

Implementation

int cshiftl32(int x, int n) => shiftl32(clip32(x), n);