HomeSort by relevance Sort by last modified time
    Searched refs:shr_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
373 shr_high = 4;
382 shr_high = 2;
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;
1195 shr_high = 4;
1204 shr_high = 2;
1210 *insnp |= ((((val & mask_high) >> shr_high) << shl_high)
1171 int shl_low, shr_high, shl_high; local
    [all...]

Completed in 289 milliseconds