Searched refs:get_insn_template (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Doutput.h147 extern const char *get_insn_template (int, rtx);
H A Dfinal.c1630 get_insn_template (int code, rtx insn)
2430 template = get_insn_template (insn_code_number, insn);
2478 get_insn_template outputs assembly directly. However calling it
2479 before get_insn_template breaks if the insns is split. */
1621 get_insn_template (int code, rtx insn) function

Completed in 100 milliseconds