HomeSort by: relevance | last modified time | path
    Searched defs:get_insn_template (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
final.cc 2030 get_insn_template (int code, rtx_insn *insn)
2786 templ = get_insn_template (insn_code_number, insn);
2831 get_insn_template outputs assembly directly. However calling it
2832 before get_insn_template breaks if the insns is split. */
2021 get_insn_template (int code, rtx_insn *insn) function
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 2050 get_insn_template (int code, rtx_insn *insn)
2840 templ = get_insn_template (insn_code_number, insn);
2885 get_insn_template outputs assembly directly. However calling it
2886 before get_insn_template breaks if the insns is split. */
2041 get_insn_template (int code, rtx_insn *insn) function

Completed in 20 milliseconds