Searched refs:jump_around_label (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c7206 rtx_code_label *jump_around_label = NULL; local
7422 &jump_around_label,
7437 if (jump_around_label == NULL_RTX)
7438 jump_around_label = gen_label_rtx ();
7441 LTU, 0, counter_mode (count_exp), 1, jump_around_label);
7503 if (jump_around_label == NULL_RTX)
7504 jump_around_label = gen_label_rtx ();
7513 emit_jump (jump_around_label);
7677 if (jump_around_label)
7678 emit_label (jump_around_label);
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc8347 rtx_code_label *jump_around_label = NULL; local
8565 &jump_around_label,
8580 if (jump_around_label == NULL_RTX)
8581 jump_around_label = gen_label_rtx ();
8584 LTU, 0, counter_mode (count_exp), 1, jump_around_label);
8646 if (jump_around_label == NULL_RTX)
8647 jump_around_label = gen_label_rtx ();
8656 emit_jump (jump_around_label);
8820 if (jump_around_label)
8821 emit_label (jump_around_label);
[all...]

Completed in 579 milliseconds