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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h2198 extern rtx ix86_compare_emitted;
H A Di386.c1238 rtx ix86_compare_emitted = NULL_RTX; variable
10728 if (ix86_compare_emitted)
10730 ret = gen_rtx_fmt_ee (code, VOIDmode, ix86_compare_emitted, const0_rtx);
10731 ix86_compare_emitted = NULL_RTX;
10759 ix86_expand_compare won't emit anything if ix86_compare_emitted
10761 if (ix86_compare_emitted)

Completed in 106 milliseconds