Home
last modified time | relevance | path

Searched refs:use_fcomi (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/gcc/config/m68hc11/
H A Dm68hc11.c2472 int use_fcomi; in m68hc11_expand_compare_and_branch()
2484 use_fcomi = ix86_use_fcomi_compare (code); in m68hc11_expand_compare_and_branch()
2485 vec = rtvec_alloc (3 + !use_fcomi); in m68hc11_expand_compare_and_branch()
2491 if (!use_fcomi) in m68hc11_expand_compare_and_branch()
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11.c2599 int use_fcomi;
2611 use_fcomi = ix86_use_fcomi_compare (code);
2612 vec = rtvec_alloc (3 + !use_fcomi);
2618 if (!use_fcomi)
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c9008 int use_fcomi; local
9035 use_fcomi = ix86_use_fcomi_compare (code);
9036 vec = rtvec_alloc (3 + !use_fcomi);
9042 if (! use_fcomi)
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c10529 int use_fcomi; in ix86_expand_branch() local
10556 use_fcomi = ix86_use_fcomi_compare (code); in ix86_expand_branch()
10557 vec = rtvec_alloc (3 + !use_fcomi); in ix86_expand_branch()
10563 if (! use_fcomi) in ix86_expand_branch()