Registers: Move the PCs out of the ISAs and into the CPUs.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 9 Jul 2009 06:02:21 +0000 (23:02 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 9 Jul 2009 06:02:21 +0000 (23:02 -0700)
commit43345bff6c4ee2fd5a35760776898eefa690329e
treeabab8a0c414f7d1053f987530cfcbe0ae4974d03
parent1b29f1621d714c6dc0f2ab921f12e9eb1dbfcd46
Registers: Move the PCs out of the ISAs and into the CPUs.
15 files changed:
src/arch/alpha/regfile.cc
src/arch/alpha/regfile.hh
src/arch/arm/regfile/regfile.cc
src/arch/arm/regfile/regfile.hh
src/arch/mips/SConscript
src/arch/mips/regfile/regfile.cc [deleted file]
src/arch/mips/regfile/regfile.hh
src/arch/sparc/regfile.cc
src/arch/sparc/regfile.hh
src/arch/x86/regfile.cc
src/arch/x86/regfile.hh
src/cpu/simple_thread.cc
src/cpu/simple_thread.hh
src/cpu/thread_state.cc
src/cpu/thread_state.hh