Lines Matching refs:sparc_opcode
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()
1738 const struct sparc_opcode *insn; in sparc_ip()
1773 insn = (struct sparc_opcode *) hash_find (op_hash, str); in sparc_ip()
3314 output_insn (const struct sparc_opcode *insn, struct sparc_it *theinsn) in output_insn()