Searched refs:Fetch2 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/minor/
H A Dfetch2.cc55 Fetch2::Fetch2(const std::string &name, function in class:Minor::Fetch2
94 Fetch2::getInput(ThreadID tid)
105 Fetch2::popInput(ThreadID tid)
116 Fetch2::dumpAllInput(ThreadID tid)
126 Fetch2::updateBranchPrediction(const BranchData &branch)
148 /* Shouldn't happen. Fetch2 is the only source of
188 Fetch2::predictBranch(MinorDynInstPtr inst, BranchData &branch)
239 Fetch2::evaluate()
371 * instructions to be generated. (Fetch2 make
[all...]
H A Dpipeline.hh87 Fetch2 fetch2;
H A Dfetch2.hh43 * Fetch2 receives lines of data from Fetch1, separates them into
61 class Fetch2 : public Named class in namespace:Minor
133 * lines meaning that Fetch2 and the decoder need to remember a PC
146 /** Fetch2 is the source of fetch sequence numbers. These represent the
152 * predictionSeqNums disagree with Fetch2::predictionSeqNum *and* they
156 /** Fetch2 is the source of prediction sequence numbers. These
158 * prediction in Fetch2. */
202 Fetch2(const std::string &name,
219 /** Is this stage drained? For Fetch2, draining is initiated by
220 * Execute halting Fetch1 causing Fetch2 t
[all...]

Completed in 6 milliseconds