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

/gem5/src/cpu/o3/
H A Dcomm.hh224 bool decodeBlock[Impl::MaxThreads]; member in struct:TimeBufStruct
H A Ddecode_impl.hh275 toFetch->decodeBlock[tid] = true;
371 if (toFetch->decodeBlock[tid])
372 toFetch->decodeBlock[tid] = 0;
H A Dfetch_impl.hh1002 if (fromDecode->decodeBlock[tid]) {
1008 assert(!fromDecode->decodeBlock[tid]);

Completed in 12 milliseconds