summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microops/base.isa
AgeCommit message (Expand)Author
2017-12-23riscv,x86: Stop using the arch Nop machine instruction unnecessarily.Gabe Black
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2011-10-31GCC: Get everything working with gcc 4.6.1.Gabe Black
2010-08-23X86: Consolidate extra microop flags into one parameter.Gabe Black
2010-08-22X86: Get rid of the unused getAllocator on the python base microop class.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
2009-01-06X86: Autogenerate macroop generateDisassemble function.Gabe Black
2008-10-12X86: Set the delayed commit flag in x86 microops appropriately.Gabe Black
2008-10-12X86: Create a handy way to access labels from the ROM in microcode.Gabe Black
2008-10-12X86: Make X86's microcode ROM actually do something.Gabe Black
2007-09-19X86: Move the fp microops to their own file with their own base classes in C+...Gabe Black
2007-08-31X86: Major rework of how regop microops are generated.Gabe Black
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black
2007-06-13Move load/store microops into their own file. They still don't do anything, t...Gabe Black
2007-06-12Make microOp vs microop and macroOp vs macroop capitilization consistent.Gabe Black
2007-06-08Fix the formatting on a comment.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-10Reworked x86 a bitGabe Black
2007-04-06Consolidated the microcode assembler to help separate it from more x86-centri...Gabe Black
2007-04-06Refactored the x86 isa description some more. There should be more seperation...Gabe Black
2007-04-04The process of going from an instruction definition to an instruction to be r...Gabe Black