| /src/external/gpl3/binutils/dist/include/opcode/ |
| ia64.h | 287 /* The opcode table is an array of struct ia64_opcode. */ 289 struct ia64_opcode struct 327 /* Values defined for the flags field of a struct ia64_opcode. */ 403 extern struct ia64_opcode ia64_opcodes_a[]; 404 extern struct ia64_opcode ia64_opcodes_i[]; 405 extern struct ia64_opcode ia64_opcodes_m[]; 406 extern struct ia64_opcode ia64_opcodes_b[]; 407 extern struct ia64_opcode ia64_opcodes_f[]; 408 extern struct ia64_opcode ia64_opcodes_d[]; 411 extern struct ia64_opcode *ia64_find_opcode (const char *) [all...] |
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| ia64.h | 287 /* The opcode table is an array of struct ia64_opcode. */ 289 struct ia64_opcode struct 327 /* Values defined for the flags field of a struct ia64_opcode. */ 403 extern struct ia64_opcode ia64_opcodes_a[]; 404 extern struct ia64_opcode ia64_opcodes_i[]; 405 extern struct ia64_opcode ia64_opcodes_m[]; 406 extern struct ia64_opcode ia64_opcodes_b[]; 407 extern struct ia64_opcode ia64_opcodes_f[]; 408 extern struct ia64_opcode ia64_opcodes_d[]; 411 extern struct ia64_opcode *ia64_find_opcode (const char *) [all...] |
| /src/external/gpl3/gdb/dist/include/opcode/ |
| ia64.h | 287 /* The opcode table is an array of struct ia64_opcode. */ 289 struct ia64_opcode struct 327 /* Values defined for the flags field of a struct ia64_opcode. */ 403 extern struct ia64_opcode ia64_opcodes_a[]; 404 extern struct ia64_opcode ia64_opcodes_i[]; 405 extern struct ia64_opcode ia64_opcodes_m[]; 406 extern struct ia64_opcode ia64_opcodes_b[]; 407 extern struct ia64_opcode ia64_opcodes_f[]; 408 extern struct ia64_opcode ia64_opcodes_d[]; 411 extern struct ia64_opcode *ia64_find_opcode (const char *) [all...] |
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| ia64.h | 287 /* The opcode table is an array of struct ia64_opcode. */ 289 struct ia64_opcode struct 327 /* Values defined for the flags field of a struct ia64_opcode. */ 403 extern struct ia64_opcode ia64_opcodes_a[]; 404 extern struct ia64_opcode ia64_opcodes_i[]; 405 extern struct ia64_opcode ia64_opcodes_m[]; 406 extern struct ia64_opcode ia64_opcodes_b[]; 407 extern struct ia64_opcode ia64_opcodes_f[]; 408 extern struct ia64_opcode ia64_opcodes_d[]; 411 extern struct ia64_opcode *ia64_find_opcode (const char *) [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-opc-d.c | 22 struct ia64_opcode ia64_opcodes_d[] =
|
| ia64-opc.c | 36 static struct ia64_opcode *make_ia64_opcode 38 static struct ia64_opcode *ia64_find_matching_opcode 536 /* Construct an ia64_opcode entry based on OPCODE, NAME and PLACE. */ 538 static struct ia64_opcode * 541 struct ia64_opcode *res = 542 (struct ia64_opcode *) xmalloc (sizeof (struct ia64_opcode)); 560 /* Determine the ia64_opcode entry for the opcode specified by INSN 562 struct ia64_opcode * 622 static struct ia64_opcode * [all...] |
| ia64-dis.c | 74 const struct ia64_opcode *idesc; 311 ia64_free_opcode ((struct ia64_opcode *)idesc);
|
| ia64-gen.c | 73 struct ia64_opcode *opcode; 259 static int in_iclass_mov_x (struct ia64_opcode *, struct iclass *, const char *, const char *); 260 static int in_iclass (struct ia64_opcode *, struct iclass *, const char *, const char *, int *); 274 static int insert_opcode_dependencies (struct ia64_opcode *, struct completer_entry *); 275 static void insert_completer_entry (struct ia64_opcode *, struct main_entry *, int); 278 static int opcodes_eq (struct ia64_opcode *, struct ia64_opcode *); 279 static void add_opcode_entry (struct ia64_opcode *); 281 static void shrink (struct ia64_opcode *); 908 in_iclass_mov_x (struct ia64_opcode *idesc, struct iclass *ic [all...] |
| ia64-opc-x.c | 63 struct ia64_opcode ia64_opcodes_x[] =
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-opc-d.c | 22 struct ia64_opcode ia64_opcodes_d[] =
|
| ia64-opc.c | 36 static struct ia64_opcode *make_ia64_opcode 38 static struct ia64_opcode *ia64_find_matching_opcode 536 /* Construct an ia64_opcode entry based on OPCODE, NAME and PLACE. */ 538 static struct ia64_opcode * 541 struct ia64_opcode *res = 542 (struct ia64_opcode *) xmalloc (sizeof (struct ia64_opcode)); 560 /* Determine the ia64_opcode entry for the opcode specified by INSN 562 struct ia64_opcode * 622 static struct ia64_opcode * [all...] |
| ia64-dis.c | 74 const struct ia64_opcode *idesc; 311 ia64_free_opcode ((struct ia64_opcode *)idesc);
|
| ia64-gen.c | 73 struct ia64_opcode *opcode; 259 static int in_iclass_mov_x (struct ia64_opcode *, struct iclass *, const char *, const char *); 260 static int in_iclass (struct ia64_opcode *, struct iclass *, const char *, const char *, int *); 274 static int insert_opcode_dependencies (struct ia64_opcode *, struct completer_entry *); 275 static void insert_completer_entry (struct ia64_opcode *, struct main_entry *, int); 278 static int opcodes_eq (struct ia64_opcode *, struct ia64_opcode *); 279 static void add_opcode_entry (struct ia64_opcode *); 281 static void shrink (struct ia64_opcode *); 908 in_iclass_mov_x (struct ia64_opcode *idesc, struct iclass *ic [all...] |
| ia64-opc-x.c | 63 struct ia64_opcode ia64_opcodes_x[] =
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-opc-d.c | 22 struct ia64_opcode ia64_opcodes_d[] =
|
| ia64-opc.c | 36 static struct ia64_opcode *make_ia64_opcode 38 static struct ia64_opcode *ia64_find_matching_opcode 536 /* Construct an ia64_opcode entry based on OPCODE, NAME and PLACE. */ 538 static struct ia64_opcode * 541 struct ia64_opcode *res = 542 (struct ia64_opcode *) xmalloc (sizeof (struct ia64_opcode)); 560 /* Determine the ia64_opcode entry for the opcode specified by INSN 562 struct ia64_opcode * 622 static struct ia64_opcode * [all...] |
| ia64-dis.c | 74 const struct ia64_opcode *idesc; 311 ia64_free_opcode ((struct ia64_opcode *)idesc);
|
| ia64-gen.c | 73 struct ia64_opcode *opcode; 259 static int in_iclass_mov_x (struct ia64_opcode *, struct iclass *, const char *, const char *); 260 static int in_iclass (struct ia64_opcode *, struct iclass *, const char *, const char *, int *); 274 static int insert_opcode_dependencies (struct ia64_opcode *, struct completer_entry *); 275 static void insert_completer_entry (struct ia64_opcode *, struct main_entry *, int); 278 static int opcodes_eq (struct ia64_opcode *, struct ia64_opcode *); 279 static void add_opcode_entry (struct ia64_opcode *); 281 static void shrink (struct ia64_opcode *); 908 in_iclass_mov_x (struct ia64_opcode *idesc, struct iclass *ic [all...] |
| ia64-opc-x.c | 63 struct ia64_opcode ia64_opcodes_x[] =
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-opc-d.c | 22 struct ia64_opcode ia64_opcodes_d[] =
|
| ia64-opc.c | 36 static struct ia64_opcode *make_ia64_opcode 38 static struct ia64_opcode *ia64_find_matching_opcode 536 /* Construct an ia64_opcode entry based on OPCODE, NAME and PLACE. */ 538 static struct ia64_opcode * 541 struct ia64_opcode *res = 542 (struct ia64_opcode *) xmalloc (sizeof (struct ia64_opcode)); 560 /* Determine the ia64_opcode entry for the opcode specified by INSN 562 struct ia64_opcode * 622 static struct ia64_opcode * [all...] |
| ia64-dis.c | 74 const struct ia64_opcode *idesc; 311 ia64_free_opcode ((struct ia64_opcode *)idesc);
|
| ia64-gen.c | 73 struct ia64_opcode *opcode; 259 static int in_iclass_mov_x (struct ia64_opcode *, struct iclass *, const char *, const char *); 260 static int in_iclass (struct ia64_opcode *, struct iclass *, const char *, const char *, int *); 274 static int insert_opcode_dependencies (struct ia64_opcode *, struct completer_entry *); 275 static void insert_completer_entry (struct ia64_opcode *, struct main_entry *, int); 278 static int opcodes_eq (struct ia64_opcode *, struct ia64_opcode *); 279 static void add_opcode_entry (struct ia64_opcode *); 281 static void shrink (struct ia64_opcode *); 908 in_iclass_mov_x (struct ia64_opcode *idesc, struct iclass *ic [all...] |
| ia64-opc-x.c | 63 struct ia64_opcode ia64_opcodes_x[] =
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-ia64.c | 296 struct ia64_opcode *idesc; 5395 operand_match (const struct ia64_opcode *idesc, int res_index, expressionS *e) 6028 static struct ia64_opcode * 6029 get_next_opcode (struct ia64_opcode *idesc) 6031 struct ia64_opcode *next = ia64_find_next_opcode (idesc); 6039 static struct ia64_opcode * 6040 parse_operands (struct ia64_opcode *idesc) 6363 struct ia64_opcode *idesc = slot->idesc; 6495 struct ia64_opcode *idesc; 8079 is_conditional_branch (struct ia64_opcode *idesc [all...] |