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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dasan.c1209 rtx_code_label *top_label; local
1226 top_label = gen_label_rtx ();
1230 emit_label (top_label);
1237 emit_cmp_and_jump_insns (addr, end, LT, NULL_RTX, Pmode, true, top_label);
H A Dexpr.c1886 rtx_code_label *cmp_label, *top_label;
1896 top_label = gen_label_rtx ();
1907 emit_label (top_label);
1929 true, top_label,
1882 rtx_code_label *cmp_label, *top_label; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dasan.cc1405 rtx_code_label *top_label; local
1422 top_label = gen_label_rtx ();
1426 emit_label (top_label);
1433 emit_cmp_and_jump_insns (addr, end, LT, NULL_RTX, Pmode, true, top_label);
H A Dexpr.cc2090 rtx_code_label *cmp_label, *top_label;
2100 top_label = gen_label_rtx ();
2111 emit_label (top_label);
2133 true, top_label,
2086 rtx_code_label *cmp_label, *top_label; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c5788 rtx_code_label *out_label, *top_label; local
5797 top_label = gen_label_rtx ();
5812 emit_label (top_label);
5881 true, top_label);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc6926 rtx_code_label *out_label, *top_label; local
6935 top_label = gen_label_rtx ();
6950 emit_label (top_label);
7019 true, top_label);

Completed in 488 milliseconds