Lines Matching refs:itbl_entry

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 *
210 struct itbl_entry *e; in itbl_add_insn()
225 itbl_add_operand (struct itbl_entry *e, int yytype, int sbit, in itbl_add_operand()
255 struct itbl_entry *e, **es; in itbl_init()
296 static char *form_args (struct itbl_entry *e);
301 struct itbl_entry *e, **es; in append_insns_as_macros()
390 form_args (struct itbl_entry *e) in form_args()
453 struct itbl_entry *r; in itbl_get_name()
468 struct itbl_entry *r; in itbl_get_val()
486 struct itbl_entry *e = NULL; in itbl_assemble()
508 struct itbl_entry *r; in itbl_assemble()
582 struct itbl_entry *e; in itbl_disassemble()
598 struct itbl_entry *r; in itbl_disassemble()
649 build_opcode (struct itbl_entry *e) in build_opcode()
743 static struct itbl_entry *
747 struct itbl_entry *e, **es; in find_entry_byname()
764 static struct itbl_entry *
768 struct itbl_entry *e, **es; in find_entry_byval()
805 static struct itbl_entry **
849 static struct itbl_entry *
853 struct itbl_entry *e, **es; in alloc_entry()
856 e = (struct itbl_entry *) malloc (sizeof (struct itbl_entry)); in alloc_entry()
859 memset (e, 0, sizeof (struct itbl_entry)); in alloc_entry()