gem5/src/arch/x86/isa/microops
Gabe Black 802f13e6bd X86: Make 64 bit unaligned accesses work as well as the other sizes.
There is a fundemental flaw in how unaligned accesses are supported, but this
is still an improvement.

--HG--
extra : convert_revision : 1c20b524ac24cd4a812c876b067495ee6a7ae29f
2007-08-04 20:22:20 -07:00
..
base.isa Pull some hard coded base classes out of the isa description. 2007-07-14 17:14:19 -07:00
ldstop.isa X86: Make 64 bit unaligned accesses work as well as the other sizes. 2007-08-04 20:22:20 -07:00
limmop.isa X86: Make disassembly use the final register index. Add bits to indicate whether or not register indexes should be "folded". 2007-07-30 13:23:33 -07:00
microops.isa Move load/store microops into their own file. They still don't do anything, though. 2007-06-13 18:05:08 +00:00
regop.isa X86: Remove a naming conflict between the register index parameters and the "picked" register values. 2007-07-30 15:44:21 -07:00
specop.isa Add a generateDisassembly function to the MicroFault StaticInst. 2007-07-18 16:09:35 -07:00