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
/
insts
/
static_inst.cc
Age
Commit message (
Expand
)
Author
2015-07-28
revert 5af8f40d8f2c
Nilay Vaish
2015-07-26
cpu: implements vector registers
Nilay Vaish
2013-10-15
cpu: add a condition-code register class
Yasuko Eckert
2013-10-15
cpu: clean up architectural register classification
Steve Reinhardt
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-07-17
X86: Set up a named constant for the "fold bit" for int register indices.
Gabe Black
2009-07-17
X86: Shift some register flattening work into the decoder.
Gabe Black
2009-01-06
X86: Move the function that prints memory args into the inst base class.
Gabe Black
2009-01-06
X86: Change indentation on microop disassembly.
Gabe Black
2007-12-01
X86: Reorganize segmentation and implement segment selector movs.
Gabe Black
2007-11-12
X86: Various fixes to indexing segmentation related registers
Gabe Black
2007-10-31
String constant const-ness changes to placate g++ 4.2.
Steve Reinhardt
2007-10-02
X86: Fix x87 floating point stack register indexing.
Gabe Black
2007-09-04
X86: Add floating point micro registers.
Gabe Black
2007-07-30
X86: Make register names in disassembly reflect high bytes.
Gabe Black
2007-07-17
Make disassembled x86 register indices reflect their size.
Gabe Black
2007-07-14
Pull some hard coded base classes out of the isa description.
Gabe Black