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
/
microops
/
base.isa
Age
Commit message (
Expand
)
Author
2016-02-06
style: remove trailing whitespace
Steve Reinhardt
2011-10-31
GCC: Get everything working with gcc 4.6.1.
Gabe Black
2010-08-23
X86: Consolidate extra microop flags into one parameter.
Gabe Black
2010-08-22
X86: Get rid of the unused getAllocator on the python base microop class.
Gabe Black
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-07-16
X86: Take limitted advantage of the compilers type checking for microop opera...
Gabe Black
2009-01-06
X86: Autogenerate macroop generateDisassemble function.
Gabe Black
2008-10-12
X86: Set the delayed commit flag in x86 microops appropriately.
Gabe Black
2008-10-12
X86: Create a handy way to access labels from the ROM in microcode.
Gabe Black
2008-10-12
X86: Make X86's microcode ROM actually do something.
Gabe Black
2007-09-19
X86: Move the fp microops to their own file with their own base classes in C+...
Gabe Black
2007-08-31
X86: Major rework of how regop microops are generated.
Gabe Black
2007-07-14
Pull some hard coded base classes out of the isa description.
Gabe Black
2007-06-13
Move load/store microops into their own file. They still don't do anything, t...
Gabe Black
2007-06-12
Make microOp vs microop and macroOp vs macroop capitilization consistent.
Gabe Black
2007-06-08
Fix the formatting on a comment.
Gabe Black
2007-06-04
Make limm (load immediate) microop
Gabe Black
2007-06-04
Reworking x86's microcode system. This is a work in progress, and X86 doesn't...
Gabe Black
2007-04-10
Reworked x86 a bit
Gabe Black
2007-04-06
Consolidated the microcode assembler to help separate it from more x86-centri...
Gabe Black
2007-04-06
Refactored the x86 isa description some more. There should be more seperation...
Gabe Black
2007-04-04
The process of going from an instruction definition to an instruction to be r...
Gabe Black