Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dsparc-dis.c37 static const struct sparc_opcode **sorted_opcodes;
52 const struct sparc_opcode *opcode;
57 PARAMS ((const struct sparc_opcode **, struct opcode_hash **, int));
192 const struct sparc_opcode *opcode = op->opcode;
237 sorted_opcodes = (const struct sparc_opcode **)
238 xmalloc (sparc_num_opcodes * sizeof (struct sparc_opcode *));
276 const struct sparc_opcode *opcode = op->opcode;
804 struct sparc_opcode *op0 = * (struct sparc_opcode **) a;
805 struct sparc_opcode *op1 = * (struct sparc_opcode **) b;
949 const struct sparc_opcode **opcode_table; in build_hash_table()
Dsparc-opc.c177 const struct sparc_opcode sparc_opcodes[] = {
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dsparc-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()
Dsparc-opc.c173 const struct sparc_opcode sparc_opcodes[] = {
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dsparc.h94 typedef struct sparc_opcode struct
103 } sparc_opcode; typedef
221 extern const struct sparc_opcode sparc_opcodes[];
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Dsparc.h92 struct sparc_opcode { struct
222 extern const struct sparc_opcode sparc_opcodes[];
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-sparc.c44 static int sparc_ip PARAMS ((char *, const struct sparc_opcode **));
48 static void synthetize_setuw PARAMS ((const struct sparc_opcode *));
49 static void synthetize_setsw PARAMS ((const struct sparc_opcode *));
50 static void synthetize_setx PARAMS ((const struct sparc_opcode *));
222 PARAMS ((const struct sparc_opcode *, struct sparc_it *));
846 const struct sparc_opcode *insn; in md_begin()
850 insn = (struct sparc_opcode *) hash_find (op_hash, name); in md_begin()
1015 static const struct sparc_opcode *last_insn;
1023 const struct sparc_opcode *insn; in synthetize_setuw()
1082 const struct sparc_opcode *insn; in synthetize_setsw()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-sparc.c44 static int sparc_ip PARAMS ((char *, const struct sparc_opcode **));
49 static void synthetize_setuw PARAMS ((const struct sparc_opcode *));
50 static void synthetize_setsw PARAMS ((const struct sparc_opcode *));
51 static void synthetize_setx PARAMS ((const struct sparc_opcode *));
226 PARAMS ((const struct sparc_opcode *, struct sparc_it *));
835 const struct sparc_opcode *insn; in md_begin()
839 insn = (struct sparc_opcode *) hash_find (op_hash, name); in md_begin()
1015 static const struct sparc_opcode *last_insn;
1023 const struct sparc_opcode *insn; in synthetize_setuw()
1082 const struct sparc_opcode *insn; in synthetize_setsw()
[all …]