Lines Matching defs:Fetch2
43 * Fetch2 receives lines of data from Fetch1, separates them into
61 class Fetch2 : public Named
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 to naturally drain.