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

/gem5/src/cpu/o3/
H A Ddecode_impl.hh669 &insts_to_decode = decodeStatus[tid] == Unblocking ? local
675 assert(!insts_to_decode.empty());
677 DynInstPtr inst = std::move(insts_to_decode.front());
679 insts_to_decode.pop();
763 if (!insts_to_decode.empty()) {
H A Dfetch_impl.hh953 unsigned insts_to_decode = 0; local
966 while (available_insts != 0 && insts_to_decode < decodeWidth) {
977 insts_to_decode++;

Completed in 10 milliseconds