gem5/cpu/beta_cpu
Kevin Lim 04745696b6 Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches.
SConscript:
    Added new CPU files to build.
arch/alpha/isa_desc:
    Changed rduniq and wruniq to be nonspeculative because the uniq register is not renamed.
arch/isa_parser.py:
    Added new CPU exec method.
base/statistics.hh:
    Minor change for namespace conflict.  Probably can change back one the new CPU files are cleaned up.
base/traceflags.py:
    Added new CPU trace flags.
cpu/static_inst.hh:
    Changed static inst to use a file that defines the execute functions.

--HG--
extra : convert_revision : bd4ce34361308280168324817fc1258dd253e519
2004-08-20 14:54:07 -04:00
..
alpha_dyn_inst.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
alpha_dyn_inst.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
alpha_full_cpu.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
alpha_full_cpu.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
alpha_impl.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
alpha_params.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
comm.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
commit.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
commit.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
commit_impl.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
cpu_policy.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
decode.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
decode.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
decode_impl.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
fetch.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
fetch.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
fetch_impl.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
free_list.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
free_list.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
full_cpu.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
full_cpu.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
iew.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
iew.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
iew_impl.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
inst_queue.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
inst_queue.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
inst_queue_impl.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
regfile.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
rename.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
rename.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
rename_impl.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
rename_map.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
rename_map.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
rob.cc Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
rob.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00
rob_impl.hh Check in of new CPU. This checkin works under non-Fullsystem mode, with no caches. 2004-08-20 14:54:07 -04:00