summaryrefslogtreecommitdiff
path: root/src/arch/x86/insts/static_inst.hh
AgeCommit message (Expand)Author
2017-07-05cpu: Simplify the rename interface and use RegIdRekai Gonzalez-Alberquilla
2017-07-05arch, cpu: Architectural Register structural indexingNathanael Premillieu
2016-02-06style: fix missing spaces in control statementsSteve Reinhardt
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-07-17X86: Set up a named constant for the "fold bit" for int register indices.Gabe Black
2009-07-16X86: Take limitted advantage of the compilers type checking for microop opera...Gabe Black
2009-01-06X86: Move the function that prints memory args into the inst base class.Gabe Black
2007-09-06X86: Make signed versions of partial register values available to microops.Gabe Black
2007-07-30X86: Make merge and pick work with high bytes. Fix a sizing issue in pick.Gabe Black
2007-07-29X86: Fix a bug with mergeGabe Black
2007-07-17Make disassembled x86 register indices reflect their size.Gabe Black
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black