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
/
isa
/
includes.isa
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-02-13
X86: Put the result used for flags in an intermediate variable.
Gabe Black
2011-02-13
X86: Define fault objects to carry debug messages.
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-08-17
X86: Implement an integer media addition microop with optional saturation.
Gabe Black
2009-08-17
X86: Set up a media microop framework and create mov2int and mov2fp microops.
Gabe Black
2009-07-16
X86: Take limitted advantage of the compilers type checking for microop opera...
Gabe Black
2009-07-09
X86: Fold the MiscRegFile all the way into the ISA object.
Gabe Black
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-02-25
X86: Implement a basic prefetch instruction.
Gabe Black
2009-02-25
X86: Add a flag to force memory accesses to happen at CPL 0.
Gabe Black
2009-01-06
X86: Hook in the M5 pseudo insts.
Gabe Black
2009-01-06
X86: Move the macroop class out of the isa description into C++.
Gabe Black
2008-10-12
X86: Make X86's microcode ROM actually do something.
Gabe Black
2008-10-12
X86: Implement CPUID with a magical function instead of microcode.
Gabe Black
2008-06-12
X86: Add microops which panic, fatal, warn, and warn_once.
Gabe Black
2007-10-02
X86: Implement the ldst microop and put it in existing microcode where approp...
Gabe Black
2007-09-19
X86: Move the fp microops to their own file with their own base classes in C+...
Gabe Black
2007-09-06
X86: Add SSE comparison instructions and microops and move some FP microops t...
Gabe Black
2007-08-29
X86: Add operands to handle floating point registers.
Gabe Black
2007-07-17
Actually include miscregs.hh
Gabe Black
2007-07-14
Pull some hard coded base classes out of the isa description.
Gabe Black
2007-06-21
Get rid of an unnecessary include file.
Gabe Black
2007-06-21
Needed for last change set to work :P
Gabe Black
2007-06-20
Make memory instructions work better, add more macroop implementations, add a...
Gabe Black
2007-06-12
Get rid of unnecessary namespace prototype.
Gabe Black
2007-06-08
Big changes to use the new microcode assembler.
Gabe Black
2007-04-03
A batch of changes and fixes. Macroops are now generated automatically, multi...
Gabe Black
2007-03-05
Stub decoder. This is probably even farther from finished than it looks...
Gabe Black