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

/gem5/ext/mcpat/
H A Dcore.h141 selection_logic* int_instruction_selection; member in class:SchedulerU
H A Dcore.cc507 fp_inst_window(NULL), ROB(NULL), int_instruction_selection(NULL),
576 int_instruction_selection =
773 int_instruction_selection =
2818 if (int_instruction_selection) {
2819 int_instruction_selection->computeEnergy();
2988 if (int_instruction_selection) {
2989 output_data += int_instruction_selection->output_data;
3015 if (int_instruction_selection) {
3016 int_instruction_selection->displayData(indent + 4, plevel);
3585 if (int_instruction_selection) {
[all...]

Completed in 16 milliseconds