Move IntrFlag into the MiscRegFile and get rid of specialized accessor functions.
authorGabe Black <gblack@eecs.umich.edu>
Tue, 31 Oct 2006 08:37:01 +0000 (03:37 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 31 Oct 2006 08:37:01 +0000 (03:37 -0500)
commit038217049a952a67f29b79c416a35d89fea31f70
tree52b5ba3e01ce3937e3a6733c871f8bc3f8e2d9d9
parent4862879a9420c52d48532d957b616c458b643a1e
Move IntrFlag into the MiscRegFile and get rid of specialized accessor functions.

--HG--
extra : convert_revision : e0d12a150b01d05de9bc02bcbc7c22797975a5b9
15 files changed:
src/arch/alpha/isa/decoder.isa
src/arch/alpha/isa/main.isa
src/arch/alpha/isa_traits.hh
src/arch/alpha/regfile.hh
src/cpu/checker/cpu.hh
src/cpu/exec_context.hh
src/cpu/o3/alpha/cpu.hh
src/cpu/o3/alpha/cpu_impl.hh
src/cpu/o3/alpha/dyn_inst_impl.hh
src/cpu/o3/regfile.hh
src/cpu/ozone/cpu.hh
src/cpu/ozone/dyn_inst.hh
src/cpu/ozone/dyn_inst_impl.hh
src/cpu/simple/base.hh
src/cpu/simple_thread.hh