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

  /src/external/gpl3/binutils/dist/gas/config/
tc-metag.c 5001 int mx_shift = INVALID_SHIFT; local
5301 mx_shift = 0;
5511 mx_shift = 0;
5648 mx_shift = 5;
5717 if (mx_shift != INVALID_SHIFT)
5718 insn->bits |= (mx << mx_shift);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c 5001 int mx_shift = INVALID_SHIFT; local
5301 mx_shift = 0;
5511 mx_shift = 0;
5648 mx_shift = 5;
5717 if (mx_shift != INVALID_SHIFT)
5718 insn->bits |= (mx << mx_shift);

Completed in 32 milliseconds