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

  /src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.c 823 insn_model_entry **last_insn_model; local
878 last_insn_model = &insn->models;
879 while ((*last_insn_model) != NULL)
880 last_insn_model = &(*last_insn_model)->next;
881 *last_insn_model = new_insn_model;
  /src/external/gpl3/gdb/dist/sim/igen/
ld-insn.c 823 insn_model_entry **last_insn_model; local
878 last_insn_model = &insn->models;
879 while ((*last_insn_model) != NULL)
880 last_insn_model = &(*last_insn_model)->next;
881 *last_insn_model = new_insn_model;

Completed in 16 milliseconds