Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dgenpeep.c128 match_rtx (rtx x, struct link *path, int fail_label) in match_rtx() argument
157 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label); in match_rtx()
167 XINT (x, 0), fail_label); in match_rtx()
177 XINT (x, 0), fail_label); in match_rtx()
184 match_rtx (XVECEXP (x, 1, i), &link, fail_label); in match_rtx()
201 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label); in match_rtx()
207 match_rtx (XVECEXP (x, 2, i), &link, fail_label); in match_rtx()
221 printf (" if (GET_CODE (x) != PARALLEL) goto L%d;\n", fail_label); in match_rtx()
225 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label); in match_rtx()
231 match_rtx (XVECEXP (x, 2, i), &link, fail_label); in match_rtx()
[all …]