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

  /src/external/gpl3/binutils/dist/opcodes/
ia64-opc.c 160 /* Find the index of the entry in the completer table that is part of
195 /* Apply the completer referred to by COMPLETER_INDEX to OPCODE, and
648 short completer = -1;
653 completer = find_completer (place, completer, suffix);
658 completer = find_completer (place, completer, op);
660 if (completer != -1)
662 curr_insn = apply_completer (curr_insn, completer);
664 } while (completer != -1 && curr_suffix[0] != '\0')
637 short completer = -1; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-opc.c 160 /* Find the index of the entry in the completer table that is part of
195 /* Apply the completer referred to by COMPLETER_INDEX to OPCODE, and
648 short completer = -1;
653 completer = find_completer (place, completer, suffix);
658 completer = find_completer (place, completer, op);
660 if (completer != -1)
662 curr_insn = apply_completer (curr_insn, completer);
664 } while (completer != -1 && curr_suffix[0] != '\0')
637 short completer = -1; local
    [all...]

Completed in 22 milliseconds