gem5/src/cpu/inorder
Korey Sewell 6f7e196113 inorder-mdu: multiplier latency fix
mdu was workign incorrectly for 4+ latency due to incorrectly assuming
multiply was finished the next stage
2009-09-17 15:45:27 -04:00
..
resources inorder-mdu: multiplier latency fix 2009-09-17 15:45:27 -04:00
comm.hh includes: sort includes again 2009-05-17 14:34:52 -07:00
cpu.cc inorder-alpha-fs: edit inorder model to compile FS mode 2009-09-15 01:44:48 -04:00
cpu.hh inorder-alpha-fs: edit inorder model to compile FS mode 2009-09-15 01:44:48 -04:00
first_stage.cc types: add a type for thread IDs and try to use it everywhere 2009-05-26 09:23:13 -07:00
first_stage.hh types: add a type for thread IDs and try to use it everywhere 2009-05-26 09:23:13 -07:00
inorder_cpu_builder.cc inorder-alpha-fs: edit inorder model to compile FS mode 2009-09-15 01:44:48 -04:00
inorder_dyn_inst.cc inorder-alpha-fs: edit inorder model to compile FS mode 2009-09-15 01:44:48 -04:00
inorder_dyn_inst.hh inorder-alpha-fs: edit inorder model to compile FS mode 2009-09-15 01:44:48 -04:00
inorder_trace.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
inorder_trace.hh includes: sort includes again 2009-05-17 14:34:52 -07:00
InOrderCPU.py InOrder didnt have all it's params set to a default value, which is now required for M5 objects; Also, a # of values need to be reset to 0 (or the appropriate value) before we assume they are OK for use. 2009-03-04 13:17:05 -05:00
InOrderTrace.py InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
params.hh Remove unused functions/comments cluttering up the code. 2009-03-04 13:17:08 -05:00
pipeline_stage.cc types: add a type for thread IDs and try to use it everywhere 2009-05-26 09:23:13 -07:00
pipeline_stage.hh types: add a type for thread IDs and try to use it everywhere 2009-05-26 09:23:13 -07:00
pipeline_traits.5stage.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.5stage.hh InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.9stage.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.9stage.hh InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.9stage.smt2.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.9stage.smt2.hh InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.cc inorder-tlb-cunit: merge the TLB as implicit to any memory access 2009-05-12 15:01:16 -04:00
pipeline_traits.hh types: clean up types, especially signed vs unsigned 2009-06-04 23:21:12 -07:00
reg_dep_map.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
reg_dep_map.hh InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
resource.cc types: add a type for thread IDs and try to use it everywhere 2009-05-26 09:23:13 -07:00
resource.hh types: add a type for thread IDs and try to use it everywhere 2009-05-26 09:23:13 -07:00
resource_pool.9stage.cc types: add a type for thread IDs and try to use it everywhere 2009-05-26 09:23:13 -07:00
resource_pool.cc types: add a type for thread IDs and try to use it everywhere 2009-05-26 09:23:13 -07:00
resource_pool.hh types: add a type for thread IDs and try to use it everywhere 2009-05-26 09:23:13 -07:00
SConscript inorder-alpha-fs: edit inorder model to compile FS mode 2009-09-15 01:44:48 -04:00
SConsopts cpus: add InOrderCPU to default build 2009-05-12 20:55:21 -04:00
thread_context.cc inorder-alpha-fs: edit inorder model to compile FS mode 2009-09-15 01:44:48 -04:00
thread_context.hh inorder-alpha-fs: edit inorder model to compile FS mode 2009-09-15 01:44:48 -04:00
thread_state.cc inorder-alpha-fs: edit inorder model to compile FS mode 2009-09-15 01:44:48 -04:00
thread_state.hh inorder-smt: remove hardcoded values 2009-09-16 09:47:38 -04:00