Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h1492 int warn_avx; /* True when we want to warn about AVX ABI. */ member
H A Di386.c5630 cum->warn_avx = true; in init_cumulative_args()
5655 cum->warn_avx = 0; in init_cumulative_args()
5730 && cum->warn_avx) in type_natural_mode()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h1651 int warn_avx; /* True when we want to warn about AVX ABI. */ member
H A Di386.c7275 cum->warn_avx = true; in init_cumulative_args()
7331 cum->warn_avx = false; in init_cumulative_args()
7435 if (cum && cum->warn_avx && !warnedavx) in type_natural_mode()