summaryrefslogtreecommitdiff
path: root/src/cpu/o3/alpha/dyn_inst.hh
AgeCommit message (Expand)Author
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
2007-04-15Add extra constructors to Alpha and MIPSGabe Black
2007-03-07I missed a couple of WithEffects, this should do itAli Saidi
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2006-12-20Fixes to get ALPHA_FS and ALPHA_SE to compile again.Gabe Black
2006-12-17Convert Alpha (and finish converting MIPS) to newSteve Reinhardt
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-06Moved the RegIdx arrays to the base dyninst.Gabe Black
2006-11-03Got rid of "inPalMode". Some places are still effectively checking if they ar...Gabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-10-31Missed a few instances of this function.Gabe Black
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-06-30Make O3CPU model independent of the ISAKorey Sewell