summaryrefslogtreecommitdiff
path: root/src/arch/x86/regfile.cc
AgeCommit message (Expand)Author
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-07-08Registers: Move the PCs out of the ISAs and into the CPUs.Gabe Black
2009-07-08Registers: Eliminate the ISA defined integer register file.Gabe Black
2009-07-08Registers: Eliminate the ISA defined floating point register file.Gabe Black
2009-07-08Registers: Get rid of the float register width parameter.Gabe Black
2009-07-08Registers: Add an ISA object which replaces the MiscRegFile.Gabe Black
2009-04-21Commit m5threads package.Daniel Sanchez
2008-10-12Get rid of old RegContext code.Gabe Black
2008-10-12Turn Interrupts objects into SimObjects. Also, move local APIC state into x86...Gabe Black
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-09-27gcc: Add extra parens to quell warnings.Nathan Binkert
2007-10-02X86: Fix x87 floating point stack register indexing.Gabe Black
2007-09-19X86: Put in the foundation for x87 stack based fp registers.Gabe Black
2007-07-30Make the register indices use the appropriate "fold" bit.Gabe Black
2007-05-31x86 work that hadn't been checked in.Gabe Black
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-03-05Add some new source files.Gabe Black