summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/formats/formats.isa
AgeCommit message (Expand)Author
2017-08-28x86: Add a "CondInst" format for conditionally decoded instructions.Gabe Black
2014-11-06x86 isa: This patch attempts an implementation at mwait.Marc Orr
2010-10-22X86: Make nop a regular, non-microcoded instruction.Gabe Black
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2008-10-12X86: Implement CPUID with a magical function instead of microcode.Gabe Black
2007-08-07X86: Add a format to handle string instructions which can use the repe and re...Gabe Black
2007-07-19x86 fixesGabe Black
2007-04-06Refactored the x86 isa description some more. There should be more seperation...Gabe Black
2007-04-03A batch of changes and fixes. Macroops are now generated automatically, multi...Gabe Black
2007-03-21Start implementing groups of instructions which do the same thing on differen...Gabe Black
2007-03-21Break out the one and two byte opcodes into different files. Also change what...Gabe Black
2007-03-05Stub decoder. This is probably even farther from finished than it looks...Gabe Black