Lines Matching refs:sparc_opcode
44 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()
1134 const struct sparc_opcode *insn; in synthetize_setx()
1303 const struct sparc_opcode *insn;
1384 const struct sparc_opcode **pinsn;
1390 const struct sparc_opcode *insn;
1423 insn = (struct sparc_opcode *) hash_find (op_hash, str);
2862 const struct sparc_opcode *insn; in output_insn()