summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microops/specop.isa
AgeCommit message (Expand)Author
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-09-03x86: Flag instructions that call suspend as IsQuiesceMitch Hayenga
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2014-05-09arch: remove inline specifiers on all inst constrs, all ISAsCurtis Dunham
2012-09-11x86: Add a separate register for D flag bitNilay Vaish
2012-05-22X86: Split Condition Code registerNilay Vaish
2011-11-03x86: Add microop for fenceNilay Vaish
2010-09-14X86: Make the halt microop non-speculative.Gabe Black
2010-08-23X86: Get rid of the flagless microop constructor.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-04-19X86: Fix the halt microop.Gabe Black
2009-01-06X86: Autogenerate macroop generateDisassemble function.Gabe Black
2008-06-12X86: Make the disassembly for halt conform with the other microops.Gabe Black
2007-12-01X86: Make the "fault" microop predicated.Gabe Black
2007-10-19X86: Impelement the HLT instruction and fix the "halt" microop.Gabe Black
2007-10-19X86: Implement a "halt" microop.Gabe Black
2007-10-18X86: Make the "fault" microop predicated.Gabe Black
2007-07-18Add a generateDisassembly function to the MicroFault StaticInst.Gabe Black
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black
2007-06-19Renovate the "fault" microop implementation.Gabe Black
2007-06-12Make microOp vs microop and macroOp vs macroop capitilization consistent.Gabe Black
2007-06-04Reworking x86's microcode system. This is a work in progress, and X86 doesn't...Gabe Black