Home | History | Annotate | Download | only in gas

Lines Matching defs:itbl_entry

63  *      struct itbl_entry = {
79 * struct itbl_entry *next = 0
132 struct itbl_entry {
140 struct itbl_entry *next; /* next entry */
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 *
210 struct itbl_entry *e;
225 itbl_add_operand (struct itbl_entry *e, int yytype, int sbit,
255 struct itbl_entry *e, **es;
296 static char *form_args (struct itbl_entry *e);
301 struct itbl_entry *e, **es;
387 form_args (struct itbl_entry *e)
450 struct itbl_entry *r;
465 struct itbl_entry *r;
483 struct itbl_entry *e = NULL;
505 struct itbl_entry *r;
579 struct itbl_entry *e;
595 struct itbl_entry *r;
646 build_opcode (struct itbl_entry *e)
740 static struct itbl_entry *
744 struct itbl_entry *e, **es;
761 static struct itbl_entry *
765 struct itbl_entry *e, **es;
802 static struct itbl_entry **
846 static struct itbl_entry *
850 struct itbl_entry *e, **es;
853 e = XNEW (struct itbl_entry);
856 memset (e, 0, sizeof (struct itbl_entry));