summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microops/specop.isa
AgeCommit message (Expand)Author
2010-09-14X86: Make the halt microop non-speculative.Gabe Black
2010-08-23X86: Get rid of the flagless microop constructor.Gabe Black
2010-08-23X86: Consolidate extra microop flags into one parameter.Gabe Black
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-04-19X86: Fix the halt microop.Gabe Black
2009-01-06X86: Autogenerate macroop generateDisassemble function.Gabe Black
2008-06-12X86: Make the disassembly for halt conform with the other microops.Gabe Black
2007-12-01X86: Make the "fault" microop predicated.Gabe Black
2007-10-19X86: Impelement the HLT instruction and fix the "halt" microop.Gabe Black
2007-10-19X86: Implement a "halt" microop.Gabe Black
2007-10-18X86: Make the "fault" microop predicated.Gabe Black
2007-07-18Add a generateDisassembly function to the MicroFault StaticInst.Gabe Black
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black
2007-06-19Renovate the "fault" microop implementation.Gabe Black
2007-06-12Make microOp vs microop and macroOp vs macroop capitilization consistent.Gabe Black
2007-06-04Reworking x86's microcode system. This is a work in progress, and X86 doesn't...Gabe Black