gem5/src
Gabe Black a2b56088fb Make the predecoder an object with it's own switched header file. Start adding predecoding functionality to x86.
src/arch/SConscript:
src/arch/alpha/utility.hh:
src/arch/mips/utility.hh:
src/arch/sparc/utility.hh:
src/cpu/base.hh:
src/cpu/o3/fetch.hh:
src/cpu/o3/fetch_impl.hh:
src/cpu/simple/atomic.cc:
src/cpu/simple/base.cc:
src/cpu/simple/base.hh:
src/cpu/static_inst.hh:
src/arch/alpha/predecoder.hh:
src/arch/mips/predecoder.hh:
src/arch/sparc/predecoder.hh:
    Make the predecoder an object with it's own switched header file.

--HG--
extra : convert_revision : 77206e29089130e86b97164c30022a062699ba86
2007-03-15 02:47:42 +00:00
..
arch Make the predecoder an object with it's own switched header file. Start adding predecoding functionality to x86. 2007-03-15 02:47:42 +00:00
base Add some constructors and an output operator to the Twin??_t types so that o3 SPARC will compile again. 2007-03-07 17:46:05 +00:00
cpu Make the predecoder an object with it's own switched header file. Start adding predecoding functionality to x86. 2007-03-15 02:47:42 +00:00
dev Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg 2007-03-07 15:04:31 -05:00
mem Make byteswap work correctly on Twin??_t types. 2007-03-07 17:46:04 +00:00
python Cleanup 2007-03-06 22:16:18 -08:00
sim Make byteswap work correctly on Twin??_t types. 2007-03-07 17:46:04 +00:00
unittest Quick program to time how long ccprintf takes to write 2007-02-07 22:02:09 -08:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript Add some constructors and an output operator to the Twin??_t types so that o3 SPARC will compile again. 2007-03-07 17:46:05 +00:00