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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenpeep.c118 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.c1459 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.cc118 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
[all...]
H A Dexpr.cc1656 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 206 milliseconds