summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microops
AgeCommit message (Expand)Author
2007-06-21Add in code that lays the ground work for setting flags.Gabe Black
2007-06-20Make memory instructions work better, add more macroop implementations, add a...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-19Renovate the "fault" microop implementation.Gabe Black
2007-06-19Get rid of the immediate and displacement components of the EmulEnv struct an...Gabe Black
2007-06-18Add in incomplete pick and merge functions which read and write pieces of reg...Gabe Black
2007-06-14Fix limm.Gabe Black
2007-06-13Move load/store microops into their own file. They still don't do anything, t...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-08Fix the formatting on a comment.Gabe Black
2007-06-08Big changes to use the new microcode assembler.Gabe Black
2007-06-04Make limm (load immediate) microopGabe Black
2007-06-04Reworking x86's microcode system. This is a work in progress, and X86 doesn't...Gabe Black
2007-04-10Include the new GenFault microop.Gabe Black
2007-04-10Reworked x86 a bitGabe Black
2007-04-06Consolidated the microcode assembler to help separate it from more x86-centri...Gabe Black
2007-04-06Refactored the x86 isa description some more. There should be more seperation...Gabe Black
2007-04-04The process of going from an instruction definition to an instruction to be r...Gabe Black
2007-03-29Add code to generate register and immediate based integer op microop classes.Gabe Black