Home
last modified time | relevance | path

Searched refs:warn_mmx (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h1573 int warn_mmx; /* True when we want to warn about MMX ABI. */ member
H A Di386.cc1771 cum->warn_mmx = true; in init_cumulative_args()
1825 cum->warn_mmx = false; in init_cumulative_args()
1975 if (cum && cum->warn_mmx && !warnedmmx) in type_natural_mode()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h1693 int warn_mmx; /* True when we want to warn about MMX ABI. */ member
H A Di386.c1744 cum->warn_mmx = true; in init_cumulative_args()
1798 cum->warn_mmx = false; in init_cumulative_args()
1944 if (cum && cum->warn_mmx && !warnedmmx) in type_natural_mode()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200446772 * i386.h (ix86_args): Add warn_sse/warn_mmx fiels.