Searched refs:sparc_opcode (Results 1 – 7 of 7) sorted by relevance
43 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()
882 into new struct sparc_opcode 'hwcaps' field instead of 'flags'.
219 const struct sparc_opcode sparc_opcodes[] = {
103 typedef struct sparc_opcode struct114 } sparc_opcode; argument292 extern const struct sparc_opcode sparc_opcodes[];
410 * 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.
38 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 …]
446 sparc_opcode->flags of instruction into hwcap_seen.