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

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Ddriver-i386.c70 unsigned char has_mmx = 0, has_3dnow = 0, has_3dnowp = 0, has_sse = 0; local
108 has_mmx = !!(edx & bit_MMX);
131 if (has_mmx)
170 else if (has_mmx)
193 if (has_mmx)
224 else if (has_mmx)

Completed in 99 milliseconds