summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/formats
AgeCommit message (Expand)Author
2008-10-12X86: Implement CPUID with a magical function instead of microcode.Gabe Black
2007-10-18X86: Make the "fault" microop predicated.Gabe Black
2007-10-09X86: Get rid of BasicOperate format which wasn't used and referred to SparcSt...Gabe Black
2007-10-02X86: Distinguish between the rep and repe prefixes.Gabe Black
2007-08-07X86: Add a format to handle string instructions which can use the repe and re...Gabe Black
2007-07-30X86: missed a file which adds a "fold" bit.Gabe Black
2007-07-19x86 fixesGabe Black
2007-07-18Fix the panic in the "error" format for x86,Gabe Black
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black
2007-06-20Implement rip relative addressing and put in some missing loads and stores.Gabe Black
2007-06-14Implement a handful more instructions and differentiate macroops based on the...Gabe Black
2007-06-12Use objects to pass around output code, and fix/implement a few things.Gabe Black
2007-06-08Fix up a potentially misleading comment.Gabe Black
2007-06-08Big changes to use the new microcode assembler.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
2007-04-06Clean up the macroop code.Gabe Black
2007-04-04Reworking how x86's isa description works. I'm adopting the following definit...Gabe Black
2007-04-03A batch of changes and fixes. Macroops are now generated automatically, multi...Gabe Black
2007-03-29Made the MultiOp format do a little more. It now sets up single microop instr...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-15Make the predecoder an object with it's own switched header file. Start addin...Gabe Black
2007-03-05Stub decoder. This is probably even farther from finished than it looks...Gabe Black