Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dread-rtl.c358 XTMPL (x, i) = apply_iterator_to_string (XTMPL (x, i), iterator, value); in apply_iterator_to_rtx()
1033 XTMPL (return_rtx, i) = stringbuf; in read_rtx_code()
H A Dgenoutput.c863 process_template (d, XTMPL (insn, 3)); in gen_insn()
904 process_template (d, XTMPL (peep, 2)); in gen_peephole()
H A Dgensupport.c993 insn_out = XTMPL (insn_elem->data, 3); in alter_output_for_insn()
1096 XTMPL (insn, 3) = alter_output_for_insn (ce_elem, insn_elem, in process_one_cond_exec()
1230 template_code = XTMPL (insn, 3); in gen_mnemonic_setattr()
H A Dprint-rtl.c211 str = XTMPL (in_rtx, i); in print_rtx()
H A Drtl.h742 #define XTMPL(RTX, N) (RTL_CHECK1 (RTX, N, 'T').rt_str) macro
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dread-rtl.c440 while (XTMPL (x, i) != (p = apply_iterator_to_string (XTMPL (x, i)))) in copy_rtx_for_iterators()
441 XTMPL (x, i) = p; in copy_rtx_for_iterators()
1582 XTMPL (return_rtx, idx) = string_ptr; in read_rtx_operand()
H A Dgenoutput.c890 process_template (d, XTMPL (insn, 3)); in gen_insn()
930 process_template (d, XTMPL (peep, 2)); in gen_peephole()
H A Dgensupport.c1492 insn_out = XTMPL (insn_elem->data, 3); in alter_output_for_insn()
1643 insn_out = XTMPL (insn, 3); in alter_output_for_subst_insn()
1727 XTMPL (insn, 3) = alter_output_for_insn (ce_elem, insn_elem, in process_one_cond_exec()
1870 XTMPL (elem->data, 3) = in process_substs_on_one_elem()
2309 template_code = XTMPL (insn, 3); in gen_mnemonic_setattr()
H A Dprint-rtl.c600 str = XTMPL (in_rtx, idx); in print_rtx_operand()
H A Drtl.h1325 #define XTMPL(RTX, N) (RTL_CHECK1 (RTX, N, 'T').rt_str) macro