HomeSort by relevance Sort by last modified time
    Searched refs:itbl_entry (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
itbl-ops.c 63 * struct itbl_entry = {
79 * struct itbl_entry *next = 0
132 struct itbl_entry { struct
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
    [all...]
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,
itbl-parse.y 276 static struct itbl_entry *insn=0;

Completed in 76 milliseconds