x86: Fix the CPUID Long Mode Address Size function.
[gem5.git] / src / arch / x86 / isa.cc
2013-01-13 Nilay Vaishx86: Changes to decoder, corrects 9376
2013-01-07 Andreas Sandbergarch: Move the ISA object to a separate section
2013-01-07 Andreas Sandbergarch: Add support for invalidating TLBs when draining
2013-01-07 Andreas Sandbergarch: Make the ISA class inherit from SimObject
2013-01-05 Gabe BlackX86: Move address based decode caching in front of...
2012-12-30 Nilay Vaishx86: implement x87 fp instruction fnstsw
2010-08-17 Steve Reinhardtx86: minor checkpointing bug fixes
2010-01-19 Derek Howermerge
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-07-18 Derek Howermerge
2009-07-17 Gabe BlackX86: Shift some register flattening work into the decoder.
2009-07-13 Derek Howermerge
2009-07-10 Gabe BlackX86: Fold the MiscRegFile all the way into the ISA...
2009-07-09 Gabe BlackRegisters: Add an ISA object which replaces the MiscReg...