more steps toward O3 SMT
authorKorey Sewell <ksewell@umich.edu>
Thu, 6 Jul 2006 15:25:44 +0000 (11:25 -0400)
committerKorey Sewell <ksewell@umich.edu>
Thu, 6 Jul 2006 15:25:44 +0000 (11:25 -0400)
commit215041215b06f330d072b0537d7fe70739b4927d
tree8676c6d3f746d027561ee2fd4761253dd934e27d
parentf4c5609988731f52f9c5bd84ee2db364bbf6fd97
more steps toward O3 SMT

src/arch/mips/isa/formats/fp.isa:
    Adjust for newmem
src/cpu/cpu_models.py:
    Use O3DynInst instead of convoluted way
src/cpu/o3/alpha/impl.hh:
    take out O3DynInst typedef here ...
src/cpu/o3/cpu.cc:
    open up the SMT functions in the O3CPU
src/cpu/static_inst.hh:
    Add O3DynInst
src/cpu/o3/dyn_inst.hh:
    Use to get ISA-specific O3DynInst

--HG--
extra : convert_revision : 3713187ead93e336e80889e23a1f1d2f36d664fe
src/arch/mips/isa/formats/fp.isa
src/cpu/cpu_models.py
src/cpu/o3/alpha/impl.hh
src/cpu/o3/cpu.cc
src/cpu/o3/dyn_inst.hh [new file with mode: 0644]
src/cpu/static_inst.hh