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

  /src/external/gpl3/binutils/dist/opcodes/
d30v-dis.c 129 unsigned int opind = 0; local
136 opind++;
158 while (opind < ARRAY_SIZE (insn->form->operands)
159 && (opnum = insn->form->operands[opind++]) != 0)
313 if (opind < ARRAY_SIZE (insn->form->operands)
314 && insn->form->operands[opind]
315 && !(found_control && opind == 2))
  /src/external/gpl3/binutils.old/dist/opcodes/
d30v-dis.c 129 unsigned int opind = 0; local
136 opind++;
158 while (opind < ARRAY_SIZE (insn->form->operands)
159 && (opnum = insn->form->operands[opind++]) != 0)
313 if (opind < ARRAY_SIZE (insn->form->operands)
314 && insn->form->operands[opind]
315 && !(found_control && opind == 2))
  /src/external/gpl3/gdb.old/dist/opcodes/
d30v-dis.c 129 unsigned int opind = 0; local
136 opind++;
158 while (opind < ARRAY_SIZE (insn->form->operands)
159 && (opnum = insn->form->operands[opind++]) != 0)
313 if (opind < ARRAY_SIZE (insn->form->operands)
314 && insn->form->operands[opind]
315 && !(found_control && opind == 2))
  /src/external/gpl3/gdb/dist/opcodes/
d30v-dis.c 129 unsigned int opind = 0; local
136 opind++;
158 while (opind < ARRAY_SIZE (insn->form->operands)
159 && (opnum = insn->form->operands[opind++]) != 0)
313 if (opind < ARRAY_SIZE (insn->form->operands)
314 && insn->form->operands[opind]
315 && !(found_control && opind == 2))

Completed in 36 milliseconds