summaryrefslogtreecommitdiff
path: root/src/arch/x86/intregs.hh
AgeCommit message (Expand)Author
2009-07-17X86: Set up a named constant for the "fold bit" for int register indices.Gabe Black
2009-07-17X86: Shift some register flattening work into the decoder.Gabe Black
2007-09-06X86: Rework the multiplication microops so that they work like they would in ...Gabe Black
2007-09-06X86: Make signed versions of partial register values available to microops.Gabe Black
2007-07-14Move bitunion code into it's own file.Gabe Black
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black
2007-06-21Fix a comment.Gabe Black
2007-06-14Move the high byte register indices to the right place.Gabe Black
2007-04-04Added all the different variations of the register names.Gabe Black
2007-03-21put the int register count in intregs.hhGabe Black
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black