Searched refs:inputIndex (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/minor/
H A Ddecode.hh94 inputIndex(0),
101 inputIndex(other.inputIndex),
110 unsigned int inputIndex; member in struct:Minor::Decode::DecodeThreadInfo
H A Ddecode.cc100 decodeInfo[tid].inputIndex = 0;
148 decode_info.inputIndex < insts_in->width() && /* Still more input */
151 MinorDynInstPtr inst = insts_in->insts[decode_info.inputIndex];
155 decode_info.inputIndex++;
167 decode_info.inputIndex++;
197 DPRINTF(Decode, "Microop decomposition inputIndex:"
200 decode_info.inputIndex, output_index,
215 decode_info.inputIndex++;
220 DPRINTF(Decode, "Passing on inst: %s inputIndex:"
222 *output_inst, decode_info.inputIndex, output_inde
[all...]
H A Dfetch2.hh104 inputIndex(0),
115 inputIndex(other.inputIndex),
126 unsigned int inputIndex; member in struct:Minor::Fetch2::Fetch2ThreadInfo
H A Dfetch2.cc112 fetchInfo[tid].inputIndex = 0;
122 fetchInfo[tid].inputIndex = 0;
310 fetch_info.inputIndex < line_in->lineWidth) && /* More input */
329 /* Set the inputIndex to be the MachInst-aligned offset
331 fetch_info.inputIndex =
334 DPRINTF(Fetch, "Setting new PC value: %s inputIndex: 0x%x"
336 line_in->pc, fetch_info.inputIndex, line_in->lineBaseAddr,
350 DPRINTF(Fetch, "Discarding line %s (from inputIndex: %d)"
352 line_in->id, fetch_info.inputIndex,
384 (line + fetch_info.inputIndex)));
[all...]
H A Dexecute.hh149 inputIndex(0),
158 inputIndex(other.inputIndex),
174 unsigned int inputIndex; member in struct:Minor::Execute::ExecuteThreadInfo
H A Dexecute.cc212 executeInfo[tid].inputIndex = 0;
572 MinorDynInstPtr inst = insts_in->insts[thread.inputIndex];
807 thread.inputIndex++;
808 DPRINTF(MinorExecute, "Stepping to next inst inputIndex: %d\n",
809 thread.inputIndex);
813 if (thread.inputIndex == insts_in->width()) {
824 } while (insts_in && thread.inputIndex < insts_in->width() &&
1504 unsigned int input_index = executeInfo[tid].inputIndex;
1665 MINORTRACE("insts=%s inputIndex=%d streamSeqNum=%d"
1667 insts.str(), executeInfo[0].inputIndex, executeInf
[all...]

Completed in 16 milliseconds