summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/macroop.isa
AgeCommit message (Expand)Author
2019-03-18invisispec-1.0 sourceIru Cai
2017-11-07alpha,arm,mips,power,riscv,sparc,x86: Merge exec decl templates.Gabe Black
2017-11-02alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts.Gabe Black
2014-05-09arch: remove inline specifiers on all inst constrs, all ISAsCurtis Dunham
2013-05-21x86: mark instructions for being function call/returnNilay Vaish
2012-03-19gcc: Clean-up of non-C++0x compliant code, first stepsAndreas Hansson
2010-08-23X86: Add a .serializing directive that makes a macroop serializing.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-02-27X86: Respect segment override prefixes even when there's no ModRM byte.Gabe Black
2009-01-06X86: Autogenerate macroop generateDisassemble function.Gabe Black
2009-01-06X86: Move the macroop class out of the isa description into C++.Gabe Black
2008-10-12X86: Set the delayed commit flag in x86 microops appropriately.Gabe Black
2008-10-12X86: Make X86's microcode ROM actually do something.Gabe Black
2007-10-18X86: Implement the in/out instructions. These will still need support from th...Gabe Black
2007-09-04X86: Add some SSE floating point/integer conversion microops.Gabe Black
2007-08-31X86: Major rework of how regop microops are generated.Gabe Black
2007-08-26X86: Make the microassembler accept lines which are just labels.Gabe Black
2007-08-04X86: Start implementing segmentation support.Gabe Black
2007-07-23Make the operand size reflect the size specifier on the operand tags, and imp...Gabe Black
2007-06-20Make memory instructions work better, add more macroop implementations, add a...Gabe Black
2007-06-19Get rid of the immediate and displacement components of the EmulEnv struct an...Gabe Black
2007-06-14Get rid of some debug output and let macroops set headers in their constructo...Gabe Black
2007-06-12Make microOp vs microop and macroOp vs macroop capitilization consistent.Gabe Black
2007-06-08Big changes to use the new microcode assembler.Gabe 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-06Refactored the x86 isa description some more. There should be more seperation...Gabe Black