cshiftl8 function

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

Implementation

int cshiftl8(int x, int n) => shiftl8(clip8(x), n);