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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenpeep.c120 match_rtx (rtx x, struct link *path, int fail_label)
149 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
159 XINT (x, 0), fail_label);
169 XINT (x, 0), fail_label);
176 match_rtx (XVECEXP (x, 1, i), &link, fail_label);
193 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
199 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
213 printf (" if (GET_CODE (x) != PARALLEL) goto L%d;\n", fail_label);
217 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
223 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
118 match_rtx(rtx x, struct link *path, int fail_label) argument
251 match_rtx (XEXP (x, i), &link, fail_label); local
260 match_rtx (XVECEXP (x, i, j), &link, fail_label); local
[all...]
H A Dexpr.c1464 rtx_code_label *fail_label)
1467 m_fail_label = fail_label;
1550 rtx_code_label *fail_label = gen_label_rtx ();
1558 fail_label);
1565 emit_label (fail_label);
1459 compare_by_pieces_d(rtx op0, rtx op1, by_pieces_constfn op1_cfn, void *op1_cfn_data, HOST_WIDE_INT len, int align, rtx_code_label *fail_label) argument
1547 rtx_code_label *fail_label = gen_label_rtx (); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenpeep.cc120 match_rtx (rtx x, struct link *path, int fail_label)
149 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
159 XINT (x, 0), fail_label);
169 XINT (x, 0), fail_label);
176 match_rtx (XVECEXP (x, 1, i), &link, fail_label);
193 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
199 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
213 printf (" if (GET_CODE (x) != PARALLEL) goto L%d;\n", fail_label);
217 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
223 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
118 match_rtx(rtx x, struct link *path, int fail_label) argument
174 match_rtx (XVECEXP (x, 1, i), &link, fail_label); local
197 match_rtx (XVECEXP (x, 2, i), &link, fail_label); local
221 match_rtx (XVECEXP (x, 2, i), &link, fail_label); local
251 match_rtx (XEXP (x, i), &link, fail_label); local
260 match_rtx (XVECEXP (x, i, j), &link, fail_label); local
[all...]
H A Dgenmatch.cc2358 static char *fail_label; variable
2536 depth, fail_label);
2566 fprintf_indent (f, indent, " goto %s;\n", fail_label);
2571 fprintf_indent (f, indent, " goto %s;\n", fail_label);
3292 fail_label = local_fail_label;
3306 i, fail_label);
3321 "goto %s;\n", i, fail_label);
3364 fprintf_indent (f, indent, "if (__builtin_expect (!dbg_cnt (match), 0)) goto %s;\n", fail_label);
3439 "goto %s;\n", fail_label);
3497 "goto %s;\n", i, fail_label);
[all...]
H A Dexpr.cc1661 rtx_code_label *fail_label)
1665 m_fail_label = fail_label;
1748 rtx_code_label *fail_label = gen_label_rtx ();
1756 fail_label);
1763 emit_label (fail_label);
1656 compare_by_pieces_d(rtx op0, rtx op1, by_pieces_constfn op1_cfn, void *op1_cfn_data, HOST_WIDE_INT len, int align, rtx_code_label *fail_label) argument
1745 rtx_code_label *fail_label = gen_label_rtx (); local

Completed in 284 milliseconds