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
/
microregop.cc
Age
Commit message (
Expand
)
Author
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-02-13
X86: Put the result used for flags in an intermediate variable.
Gabe Black
2010-09-10
style: fix sorting of includes and whitespace in some files
Nathan Binkert
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-05
X86: Fix how the parity flag is computed.
Gabe Black
2009-07-17
X86: Set up a named constant for the "fold bit" for int register indices.
Gabe Black
2009-02-01
X86: Calculate flags based on the actual result.
Gabe Black
2007-10-09
X86: Get rid of stray Sparc DPRINTF
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-13
X86: Fix how ECF is computed in genFlags, and get rid of some duplicate code.
Gabe Black
2007-08-07
X86: Added some missing parenthesis in the condition code calculation function.
Gabe Black
2007-08-07
X86: Implemented and hooked in SCAS (scan string)
Gabe Black
2007-07-30
X86: Make disassembly use the final register index. Add bits to indicate whet...
Gabe Black
2007-07-20
Fixed width parameter and provided a parameter to flip the carry bit on subtr...
Gabe Black
2007-07-17
Make disassembled x86 register indices reflect their size.
Gabe Black
2007-07-17
Add in support for condition code flags.
Gabe Black
2007-07-14
Pull some hard coded base classes out of the isa description.
Gabe Black