summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microops/microops.isa
AgeCommit message (Expand)Author
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-08-17X86: Set up a media microop framework and create mov2int and mov2fp microops.Gabe Black
2008-10-12X86: Create a SeqOp class of microops and make Br one of them.Gabe Black
2008-06-12X86: Add microops which panic, fatal, warn, and warn_once.Gabe Black
2007-09-19X86: Move the fp microops to their own file with their own base classes in C+...Gabe Black
2007-06-13Move load/store microops into their own file. They still don't do anything, t...Gabe Black
2007-06-04Make limm (load immediate) microopGabe Black
2007-06-04Reworking x86's microcode system. This is a work in progress, and X86 doesn't...Gabe Black
2007-04-10Include the new GenFault microop.Gabe Black
2007-04-04The process of going from an instruction definition to an instruction to be r...Gabe Black
2007-03-29Add code to generate register and immediate based integer op microop classes.Gabe Black