summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microops/regop.isa
AgeCommit message (Expand)Author
2007-06-21Add in code that lays the ground work for setting flags.Gabe Black
2007-06-19More faithfulness to what instructions should work in what modes, and added t...Gabe Black
2007-06-19Make instructions that are illegal in 64 bit mode not do the wrong thing in 6...Gabe Black
2007-06-18Add in incomplete pick and merge functions which read and write pieces of reg...Gabe Black
2007-06-13Fix the immediate version of register operations, and get their name to show ...Gabe Black
2007-06-12Make microOp vs microop and macroOp vs macroop capitilization consistent.Gabe Black
2007-06-08Big changes to use the new microcode assembler.Gabe Black
2007-06-04Reworking x86's microcode system. This is a work in progress, and X86 doesn't...Gabe Black