Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dumidi.c1561 char out_label[16]; in describe_mididev() local
1583 out_label[0] = '\0'; in describe_mididev()
1585 snprintf(out_label, sizeof(out_label), ">%d(%x) ", in describe_mididev()
1588 snprintf(out_label, sizeof(out_label), ">%d ", in describe_mididev()
1593 len = strlen(in_label) + strlen(out_label) + strlen(unit_label) + 4; in describe_mididev()
1598 in_label, out_label, unit_label); in describe_mididev()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc1768 tree out_label; in lower_catch() local
1802 out_label = NULL; in lower_catch()
1828 if (!out_label) in lower_catch()
1829 out_label = create_artificial_label (try_catch_loc); in lower_catch()
1831 x = gimple_build_goto (out_label); in lower_catch()
1846 gimple_seq ret_seq = frob_into_branch_around (tp, try_region, out_label); in lower_catch()
H A DChangeLog-201325699 (avr_out_plus): Add `out_label' argument.
25700 * config/avr/avr.c (avr_out_plus_1): Add `out_label' argument.
25701 (avr_out_plus): Pass down `out_label' to avr_out_plus_1.
H A DChangeLog-20004435 * final.c (final_scan_insn): Don't call dwarf[2]out_label.
H A DChangeLog-201425016 (expand_set_or_movmem_via_loop): Likewise for locals "out_label" and
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c1773 tree out_label; in lower_catch() local
1807 out_label = NULL; in lower_catch()
1833 if (!out_label) in lower_catch()
1834 out_label = create_artificial_label (try_catch_loc); in lower_catch()
1836 x = gimple_build_goto (out_label); in lower_catch()
1851 gimple_seq ret_seq = frob_into_branch_around (tp, try_region, out_label); in lower_catch()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore.md3009 rtx_code_label *out_label = 0;
3021 out_label = gen_label_rtx ();
3023 emit_jump_insn (gen_cbranchsi4 (test, step, tmp, out_label));
3040 if (out_label)
3041 emit_label (out_label);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.md3009 rtx_code_label *out_label = 0;
3021 out_label = gen_label_rtx ();
3023 emit_jump_insn (gen_cbranchsi4 (test, step, tmp, out_label));
3040 if (out_label)
3041 emit_label (out_label);
/netbsd-src/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) in rf_swap_label() argument
2469 out_label->version = clabel->version; in rf_swap_label()
2473 out = &out_label->serial_number; in rf_swap_label()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c7696 enum rtx_code code_sat, int sign, bool out_label) in avr_out_plus_1() argument
8137 if (out_label) in avr_out_plus_1()
8197 avr_out_plus (rtx insn, rtx *xop, int *plen, int *pcc, bool out_label) in avr_out_plus() argument
8222 avr_out_plus_1 (xop, plen, code, pcc, code_sat, 0, out_label); in avr_out_plus()
8265 avr_out_plus_1 (op, &len_minus, MINUS, &cc_minus, code_sat, sign, out_label); in avr_out_plus()
8266 avr_out_plus_1 (op, &len_plus, PLUS, &cc_plus, code_sat, sign, out_label); in avr_out_plus()
8274 avr_out_plus_1 (op, NULL, MINUS, pcc, code_sat, sign, out_label); in avr_out_plus()
8276 avr_out_plus_1 (op, NULL, PLUS, pcc, code_sat, sign, out_label); in avr_out_plus()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc8058 enum rtx_code code_sat, int sign, bool out_label) in avr_out_plus_1() argument
8499 if (out_label) in avr_out_plus_1()
8559 avr_out_plus (rtx insn, rtx *xop, int *plen, int *pcc, bool out_label) in avr_out_plus() argument
8584 avr_out_plus_1 (xop, plen, code, pcc, code_sat, 0, out_label); in avr_out_plus()
8627 avr_out_plus_1 (op, &len_minus, MINUS, &cc_minus, code_sat, sign, out_label); in avr_out_plus()
8628 avr_out_plus_1 (op, &len_plus, PLUS, &cc_plus, code_sat, sign, out_label); in avr_out_plus()
8636 avr_out_plus_1 (op, NULL, MINUS, pcc, code_sat, sign, out_label); in avr_out_plus()
8638 avr_out_plus_1 (op, NULL, PLUS, pcc, code_sat, sign, out_label); in avr_out_plus()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.md4855 rtx_code_label *out_label = 0;
4867 out_label = gen_label_rtx ();
4870 (gen_cbranchdi4 (test, operands[1], limit, out_label));
4886 if (out_label)
4887 emit_label (out_label);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.md4852 rtx_code_label *out_label = 0;
4864 out_label = gen_label_rtx ();
4867 (gen_cbranchdi4 (test, operands[1], limit, out_label));
4883 if (out_label)
4884 emit_label (out_label);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c5788 rtx_code_label *out_label, *top_label; in expand_set_or_cpymem_via_loop() local
5798 out_label = gen_label_rtx (); in expand_set_or_cpymem_via_loop()
5807 true, out_label); in expand_set_or_cpymem_via_loop()
5907 emit_label (out_label); in expand_set_or_cpymem_via_loop()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc6943 rtx_code_label *out_label, *top_label; in expand_set_or_cpymem_via_loop() local
6953 out_label = gen_label_rtx (); in expand_set_or_cpymem_via_loop()
6962 true, out_label); in expand_set_or_cpymem_via_loop()
7062 emit_label (out_label); in expand_set_or_cpymem_via_loop()