summaryrefslogtreecommitdiff
path: root/src/cpu/o3/mips
AgeCommit message (Expand)Author
2008-10-09O3: Generaize the O3 IMPL class so it isn't split out by ISA.Gabe Black
2008-10-09O3: Generaize the O3 dynamic instruction class so it isn't split out by ISA.Gabe Black
2008-10-09O3: Generalize the O3 CPU object so it isn't split out by ISA.Gabe Black
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-08-11params: Convert the CPU objects to use the auto generated param structs.Nathan Binkert
2007-11-15add thread id to misc. reg functionsKorey Sewell
2007-08-26Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.Gabe Black
2007-08-13Move the "translate" member functions back into the base o3 class.Gabe Black
2007-07-30Fix problem with tracer not being initialized.Gabe Black
2007-07-26X86: Fix argument register indexing.Gabe Black
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-06-28o3cpu build for mipsKorey Sewell
2007-04-15Add extra constructors to Alpha and MIPSGabe Black
2007-04-04Updates for other ISA cpu_builders.Kevin Lim
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2006-12-20Fixes to get MIPS_SE to compile.Gabe Black
2006-12-12Merge zizzer:/bk/newmem/Gabe Black
2006-12-12Rename the StaticInst-based (read|set)(Int|Float)Reg methods to (read|set)(In...Steve Reinhardt
2006-12-06Use the setSyscallReturn defined in arch rather than duplicating it here.Gabe Black
2006-12-06Get rid of some typedefs which were hardly used, and move some stuff back her...Gabe Black
2006-11-14Make cpu's capable of having a phase shiftRon Dreslinski
2006-11-01Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-10-31Remove mem parameter. Now the translating port asks the CPU's dcache's peer ...Kevin Lim
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
2006-07-26MIPS ISA runs 'hello world' in O3CPU ...Korey Sewell
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell