Home
last modified time | relevance | path

Searched refs:ia64_opcode (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/binutils/include/opcode/
H A Dia64.h261 struct ia64_opcode struct
375 extern struct ia64_opcode ia64_opcodes_a[];
376 extern struct ia64_opcode ia64_opcodes_i[];
377 extern struct ia64_opcode ia64_opcodes_m[];
378 extern struct ia64_opcode ia64_opcodes_b[];
379 extern struct ia64_opcode ia64_opcodes_f[];
380 extern struct ia64_opcode ia64_opcodes_d[];
383 extern struct ia64_opcode *ia64_find_opcode (const char *name);
384 extern struct ia64_opcode *ia64_find_next_opcode (struct ia64_opcode *ent);
386 extern struct ia64_opcode *ia64_dis_opcode (ia64_insn insn,
[all …]
/freebsd-12.1/contrib/binutils/opcodes/
H A Dia64-opc.c37 static struct ia64_opcode *make_ia64_opcode
39 static struct ia64_opcode *ia64_find_matching_opcode
527 static struct ia64_opcode *
530 struct ia64_opcode *res = in make_ia64_opcode()
531 (struct ia64_opcode *) xmalloc (sizeof (struct ia64_opcode)); in make_ia64_opcode()
550 struct ia64_opcode *
609 static struct ia64_opcode *
670 struct ia64_opcode *
671 ia64_find_next_opcode (struct ia64_opcode *prev_ent) in ia64_find_next_opcode()
683 struct ia64_opcode *
[all …]
H A Dia64-gen.c82 struct ia64_opcode *opcode;
286 static int opcodes_eq (struct ia64_opcode *, struct ia64_opcode *);
287 static void add_opcode_entry (struct ia64_opcode *);
289 static void shrink (struct ia64_opcode *);
2432 struct ia64_opcode *opc; in insert_opcode_dependencies()
2519 struct ia64_opcode *opc; in insert_completer_entry()
2635 struct ia64_opcode *opc1; in opcodes_eq()
2636 struct ia64_opcode *opc2;
2661 struct ia64_opcode *opc; in add_opcode_entry()
2749 struct ia64_opcode *table; in shrink()
[all …]
H A Dia64-opc-d.c22 struct ia64_opcode ia64_opcodes_d[] =
H A Dia64-dis.c74 const struct ia64_opcode *idesc; in print_insn_ia64()
264 ia64_free_opcode ((struct ia64_opcode *)idesc); in print_insn_ia64()
H A Dia64-opc-x.c63 struct ia64_opcode ia64_opcodes_x[] =
H A Dia64-opc-i.c110 struct ia64_opcode ia64_opcodes_i[] =
H A Dia64-opc-b.c77 struct ia64_opcode ia64_opcodes_b[] =
H A Dia64-opc-a.c90 struct ia64_opcode ia64_opcodes_a[] =
H A Dia64-opc-m.c76 struct ia64_opcode ia64_opcodes_m[] =
H A Dia64-opc-f.c85 struct ia64_opcode ia64_opcodes_f[] =
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ia64.c291 struct ia64_opcode *idesc;
842 static struct ia64_opcode * parse_operands PARAMS ((struct ia64_opcode *));
6220 static struct ia64_opcode *
6231 static struct ia64_opcode *
6233 struct ia64_opcode *idesc; in parse_operands()
6681 struct ia64_opcode *idesc; in emit_one_bundle()
8249 struct ia64_opcode *idesc; in is_conditional_branch()
8270 struct ia64_opcode *idesc; in is_taken_branch()
8281 struct ia64_opcode *idesc; in is_interruption_or_rfi()
8294 struct ia64_opcode *idesc;
[all …]