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

/freebsd-11.0-release/contrib/gcc/
H A Dgenpeep.c130 match_rtx (rtx x, struct link *path, int fail_label)
159 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
169 XINT (x, 0), fail_label);
179 XINT (x, 0), fail_label);
186 match_rtx (XVECEXP (x, 1, i), &link, fail_label);
203 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
209 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
223 printf (" if (GET_CODE (x) != PARALLEL) goto L%d;\n", fail_label);
227 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
233 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
128 match_rtx(rtx x, struct link *path, int fail_label) argument
265 match_rtx (XEXP (x, i), &link, fail_label); local
274 match_rtx (XVECEXP (x, i, j), &link, fail_label); local
[all...]

Completed in 97 milliseconds