Searched refs:selection_logic (Results 1 - 6 of 6) sorted by relevance
/gem5/ext/mcpat/ |
H A D | memoryctrl.h | 76 selection_logic* MC_arb;
|
H A D | logic.h | 51 class selection_logic : public McPATComponent { class in inherits:McPATComponent 63 selection_logic(XMLNode* _xml_data, bool _is_default, int _win_entries,
|
H A D | core.h | 141 selection_logic* int_instruction_selection; 142 selection_logic* fp_instruction_selection;
|
H A D | logic.cc | 36 //selection_logic 37 selection_logic::selection_logic(XMLNode* _xml_data, bool _is_default, function in class:selection_logic 55 void selection_logic::computeArea() { 59 void selection_logic::computeEnergy() {
|
H A D | memoryctrl.cc | 473 new selection_logic(xml_data, is_default,
|
H A D | core.cc | 577 new selection_logic(xml_data, is_default, 588 new selection_logic(xml_data, is_default, 774 new selection_logic(xml_data, is_default, 783 new selection_logic(xml_data, is_default,
|
Completed in 26 milliseconds