summaryrefslogtreecommitdiff
path: root/src/arch/x86/miscregs.hh
AgeCommit message (Expand)Author
2007-10-12X86: Implement MSR reads and writes and the wrsmr and rdmsr instructions.Gabe Black
2007-10-07X86: Significantly filled out misc regs.Gabe Black
2007-10-07X86: Make initCPU and startupCPU do something basic.Gabe Black
2007-09-24X86: Get X86_FS to compile.Gabe Black
2007-09-19X86: Put in the foundation for x87 stack based fp registers.Gabe Black
2007-08-29X86: Flesh out register indexing constants.Gabe Black
2007-08-04X86: Implement microops and instructions that manipulate the flags register.Gabe Black
2007-08-04X86: Create a base enum value for indexing into a region of the miscregs.Gabe Black
2007-07-18Fill out the miscreg file and add types to miscregs.hhGabe Black
2007-07-17Create a file to describe misc registers.Gabe Black