HomeSort by relevance Sort by last modified time
    Searched refs:shl_low (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
m10300-dis.c 353 int shl_low, shr_high, shl_high; local
362 shl_low = operand->shift;
363 shl_high = 8 + (8 & shl_low) + (shl_low & 4) / 4;
368 shl_low = -operand->shift;
369 shl_high = shl_low / 4;
378 shl_low = -operand->shift;
389 | ((insn >> shl_low) & mask_low));
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mn10300.c 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));
1171 int shl_low, shr_high, shl_high; local
    [all...]

Completed in 528 milliseconds