summaryrefslogtreecommitdiff
path: root/src/cpu/o3/mips/cpu.hh
AgeCommit message (Expand)Author
2008-10-09O3: Generalize the O3 CPU object so it isn't split out by ISA.Gabe Black
2008-08-11params: Convert the CPU objects to use the auto generated param structs.Nathan Binkert
2007-08-13Move the "translate" member functions back into the base o3 class.Gabe Black
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell