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.cc
Age
Commit message (
Expand
)
Author
2009-08-18
X86: Decode three byte opcodes.
Gabe Black
2009-08-03
X86: Fix segment override prefixes on instructions that use rbp/rsp and a dis...
Gabe Black
2009-05-17
includes: sort includes again
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
2009-02-27
X86: Don't treat the REX prefixes as prefixes in 32 bit modes. These are inc/...
Gabe Black
2008-09-27
gcc: Add extra parens to quell warnings.
Nathan Binkert
2008-06-12
X86: Take advantage of the new meta register.
Gabe Black
2007-12-02
X86: Make the 0xA0-0xA3 versions of mov use the right sized immediates.
Gabe Black
2007-10-07
X86: Make sure there are fewer spurious differences between instructions for ...
Gabe Black
2007-10-02
Predecoder: Clear out predecoder state on an ITLB fault.
Gabe Black
2007-07-24
Add a special case for "test" which needs an immediate even though everything...
Gabe Black
2007-07-22
Fixed immediate byte accounting bug.
Gabe Black
2007-07-22
Fixed displacement size bug.
Gabe Black
2007-07-20
Fix code that computes displacement size.
Gabe Black
2007-07-17
Calculate the correct address size.
Gabe Black
2007-06-20
Fix a newly introduced bug where the predecoder wasn't picking up all the dis...
Gabe Black
2007-06-20
Make memory instructions work better, add more macroop implementations, add a...
Gabe Black
2007-06-14
Sign extend byte immediates as well. There might need to be a fancier system ...
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-06-12
Reset the rex and legacy prefix components of the ExtMachInst as well.
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-04-03
Zero out ModRM if the byte isn't there, and fix some displacement size stuff.
Gabe Black
2007-03-21
Break out the one and two byte opcodes into different files. Also change what...
Gabe Black
2007-03-15
File with the predecoder in it.
Gabe Black