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

/freebsd-10.3-release/contrib/binutils/gas/
H A Ditbl-ops.c64 * struct itbl_entry = {
80 * struct itbl_entry *next = 0
133 struct itbl_entry { struct
141 struct itbl_entry *next; /* next entry */
148 static struct itbl_entry *entries[e_nprocs][e_ntypes];
151 static unsigned long build_opcode (struct itbl_entry *e);
154 static struct itbl_entry **get_entries (e_processor processor,
156 static struct itbl_entry *find_entry_byname (e_processor processor,
158 static struct itbl_entry *find_entry_byval (e_processor processor,
160 static struct itbl_entry *alloc_entr
[all...]
H A Ditbl-ops.h95 struct itbl_entry *itbl_add_reg (int yyproc, int yytype,
97 struct itbl_entry *itbl_add_insn (int yyproc, char *name,
99 struct itbl_field *itbl_add_operand (struct itbl_entry * e, int yytype,
H A Ditbl-parse.y276 static struct itbl_entry *insn=0;

Completed in 118 milliseconds