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