Home
last modified time | relevance | path

Searched refs:itbl_entry (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Ditbl-ops.c132 struct itbl_entry { struct
140 struct itbl_entry *next; /* next entry */ argument
147 static struct itbl_entry *entries[e_nprocs][e_ntypes];
150 static unsigned long build_opcode (struct itbl_entry *e);
153 static struct itbl_entry **get_entries (e_processor processor,
155 static struct itbl_entry *find_entry_byname (e_processor processor,
157 static struct itbl_entry *find_entry_byval (e_processor processor,
159 static struct itbl_entry *alloc_entry (e_processor processor,
196 struct itbl_entry *
206 struct itbl_entry *
[all …]
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,
Ditbl-parse.y276 static struct itbl_entry *insn=0;
DChangeLog-20071930 * itbl-ops.c (itbl_entry): Remove unnecessary and excessively long