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

/gem5/src/cpu/o3/
H A Dfetch_impl.hh134 stalls[i] = {false, false};
342 stalls[tid].decode = false;
343 stalls[tid].drain = false;
372 stalls[tid].decode = false;
373 stalls[tid].drain = false;
436 stalls[i].decode = false;
437 stalls[i].drain = false;
453 assert(fetchStatus[i] == Idle || stalls[i].drain);
476 if (fetchStatus[i] == Blocked && stalls[i].drain)
504 assert(!stalls[ti
[all...]
H A Ddecode_impl.hh79 stalls[tid] = {false};
99 stalls[tid].rename = false;
112 stalls[tid].rename = false;
240 if (stalls[tid].rename) {
498 stalls[tid].rename = true;
502 assert(stalls[tid].rename);
503 stalls[tid].rename = false;
H A Ddecode.hh253 /** Source of possible stalls. */
259 Stalls stalls[Impl::MaxThreads]; member in class:DefaultDecode
H A Drename_impl.hh87 stalls[tid] = {false, false};
269 stalls[tid].iew = false;
298 stalls[tid].iew = false;
1254 stalls[tid].iew = true;
1258 assert(stalls[tid].iew);
1259 stalls[tid].iew = false;
1269 if (stalls[tid].iew) {
H A Drename.hh414 /** Source of possible stalls. */
421 Stalls stalls[Impl::MaxThreads]; member in class:DefaultRename
H A Dfetch.hh272 * all other stalls in that it is signaled instantly from the
458 /** Source of possible stalls. */
465 Stalls stalls[Impl::MaxThreads]; member in class:DefaultFetch

Completed in 32 milliseconds