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

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Ddriver-i386.c72 unsigned char has_longmode = 0, has_cmpxchg8b = 0, has_sse4a = 0; local
123 has_longmode = !!(edx & bit_LM);
135 if (has_sse2 || has_longmode)
161 if (has_longmode)
203 if (has_longmode)
259 if (has_longmode)

Completed in 94 milliseconds