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

/gem5/src/cpu/minor/
H A Dpipeline.cc47 #include "cpu/minor/fetch2.hh"
74 fetch2(cpu.name() + ".fetch2", cpu, params,
78 eToF1.output(), f1ToF2.input(), f2ToF1.output(), fetch2.inputBuffer),
113 fetch2.regStats();
122 fetch2.minorTrace();
139 fetch2.evaluate();
236 bool fetch2_drained = fetch2.isDrained();
H A Dpipeline.hh55 #include "cpu/minor/fetch2.hh"
87 Fetch2 fetch2; member in class:Minor::Pipeline

Completed in 3 milliseconds