Searched refs:itbl_entry (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | itbl-ops.c | 132 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 …]
|
D | itbl-ops.h | 95 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,
|
D | itbl-parse.y | 276 static struct itbl_entry *insn=0;
|
D | ChangeLog-2007 | 1930 * itbl-ops.c (itbl_entry): Remove unnecessary and excessively long
|