cshiftr8 function

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

Implementation

int cshiftr8(int x, int n) => shiftr8(clip8(x), n);