summaryrefslogtreecommitdiff
path: root/src/arch/sparc/predecoder.hh
AgeCommit message (Expand)Author
2012-05-26CPU: Merge the predecoder and decoder.Gabe Black
2011-04-04ARM: Cleanup implementation of ITSTATE and put important code in PCState.Ali Saidi
2011-03-17O3: Send instruction back to fetch on squash to seed predecoder correctly.Ali Saidi
2010-11-15O3: Make O3 support variably lengthed instructions.Gabe Black
2010-11-11SPARC: Clean up some historical style issues.Gabe Black
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2009-07-09SPARC: Fold the MiscRegFile all the way into the ISA object.Gabe Black
2009-07-08SPARC: Phase out SPARC's intregfile.hh.Gabe Black
2009-07-08Registers: Eliminate the ISA defined integer register file.Gabe Black
2009-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2007-10-02Predecoder: Clear out predecoder state on an ITLB fault.Gabe Black
2007-06-19Make branches work by repopulating the predecoder every time through. This is...Gabe Black
2007-06-13Seperate the pc-pc and the pc of the incoming bytes, and get rid of the "more...Gabe Black
2007-03-18Compile fixes for SPARC_FS.Gabe Black
2007-03-15Make the predecoder an object with it's own switched header file. Start addin...Gabe Black