summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/formats/formats.isa
AgeCommit message (Expand)Author
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