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

  /src/external/gpl3/binutils/dist/include/opcode/
tic54x.h 90 int minops, maxops; /* min/max operand count */ member in struct:_template
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic54x.h 90 int minops, maxops; /* min/max operand count */ member in struct:_template
  /src/external/gpl3/gdb/dist/include/opcode/
tic54x.h 90 int minops, maxops; /* min/max operand count */ member in struct:_template
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic54x.h 90 int minops, maxops; /* min/max operand count */ member in struct:_template
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 3383 int maxops)
3390 while (op <= maxops && refop <= maxops)
3399 --maxops;
3400 if (refop > maxops)
3414 while (op < maxops)
4177 && insn->opcount <= insn->tm->maxops
4180 insn->tm->minops, insn->tm->maxops))
4262 && insn->paropcount <= insn->tm->maxops
4266 insn->tm->minops, insn->tm->maxops))
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 3383 int maxops)
3390 while (op <= maxops && refop <= maxops)
3399 --maxops;
3400 if (refop > maxops)
3414 while (op < maxops)
4177 && insn->opcount <= insn->tm->maxops
4180 insn->tm->minops, insn->tm->maxops))
4262 && insn->paropcount <= insn->tm->maxops
4266 insn->tm->minops, insn->tm->maxops))
    [all...]

Completed in 29 milliseconds