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

/netbsd-current/sys/dev/usb/
H A Dumidi.c1561 char out_label[16]; local
1583 out_label[0] = '\0';
1585 snprintf(out_label, sizeof(out_label), ">%d(%x) ",
1588 snprintf(out_label, sizeof(out_label), ">%d ",
1593 len = strlen(in_label) + strlen(out_label) + strlen(unit_label) + 4;
1598 in_label, out_label, unit_label);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c1773 tree out_label; local
1807 out_label = NULL;
1833 if (!out_label)
1834 out_label = create_artificial_label (try_catch_loc);
1836 x = gimple_build_goto (out_label);
1851 gimple_seq ret_seq = frob_into_branch_around (tp, try_region, out_label);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc1768 tree out_label; local
1802 out_label = NULL;
1828 if (!out_label)
1829 out_label = create_artificial_label (try_catch_loc);
1831 x = gimple_build_goto (out_label);
1846 gimple_seq ret_seq = frob_into_branch_around (tp, try_region, out_label);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c7697 enum rtx_code code_sat, int sign, bool out_label)
8138 if (out_label)
8198 avr_out_plus (rtx insn, rtx *xop, int *plen, int *pcc, bool out_label)
8223 avr_out_plus_1 (xop, plen, code, pcc, code_sat, 0, out_label);
8266 avr_out_plus_1 (op, &len_minus, MINUS, &cc_minus, code_sat, sign, out_label);
8267 avr_out_plus_1 (op, &len_plus, PLUS, &cc_plus, code_sat, sign, out_label);
8275 avr_out_plus_1 (op, NULL, MINUS, pcc, code_sat, sign, out_label);
8277 avr_out_plus_1 (op, NULL, PLUS, pcc, code_sat, sign, out_label);
7695 avr_out_plus_1(rtx *xop, int *plen, enum rtx_code code, int *pcc, enum rtx_code code_sat, int sign, bool out_label) argument
8197 avr_out_plus(rtx insn, rtx *xop, int *plen, int *pcc, bool out_label) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc7578 enum rtx_code code_sat, int sign, bool out_label)
8019 if (out_label)
8079 avr_out_plus (rtx insn, rtx *xop, int *plen, int *pcc, bool out_label)
8104 avr_out_plus_1 (xop, plen, code, pcc, code_sat, 0, out_label);
8147 avr_out_plus_1 (op, &len_minus, MINUS, &cc_minus, code_sat, sign, out_label);
8148 avr_out_plus_1 (op, &len_plus, PLUS, &cc_plus, code_sat, sign, out_label);
8156 avr_out_plus_1 (op, NULL, MINUS, pcc, code_sat, sign, out_label);
8158 avr_out_plus_1 (op, NULL, PLUS, pcc, code_sat, sign, out_label);
7576 avr_out_plus_1(rtx *xop, int *plen, enum rtx_code code, int *pcc, enum rtx_code code_sat, int sign, bool out_label) argument
8078 avr_out_plus(rtx insn, rtx *xop, int *plen, int *pcc, bool out_label) argument
/netbsd-current/sys/dev/raidframe/
H A Drf_netbsdkintf.c2455 * For reads it is expected that out_label == clabel, but writes expect
2462 rf_swap_label(RF_ComponentLabel_t *clabel, RF_ComponentLabel_t *out_label) argument
2469 out_label->version = clabel->version;
2473 out = &out_label->serial_number;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c5788 rtx_code_label *out_label, *top_label; local
5798 out_label = gen_label_rtx ();
5807 true, out_label);
5907 emit_label (out_label);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc6926 rtx_code_label *out_label, *top_label; local
6936 out_label = gen_label_rtx ();
6945 true, out_label);
7045 emit_label (out_label);

Completed in 502 milliseconds