X86: Implement the ldstl microop.
[gem5.git] / src / arch / x86 / isa / microops / ldstop.isa
2009-04-19 Gabe BlackX86: Implement the ldstl microop.
2009-04-19 Gabe BlackX86: LEA calculates an address before segmentation.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Gabe BlackX86: Take address size into account when computing...
2009-02-27 Gabe BlackX86: Fix segment limit checks.
2009-02-25 Gabe BlackX86: Implement a basic prefetch instruction.
2009-02-25 Gabe BlackX86: Use the right portion of a register for stores.
2009-02-25 Gabe BlackX86: Add a flag to force memory accesses to happen...
2009-02-25 Gabe BlackX86: Make the stupd microop not update registers in...
2009-02-25 Gabe BlackCPU: Get rid of translate... functions from various...
2009-01-07 Gabe BlackX86: Autogenerate macroop generateDisassemble function.
2008-11-10 Gabe BlackX86: Fix completeAcc get call.
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Gabe BlackX86: Implement the INVLPG instruction and the TIA microop.
2007-11-15 Korey Sewellbranch merge
2007-11-12 Gabe BlackX86: Various fixes to indexing segmentation related...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-22 Gabe BlackMerge with head.
2007-10-22 Gabe BlackX86: Implement the cda microop which checks if an addre...
2007-10-22 Gabe BlackX86: Implement the stupd microop ("store with update...
2007-10-13 Gabe BlackMerge with head
2007-10-12 Gabe BlackX86: Implement MSR reads and writes and the wrsmr and...
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackX86: Implement the ldst microop and put it in existing...
2007-08-30 Gabe BlackX86: Add load and store microops that use the fp registers.
2007-08-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackX86: Remove x86 code that attempted to fix misaligned...
2007-08-05 Gabe BlackMerge with head.
2007-08-05 Gabe BlackX86: Make 64 bit unaligned accesses work as well as...
2007-08-05 Gabe BlackX86: Start implementing segmentation support.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Ali SaidiMerge Gabe and my changes to arch/mips/utility.hh
2007-08-01 Gabe BlackX86: Fix for compilation bug with new cache code.
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-27 Gabe BlackMerge with head.
2007-07-27 Gabe BlackX86: Add functions to read and write to an exec context.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-22 Gabe BlackMerge with head.
2007-07-20 Gabe BlackMake load and store ops use the appropriate sized data...
2007-07-19 Gabe Blackx86 fixes
2007-07-19 Gabe BlackMake store microops actually store instead of load.
2007-07-15 Gabe BlackPull some hard coded base classes out of the isa descri...
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-20 Gabe BlackMake memory instructions work better, add more macroop...
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-19 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-19 Gabe BlackGet rid of the immediate and displacement components...
2007-06-18 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-13 Gabe BlackMove load/store microops into their own file. They...