summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microops/ldstop.isa
AgeCommit message (Expand)Author
2007-10-21X86: Implement the stupd microop ("store with update", not "stupid") and use ...Gabe Black
2007-10-12X86: Implement MSR reads and writes and the wrsmr and rdmsr instructions.Gabe Black
2007-10-02X86: Implement the ldst microop and put it in existing microcode where approp...Gabe Black
2007-08-29X86: Add load and store microops that use the fp registers.Gabe Black
2007-08-26X86: Remove x86 code that attempted to fix misaligned accesses.Gabe Black
2007-08-04X86: Make 64 bit unaligned accesses work as well as the other sizes.Gabe Black
2007-08-04X86: Start implementing segmentation support.Gabe Black
2007-08-01X86: Fix for compilation bug with new cache code.Gabe Black
2007-07-26X86: Add functions to read and write to an exec context.Gabe Black
2007-07-20Make load and store ops use the appropriate sized data access.Gabe Black
2007-07-19x86 fixesGabe Black
2007-07-18Make store microops actually store instead of load.Gabe Black
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black
2007-06-20Make memory instructions work better, add more macroop implementations, add a...Gabe Black
2007-06-19Get rid of the immediate and displacement components of the EmulEnv struct an...Gabe Black
2007-06-13Move load/store microops into their own file. They still don't do anything, t...Gabe Black