Searched refs:use_fcomi (Results 1 – 4 of 4) sorted by relevance
2472 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()
2599 int use_fcomi;2611 use_fcomi = ix86_use_fcomi_compare (code);2612 vec = rtvec_alloc (3 + !use_fcomi);2618 if (!use_fcomi)
9008 int use_fcomi; local9035 use_fcomi = ix86_use_fcomi_compare (code);9036 vec = rtvec_alloc (3 + !use_fcomi);9042 if (! use_fcomi)
10529 int use_fcomi; in ix86_expand_branch() local10556 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()