Searched refs:fp_inst_window (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/
H A Dcore.cc507 fp_inst_window(NULL), ROB(NULL), int_instruction_selection(NULL),
705 fp_inst_window =
708 fp_inst_window->output_data.area *= core_params.num_fp_pipelines;
709 area.set_area(area.get_area() + fp_inst_window->local_result.area
711 fp_Iw_height = fp_inst_window->local_result.cache_ht;
2894 if (fp_inst_window) {
2895 fp_inst_window->tdp_stats.reset();
2896 fp_inst_window->tdp_stats.readAc.access =
2897 fp_inst_window->l_ip.num_rd_ports * core_params.num_fp_pipelines;
2898 fp_inst_window
[all...]
H A Dcore.h139 ArrayST* fp_inst_window; member in class:SchedulerU

Completed in 20 milliseconds