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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenrecog.c82 DT_accept_op, DT_accept_insn enumerator in enum:decision_type
1418 case DT_accept_insn:
1473 if (old->type == DT_accept_insn)
1479 if (add->type == DT_accept_insn)
2128 case DT_accept_insn:
2153 else if (test->type == DT_accept_op || test->type == DT_accept_insn)
2166 /* Only allow DT_accept_insn to follow. */
2170 gcc_assert (test->type == DT_accept_insn);
2177 if (test->type == DT_accept_insn)
2237 if (t->type == DT_accept_insn)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenrecog.c95 DT_accept_op, DT_accept_insn enumerator in enum:decision_test::decision_type
1433 case DT_accept_insn:
1488 if (old->type == DT_accept_insn)
1494 if (add->type == DT_accept_insn)
2142 case DT_accept_insn:
2167 else if (test->type == DT_accept_op || test->type == DT_accept_insn)
2180 /* Only allow DT_accept_insn to follow. */
2184 gcc_assert (test->type == DT_accept_insn);
2191 if (test->type == DT_accept_insn)
2251 if (t->type == DT_accept_insn)
[all...]

Completed in 96 milliseconds