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

/gem5/src/cpu/minor/
H A Ddecode.cc130 ForwardInstData &insts_out = *out.inputWire; local
132 assert(insts_out.isBubble());
242 if (output_index == 0) insts_out.resize(outputWidth);
244 insts_out.insts[output_index] = output_inst;
265 * with bubble instructions by insts_out's initialisation
268 * assert(insts_out.insts[output_index]->isBubble());
274 if (!insts_out.isBubble()) {
277 insts_out.threadId = tid;
H A Dfetch2.cc245 ForwardInstData &insts_out = *out.inputWire; local
249 assert(insts_out.isBubble());
264 assert(insts_out.isBubble());
297 assert(insts_out.isBubble());
486 insts_out.resize(outputWidth);
489 insts_out.insts[output_index] = dyn_inst;
535 * with bubble instructions by insts_out's initialisation */
538 assert(insts_out.isBubble());
545 if (!insts_out.isBubble()) {
548 insts_out
[all...]

Completed in 7 milliseconds