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
/
macroop.isa
Age
Commit message (
Expand
)
Author
2014-05-09
arch: remove inline specifiers on all inst constrs, all ISAs
Curtis Dunham
2013-05-21
x86: mark instructions for being function call/return
Nilay Vaish
2012-03-19
gcc: Clean-up of non-C++0x compliant code, first steps
Andreas Hansson
2010-08-23
X86: Add a .serializing directive that makes a macroop serializing.
Gabe Black
2010-08-23
X86: Consolidate extra microop flags into one parameter.
Gabe Black
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-02-27
X86: Respect segment override prefixes even when there's no ModRM byte.
Gabe Black
2009-01-06
X86: Autogenerate macroop generateDisassemble function.
Gabe Black
2009-01-06
X86: Move the macroop class out of the isa description into C++.
Gabe Black
2008-10-12
X86: Set the delayed commit flag in x86 microops appropriately.
Gabe Black
2008-10-12
X86: Make X86's microcode ROM actually do something.
Gabe Black
2007-10-18
X86: Implement the in/out instructions. These will still need support from th...
Gabe Black
2007-09-04
X86: Add some SSE floating point/integer conversion microops.
Gabe Black
2007-08-31
X86: Major rework of how regop microops are generated.
Gabe Black
2007-08-26
X86: Make the microassembler accept lines which are just labels.
Gabe Black
2007-08-04
X86: Start implementing segmentation support.
Gabe Black
2007-07-23
Make the operand size reflect the size specifier on the operand tags, and imp...
Gabe Black
2007-06-20
Make memory instructions work better, add more macroop implementations, add a...
Gabe Black
2007-06-19
Get rid of the immediate and displacement components of the EmulEnv struct an...
Gabe Black
2007-06-14
Get rid of some debug output and let macroops set headers in their constructo...
Gabe Black
2007-06-12
Make microOp vs microop and macroOp vs macroop capitilization consistent.
Gabe Black
2007-06-08
Big changes to use the new microcode assembler.
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
Refactored the x86 isa description some more. There should be more seperation...
Gabe Black