Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dsparc-dis.c43 static const sparc_opcode **sorted_opcodes;
58 const sparc_opcode *opcode;
205 const sparc_opcode *opcode = op->opcode; in is_delayed_branch()
273 sparc_opcode *op0 = * (sparc_opcode **) a; in compare_opcodes()
274 sparc_opcode *op1 = * (sparc_opcode **) b; in compare_opcodes()
428 build_hash_table (const sparc_opcode **opcode_table, in build_hash_table()
505 xmalloc (sparc_num_opcodes * sizeof (sparc_opcode *)); in print_insn_sparc()
544 const sparc_opcode *opcode = op->opcode; in print_insn_sparc()
DChangeLog-2012882 into new struct sparc_opcode 'hwcaps' field instead of 'flags'.
Dsparc-opc.c219 const struct sparc_opcode sparc_opcodes[] = {
/toolchain/binutils/binutils-2.27/include/opcode/
Dsparc.h103 typedef struct sparc_opcode struct
114 } sparc_opcode; argument
292 extern const struct sparc_opcode sparc_opcodes[];
DChangeLog-0415410 * sparc.h (sparc_opcode): new field `hwcaps2'.
1062 * sparc.h (struct sparc_opcode): New field 'hwcaps'.
1124 * sparc.h (struct sparc_opcode): Expand 'flags' to unsigned int.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sparc.c38 static int sparc_ip (char *, const struct sparc_opcode **);
214 static void output_insn (const struct sparc_opcode *, struct sparc_it *);
1032 const struct sparc_opcode *insn; in md_begin()
1036 insn = (struct sparc_opcode *) hash_find (op_hash, name); in md_begin()
1286 static const struct sparc_opcode *last_insn;
1293 synthetize_setuw (const struct sparc_opcode *insn) in synthetize_setuw()
1351 synthetize_setsw (const struct sparc_opcode *insn) in synthetize_setsw()
1402 synthetize_setx (const struct sparc_opcode *insn) in synthetize_setx()
1570 const struct sparc_opcode *insn; in md_assemble()
1732 sparc_ip (char *str, const struct sparc_opcode **pinsn) in sparc_ip()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2011446 sparc_opcode->flags of instruction into hwcap_seen.