Home
last modified time | relevance | path

Searched refs:sparc_opcode (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
HDsparc-dis.c38 static const sparc_opcode **sorted_opcodes;
53 const sparc_opcode *opcode;
197 const sparc_opcode *opcode = op->opcode; in is_delayed_branch()
249 sparc_opcode *op0 = * (sparc_opcode **) a; in compare_opcodes()
250 sparc_opcode *op1 = * (sparc_opcode **) b; in compare_opcodes()
395 build_hash_table (const sparc_opcode **opcode_table, in build_hash_table()
472 xmalloc (sparc_num_opcodes * sizeof (sparc_opcode *)); in print_insn_sparc()
511 const sparc_opcode *opcode = op->opcode; in print_insn_sparc()
HDsparc-opc.c173 const struct sparc_opcode sparc_opcodes[] = {
/freebsd-11-stable/contrib/binutils/include/opcode/
HDsparc.h94 typedef struct sparc_opcode struct
103 } sparc_opcode; argument
221 extern const struct sparc_opcode sparc_opcodes[];
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-sparc.c42 static int sparc_ip PARAMS ((char *, const struct sparc_opcode **));
47 static void synthetize_setuw PARAMS ((const struct sparc_opcode *));
48 static void synthetize_setsw PARAMS ((const struct sparc_opcode *));
49 static void synthetize_setx PARAMS ((const struct sparc_opcode *));
221 PARAMS ((const struct sparc_opcode *, struct sparc_it *));
845 const struct sparc_opcode *insn; in md_begin()
849 insn = (struct sparc_opcode *) hash_find (op_hash, name); in md_begin()
1025 static const struct sparc_opcode *last_insn;
1033 const struct sparc_opcode *insn; in synthetize_setuw()
1092 const struct sparc_opcode *insn; in synthetize_setsw()
[all …]