Home | History | Annotate | Download | only in opcodes

Lines Matching defs:completer_entry

75   struct completer_entry *completers;
87 struct completer_entry
96 struct completer_entry *parent;
103 struct completer_entry *alternative;
106 struct completer_entry *addl_entries;
269 static int completer_entries_eq (struct completer_entry *, struct completer_entry *);
270 static struct completer_entry * insert_gclist (struct completer_entry *);
272 static void compute_completer_bits (struct main_entry *, struct completer_entry *);
274 static int insert_opcode_dependencies (struct ia64_opcode *, struct completer_entry *);
276 static void print_completer_entry (struct completer_entry *);
286 static void add_dis_entry (struct bittree *, ia64_insn, ia64_insn, int, struct completer_entry *, ci_t);
1825 int opcodenum, struct completer_entry *ent, ci_t completer_index)
2223 static struct completer_entry **glist;
2230 completer_entries_eq (struct completer_entry *ent1,
2231 struct completer_entry *ent2)
2257 static struct completer_entry *
2258 insert_gclist (struct completer_entry *ent)
2275 glist = (struct completer_entry **)
2276 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen);
2366 compute_completer_bits (struct main_entry *ment, struct completer_entry *ent)
2376 struct completer_entry *p = ent->parent;
2442 struct completer_entry *cmp ATTRIBUTE_UNUSED)
2531 struct completer_entry **ptr = &tabent->completers;
2532 struct completer_entry *parent = NULL;
2570 struct completer_entry *nent = tmalloc (struct completer_entry);
2601 print_completer_entry (struct completer_entry *ent)