gem5/cpu/o3
Gabe Black 1a0b326f5d Changed targetarch to arch for isa_traits.hh include
--HG--
extra : convert_revision : e7ae43d812140ec99b782394e54903153f8d0476
2006-02-27 01:38:47 -05:00
..
2bit_local_pred.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
2bit_local_pred.hh Made Addr a global type 2006-02-21 03:38:21 -05:00
alpha_cpu.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
alpha_cpu.hh Removed a stray ::. 2006-02-24 03:51:21 -05:00
alpha_cpu_builder.cc Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
alpha_cpu_impl.hh Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appropriate, and took away the constant examples of each fault which where for comparing to a fault to determine its type. 2006-02-24 01:51:45 -05:00
alpha_dyn_inst.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
alpha_dyn_inst.hh Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old Fault class renamed. 2006-02-21 20:10:40 -05:00
alpha_dyn_inst_impl.hh Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old Fault class renamed. 2006-02-21 20:10:40 -05:00
alpha_impl.hh Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. 2006-02-19 02:34:37 -05:00
alpha_params.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
bpred_unit.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
bpred_unit.hh Changed targetarch to arch for isa_traits.hh include 2006-02-27 01:38:47 -05:00
bpred_unit_impl.hh Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. 2006-02-19 02:34:37 -05:00
btb.cc Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. 2006-02-19 02:34:37 -05:00
btb.hh Made Addr a global type 2006-02-21 03:38:21 -05:00
comm.hh Changed targetarch to arch for isa_traits.hh include 2006-02-27 01:38:47 -05:00
commit.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
commit.hh Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. 2006-02-19 02:34:37 -05:00
commit_impl.hh Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old Fault class renamed. 2006-02-21 20:10:40 -05:00
cpu.cc Merge zizzer:/bk/m5 2006-02-23 15:06:06 -05:00
cpu.hh Where architecture independent sources included arch/alpha/xxx.hh, they were changed to include targetarch/xxx.hh 2006-02-27 01:32:49 -05:00
cpu_policy.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
decode.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
decode.hh Made Addr a global type 2006-02-21 03:38:21 -05:00
decode_impl.hh shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
fetch.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
fetch.hh Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old Fault class renamed. 2006-02-21 20:10:40 -05:00
fetch_impl.hh Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old Fault class renamed. 2006-02-21 20:10:40 -05:00
free_list.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
free_list.hh Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. 2006-02-19 02:34:37 -05:00
iew.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
iew.hh Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. 2006-02-19 02:34:37 -05:00
iew_impl.hh Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. 2006-02-19 02:34:37 -05:00
inst_queue.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
inst_queue.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
inst_queue_impl.hh fix problems on darwin/*BSD for syscall emulation mode 2006-02-10 14:21:32 -05:00
mem_dep_unit.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
mem_dep_unit.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
mem_dep_unit_impl.hh shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
ras.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
ras.hh Made Addr a global type 2006-02-21 03:38:21 -05:00
regfile.hh Changed targetarch to arch for isa_traits.hh include 2006-02-27 01:38:47 -05:00
rename.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
rename.hh Made Addr a global type 2006-02-21 03:38:21 -05:00
rename_impl.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
rename_map.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
rename_map.hh Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. 2006-02-19 02:34:37 -05:00
rob.cc Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
rob.hh Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. 2006-02-19 02:34:37 -05:00
rob_impl.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
sat_counter.cc Many files: 2005-06-05 05:16:00 -04:00
sat_counter.hh Many files: 2005-06-05 05:16:00 -04:00
store_set.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
store_set.hh Made Addr a global type 2006-02-21 03:38:21 -05:00
tournament_pred.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
tournament_pred.hh Made Addr a global type 2006-02-21 03:38:21 -05:00