Searched refs:sparc_opcode (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dsparc.h72 These are short's because sparc_opcode.architecture is. */
94 typedef struct sparc_opcode struct
103 } sparc_opcode; typedef in typeref:struct:sparc_opcode
221 extern const struct sparc_opcode sparc_opcodes[];
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dsparc.h72 These are short's because sparc_opcode.architecture is. */
94 typedef struct sparc_opcode struct
103 } sparc_opcode; typedef in typeref:struct:sparc_opcode
221 extern const struct sparc_opcode sparc_opcodes[];
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dsparc-dis.c41 static const sparc_opcode **sorted_opcodes;
56 const sparc_opcode *opcode;
200 const sparc_opcode *opcode = op->opcode;
252 sparc_opcode *op0 = * (sparc_opcode **) a;
253 sparc_opcode *op1 = * (sparc_opcode **) b;
398 build_hash_table (const sparc_opcode **opcode_table,
475 xmalloc (sparc_num_opcodes * sizeof (sparc_opcode *));
514 const sparc_opcode *opcod
[all...]
H A Dsparc-opc.c176 const struct sparc_opcode sparc_opcodes[] = {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dsparc-dis.c41 static const sparc_opcode **sorted_opcodes;
56 const sparc_opcode *opcode;
200 const sparc_opcode *opcode = op->opcode;
252 sparc_opcode *op0 = * (sparc_opcode **) a;
253 sparc_opcode *op1 = * (sparc_opcode **) b;
398 build_hash_table (const sparc_opcode **opcode_table,
475 xmalloc (sparc_num_opcodes * sizeof (sparc_opcode *));
514 const sparc_opcode *opcod
[all...]
H A Dsparc-opc.c176 const struct sparc_opcode sparc_opcodes[] = {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-sparc.c40 static int sparc_ip (char *, const struct sparc_opcode **);
208 static void output_insn (const struct sparc_opcode *, struct sparc_it *);
840 const struct sparc_opcode *insn;
844 insn = (struct sparc_opcode *) hash_find (op_hash, name);
1017 static const struct sparc_opcode *last_insn;
1025 synthetize_setuw (const struct sparc_opcode *insn)
1083 synthetize_setsw (const struct sparc_opcode *insn)
1134 synthetize_setx (const struct sparc_opcode *insn)
1303 const struct sparc_opcode *insn;
1382 sparc_ip (char *str, const struct sparc_opcode **pins
[all...]

Completed in 190 milliseconds