Searched refs:fetchSeqNum (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/minor/
H A Ddyn_inst.hh100 InstSeqNum fetchSeqNum; member in class:Minor::InstId
115 fetchSeqNum(fetch_seq_num), execSeqNum(exec_seq_num)
128 fetchSeqNum == rhs.fetchSeqNum &&
156 * decomposition: fetchSeqNum and execSeqNum */
247 bool isBubble() const { return id.fetchSeqNum == 0; }
H A Dfetch2.cc154 branchPredictor.squash(inst->id.fetchSeqNum,
158 branchPredictor.update(inst->id.fetchSeqNum,
164 branchPredictor.update(inst->id.fetchSeqNum,
170 branchPredictor.squash(inst->id.fetchSeqNum,
174 branchPredictor.update(inst->id.fetchSeqNum,
181 branchPredictor.squash(inst->id.fetchSeqNum,
205 inst->id.fetchSeqNum, inst_pc,
362 dyn_inst->id.fetchSeqNum = fetch_info.fetchSeqNum;
403 dyn_inst->id.fetchSeqNum
[all...]
H A Dfetch2.hh108 fetchSeqNum(InstId::firstFetchSeqNum),
148 InstSeqNum fetchSeqNum; member in struct:Minor::Fetch2::Fetch2ThreadInfo
H A Ddyn_inst.cc69 if (id.fetchSeqNum != 0) {
70 os << '/' << id.fetchSeqNum;
/gem5/util/minorview/
H A Dmodel.py93 self.fetchSeqNum = 0
98 self.lineSeqNum, self.fetchSeqNum, self.execSeqNum]
127 self.fetchSeqNum = seqnum_from_string(elems[6])
132 if self.fetchSeqNum != 0:
147 str(self.fetchSeqNum) + '.' +
164 if self.fetchSeqNum != 0 and 'F' in select.ids:
165 ret.append(colours.number_to_colour(self.fetchSeqNum))
573 # fetchSeqNum == 0 varient stored first
574 macroop_key = (inst.id.fetchSeqNum, 0)
575 full_key = (inst.id.fetchSeqNum, ins
[all...]

Completed in 7 milliseconds