Home
last modified time | relevance | path

Searched refs:XTMPL (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgenoutput.c817 process_template (d, XTMPL (insn, 3));
858 process_template (d, XTMPL (peep, 2));
H A Dgensupport.c718 insn_out = XTMPL (insn_elem->data, 3);
820 XTMPL (insn, 3) = alter_output_for_insn (ce_elem, insn_elem,
H A Dread-rtl.c714 XTMPL (return_rtx, i) = stringbuf;
H A Dprint-rtl.c212 str = XTMPL (in_rtx, i);
H A Drtl.h495 #define XTMPL(RTX, N) (RTL_CHECK1 (RTX, N, 'T').rtstr) macro
H A DChangeLog.55 * rtl.h (XTMPL): New.
9 Use XTMPL where appropriate.
10 * genoutput.c (gen_insn, gen_peephole): Use XTMPL to get the
H A DChangeLog.616281 change XSTR to XTMPL.
H A DChangeLog.721261 (XTMPL): Likewise.
/openbsd/gnu/gcc/gcc/
H A Dread-rtl.c456 XTMPL (x, i) = apply_macro_to_string (XTMPL (x, i), macro, value); in apply_macro_to_rtx()
1659 XTMPL (return_rtx, i) = stringbuf; in read_rtx_1()
H A Dgenoutput.c876 process_template (d, XTMPL (insn, 3)); in gen_insn()
916 process_template (d, XTMPL (peep, 2)); in gen_peephole()
H A Dgensupport.c726 insn_out = XTMPL (insn_elem->data, 3); in alter_output_for_insn()
828 XTMPL (insn, 3) = alter_output_for_insn (ce_elem, insn_elem, in process_one_cond_exec()
H A Dprint-rtl.c228 str = XTMPL (in_rtx, i); in print_rtx()
H A Drtl.h682 #define XTMPL(RTX, N) (RTL_CHECK1 (RTX, N, 'T').rt_str) macro