Make the predecoder an object with it's own switched header file. Start adding predec...
authorGabe Black <gblack@eecs.umich.edu>
Thu, 15 Mar 2007 02:47:42 +0000 (02:47 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 15 Mar 2007 02:47:42 +0000 (02:47 +0000)
commita2b56088fb4d12aee73ecfeaba88cfa46f98567e
tree7c6787e2757e9e5d047a3b6cec1b71b4eef915f1
parentce18d900a17cdda2cc041b51c56e6c84fb155331
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
20 files changed:
src/arch/SConscript
src/arch/alpha/predecoder.hh [new file with mode: 0644]
src/arch/alpha/utility.hh
src/arch/mips/predecoder.hh [new file with mode: 0644]
src/arch/mips/utility.hh
src/arch/sparc/predecoder.hh [new file with mode: 0644]
src/arch/sparc/utility.hh
src/arch/x86/SConscript
src/arch/x86/isa/formats/unknown.isa
src/arch/x86/predecoder.hh [new file with mode: 0644]
src/arch/x86/predecoder_tables.cc [new file with mode: 0644]
src/arch/x86/types.hh
src/arch/x86/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