summaryrefslogtreecommitdiff
path: root/src/arch/x86/insts/microregop.hh
AgeCommit message (Expand)Author
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-07-16X86: Take limitted advantage of the compilers type checking for microop opera...Gabe Black
2007-09-19X86: Move the fp microops to their own file with their own base classes in C+...Gabe Black
2007-08-07X86: Implemented and hooked in SCAS (scan string)Gabe Black
2007-07-30X86: Make disassembly use the final register index. Add bits to indicate whet...Gabe Black
2007-07-20Fixed width parameter and provided a parameter to flip the carry bit on subtr...Gabe Black
2007-07-17Add in support for condition code flags.Gabe Black
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black