HomeSort by relevance Sort by last modified time
    Searched refs:shl_high (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
363 shl_high = 8 + (8 & shl_low) + (shl_low & 4) / 4;
369 shl_high = shl_low / 4;
379 shl_high = 0;
388 value = ((((insn >> shl_high) << shr_high) & mask_high)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mn10300.c 1174 int shl_low, shr_high, shl_high;
1184 shl_high = 8 + (8 & shl_low) + (shl_low & 4) / 4;
1190 shl_high = shl_low / 4;
1201 shl_high = 0;
1210 *insnp |= ((((val & mask_high) >> shr_high) << shl_high)
1171 int shl_low, shr_high, shl_high; local
    [all...]

Completed in 133 milliseconds