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

/gem5/src/cpu/minor/
H A Ddecode.cc140 DecodeThreadInfo &decode_info = decodeInfo[tid]; local
148 decode_info.inputIndex < insts_in->width() && /* Still more input */
151 MinorDynInstPtr inst = insts_in->insts[decode_info.inputIndex];
155 decode_info.inputIndex++;
156 decode_info.inMacroop = false;
167 decode_info.inputIndex++;
168 decode_info.inMacroop = false;
174 if (!decode_info.inMacroop) {
175 decode_info.microopPC = inst->pc;
176 decode_info
[all...]

Completed in 10 milliseconds