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_tables.cc
Age
Commit message (
Expand
)
Author
2012-05-26
CPU: Merge the predecoder and decoder.
Gabe Black
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-09-17
X86: Fix the expected size of the immediate offset in MOV_MI.
Gabe Black
2009-01-06
X86: Hook in the M5 pseudo insts.
Gabe Black
2008-08-03
X86: Make hint nops consume their modrm byte.
Gabe Black
2008-06-12
X86: Flesh out 3dnow instruction decoding a bit and grab the byte immediate.
Gabe Black
2007-07-24
The groups of instructions hanging off opcode 71h, 72h, and 73h all need a by...
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
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