Searched refs:get_insn_template (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | output.h | 148 extern const char *get_insn_template (int, rtx_insn *);
|
| D | targhooks.cc | 2015 nop_templ = get_insn_template (code_num, my_nop); in default_print_patchable_function_entry_1()
|
| D | final.cc | 2037 get_insn_template (int code, rtx_insn *insn) in get_insn_template() function 2827 templ = get_insn_template (insn_code_number, insn); in final_scan_insn_1()
|
| D | ChangeLog-1999 | 7748 * output.h (get_insn_template): Declare. 7749 * final.c (get_insn_template): New.
|
| D | ChangeLog | 13903 (get_insn_template): Likewise.
|
| D | ChangeLog-2018 | 19329 * final.c (get_insn_template): Likewise for param "insn", removing 19331 * output.h (get_insn_template): Likewise for 2nd param.
|
| D | ChangeLog-2004 | 14464 * final.c (shorten_branches, final, get_insn_template, 47349 * final.c (get_insn_template): Update.
|
| D | ChangeLog-2000 | 30419 * vax.md: Call `get_insn_template' instead of OUT_FCN.
|
| D | ChangeLog-2017 | 36469 the call to get_insn_template.
|
| D | ChangeLog-2014 | 27504 * final.c (get_insn_template): Add a checked cast to rtx_insn * on
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/ |
| D | vax.cc | 1560 return get_insn_template (CODE_FOR_addsi3, insn); in vax_output_int_add() 1796 pattern = get_insn_template (CODE_FOR_movsi, insn), carry = 0; in vax_output_int_subtract() 1809 return get_insn_template (CODE_FOR_subsi3, insn); in vax_output_int_subtract()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| D | alpha.cc | 8345 output_asm_insn (get_insn_template (CODE_FOR_nop, NULL), NULL); in alpha_end_function()
|