Lines Matching full:shl_low
1174 int shl_low, shr_high, shl_high;1183 shl_low = operand->shift;1184 shl_high = 8 + (8 & shl_low) + (shl_low & 4) / 4;1189 shl_low = -operand->shift;1190 shl_high = shl_low / 4;1200 shl_low = -operand->shift;1211 | ((val & mask_low) << shl_low));