7980818283848586878889
return cst.fitsIn16Bits(); // These only have 8 bit cst reps case RegOps.SHL: case RegOps.SHR: case RegOps.USHR: return cst.fitsIn8Bits(); default: return false; } }