summaryrefslogtreecommitdiff
path: root/src/arch/x86/predecoder.hh
AgeCommit message (Expand)Author
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-04-26X86: Precompute the default and alternate address and operand size and the st...Gabe Black
2008-10-10misc: remove #include <cassert> from misc.hh since not everyone needs it.Nathan Binkert
2007-10-02Predecoder: Clear out predecoder state on an ITLB fault.Gabe Black
2007-07-22Fixed immediate byte accounting bug.Gabe Black
2007-06-19Make branches work by repopulating the predecoder every time through. This is...Gabe Black
2007-06-14Put the mode in the ExtMachInst.Gabe Black
2007-06-13Seperate the pc-pc and the pc of the incoming bytes, and get rid of the "more...Gabe Black
2007-05-31x86 work that hadn't been checked in.Gabe Black
2007-04-06Clean up the code a little, fix (I think) a perceived problem with immediate ...Gabe Black
2007-03-21Break out the one and two byte opcodes into different files. Also change what...Gabe Black
2007-03-15Refactor things a little.Gabe Black
2007-03-15Split the x86 "process" predecoder method into it's own file.Gabe Black
2007-03-15Changed warns to DPRINTFs and multiply by 8 where needed.Gabe Black
2007-03-15Added immediate value support, and fixed alot of bugs. This won't support 3 b...Gabe Black
2007-03-15Make the predecoder an object with it's own switched header file. Start addin...Gabe Black