summaryrefslogtreecommitdiff
path: root/src/arch/x86/x86_traits.hh
AgeCommit message (Expand)Author
2013-10-15arch/x86: add support for explicit CC register fileYasuko Eckert
2012-09-11x86: Add a separate register for D flag bitNilay Vaish
2012-06-05ISA: Back-out NoopMachInst as a StaticInstPtr change.Ali Saidi
2012-06-04ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.Gabe Black
2012-05-22X86: Split Condition Code registerNilay Vaish
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-08-07X86: Implement shift right/left double microops.Gabe Black
2009-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2008-10-12X86: Fix the ordering of special physical address ranges.Gabe Black
2008-10-12X86: Make APICs communicate through the memory system.Gabe Black
2008-10-12X86: Make the local APIC accessible through the memory system directly, and m...Gabe Black
2008-03-25X86: Start implementing the south bridge stuff.Gabe Black
2008-02-26X86: Get PCI config space to work, and adjust address space prefix numbering ...Gabe Black
2008-01-12X86: Make the IO ports work using extra physical address lines. Add a serial ...Gabe Black
2007-10-18X86: Implement the in/out instructions. These will still need support from th...Gabe Black
2007-10-12X86: Implement MSR reads and writes and the wrsmr and rdmsr instructions.Gabe Black
2007-09-13X86: Total overhaul of the division instructions and microops.Gabe Black
2007-09-06X86: Rework the multiplication microops so that they work like they would in ...Gabe Black
2007-09-04X86: Add floating point micro registers.Gabe Black
2007-08-29X86: Flesh out register indexing constants.Gabe Black
2007-07-17Add a spot for the condition code portion of the flag register.Gabe Black
2007-06-14Add in some microregs.Gabe Black
2007-03-05A new file for x86 specific parameters. This could be implemented as a sim ob...Gabe Black