HomeSort by: relevance | last modified time | path
    Searched defs:shr_high (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
m10300-dis.c 359 int shl_low, shr_high, shl_high; local
379 shr_high = 4;
388 shr_high = 2;
394 value = ((((insn >> shl_high) << shr_high) & mask_high)
  /src/external/gpl3/binutils.old/dist/opcodes/
m10300-dis.c 359 int shl_low, shr_high, shl_high; local
379 shr_high = 4;
388 shr_high = 2;
394 value = ((((insn >> shl_high) << shr_high) & mask_high)
  /src/external/gpl3/gdb/dist/opcodes/
m10300-dis.c 359 int shl_low, shr_high, shl_high; local
379 shr_high = 4;
388 shr_high = 2;
394 value = ((((insn >> shl_high) << shr_high) & mask_high)
  /src/external/gpl3/gdb.old/dist/opcodes/
m10300-dis.c 359 int shl_low, shr_high, shl_high; local
379 shr_high = 4;
388 shr_high = 2;
394 value = ((((insn >> shl_high) << shr_high) & mask_high)
  /src/external/gpl3/binutils/dist/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
  /src/external/gpl3/binutils.old/dist/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

Completed in 38 milliseconds