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

/freebsd-10.2-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
121 has_3dnow = !!(edx & bit_3DNOW);
245 if (has_3dnow)

Completed in 46 milliseconds