summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microops/fpop.isa
AgeCommit message (Collapse)Author
2010-08-23X86: Get rid of the flagless microop constructor.Gabe Black
This will reduce clutter in the source and hopefully speed up compilation.
2010-08-23X86: Consolidate extra microop flags into one parameter.Gabe Black
This single parameter replaces the collection of bools that set up various flavors of microops. A flag parameter also allows other flags to be set like the serialize before/after flags, etc., without having to change the constructor.
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 ↵Gabe Black
operands.
2009-01-06X86: Autogenerate macroop generateDisassemble function.Gabe Black
2007-10-02X86: Fix the movfp microop.Gabe Black
--HG-- extra : convert_revision : 23829782a2802a97a05e4dfdb5dd38fbe4165a90
2007-09-19X86: Move the fp microops to their own file with their own base classes in ↵Gabe Black
C++ and python. --HG-- extra : convert_revision : 9cd223f2005adb36fea2bb56fa39793a58ec958c