x86: Add support for loading 32-bit and 80-bit floats in the x87
[gem5.git] / src / arch / x86 / cpuid.cc
2013-01-15 Nilay Vaishx86 cpuid: enable clflush
2012-07-23 Nilay VaishX86 CPUID: Return false if unknown processor family
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-05-02 Gabe BlackX86: Sometimes CPUID depends on ecx, so pass that in.
2009-04-19 Gabe BlackX86: Fix the ordering of the vendor string reported...
2009-04-19 Gabe BlackX86: Only use %eax to select a function and look like...
2009-04-19 Gabe BlackX86: Don't pretend to be an AMD CPU any more. We're...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-10-12 Gabe BlackX86: Implement CPUID with a magical function instead...