index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
predecoder.hh
Age
Commit message (
Expand
)
Author
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2011-04-04
ARM: Cleanup implementation of ITSTATE and put important code in PCState.
Ali Saidi
2011-03-17
O3: Send instruction back to fetch on squash to seed predecoder correctly.
Ali Saidi
2011-02-13
X86: Only reset npc to reflect instruction length once.
Gabe Black
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-08-23
X86: Create a directory for files that define register indexes.
Gabe Black
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-04-26
X86: Precompute the default and alternate address and operand size and the st...
Gabe Black
2008-10-10
misc: remove #include <cassert> from misc.hh since not everyone needs it.
Nathan Binkert
2007-10-02
Predecoder: Clear out predecoder state on an ITLB fault.
Gabe Black
2007-07-22
Fixed immediate byte accounting bug.
Gabe Black
2007-06-19
Make branches work by repopulating the predecoder every time through. This is...
Gabe Black
2007-06-14
Put the mode in the ExtMachInst.
Gabe Black
2007-06-13
Seperate the pc-pc and the pc of the incoming bytes, and get rid of the "more...
Gabe Black
2007-05-31
x86 work that hadn't been checked in.
Gabe Black
2007-04-06
Clean up the code a little, fix (I think) a perceived problem with immediate ...
Gabe Black
2007-03-21
Break out the one and two byte opcodes into different files. Also change what...
Gabe Black
2007-03-15
Refactor things a little.
Gabe Black
2007-03-15
Split the x86 "process" predecoder method into it's own file.
Gabe Black
2007-03-15
Changed warns to DPRINTFs and multiply by 8 where needed.
Gabe Black
2007-03-15
Added immediate value support, and fixed alot of bugs. This won't support 3 b...
Gabe Black
2007-03-15
Make the predecoder an object with it's own switched header file. Start addin...
Gabe Black