Lines Matching refs:sparc_opcode
36 static int sparc_ip (char *, const struct sparc_opcode **);
212 static void output_insn (const struct sparc_opcode *, struct sparc_it *);
980 const struct sparc_opcode *insn; in md_begin()
984 insn = (struct sparc_opcode *) str_hash_find (op_hash, name); in md_begin()
1226 static const struct sparc_opcode *last_insn;
1233 synthetize_setuw (const struct sparc_opcode *insn) in synthetize_setuw()
1291 synthetize_setsw (const struct sparc_opcode *insn) in synthetize_setsw()
1342 synthetize_setx (const struct sparc_opcode *insn) in synthetize_setx()
1510 const struct sparc_opcode *insn; in md_assemble()
1711 sparc_ip (char *str, const struct sparc_opcode **pinsn) in sparc_ip()
1717 const struct sparc_opcode *insn; in sparc_ip()
1753 insn = (struct sparc_opcode *) str_hash_find (op_hash, str); in sparc_ip()
3388 output_insn (const struct sparc_opcode *insn, struct sparc_it *theinsn) in output_insn()