Searched refs:insn_ent (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgenattrtab.c64 `struct insn_def'. When the file reading is complete, a `struct insn_ent'
149 struct insn_ent struct
151 struct insn_ent *next; /* Next in chain. */
163 struct insn_ent *first_insn; /* First insn with this value. */
254 static void insert_insn_ent (struct attr_value *, struct insn_ent *);
1409 struct insn_ent *ie;
1435 ie = oballoc (sizeof (struct insn_ent));
1537 struct insn_ent *ie, *new_ie;
1566 new_ie = oballoc (sizeof (struct insn_ent));
1612 struct insn_ent *i
[all...]

Completed in 100 milliseconds