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

/gem5/src/cpu/o3/
H A Ddecode_impl.hh80 decodeStatus[tid] = Idle;
98 decodeStatus[tid] = Idle;
110 decodeStatus[tid] = Idle;
228 (decodeStatus[tid] != Running && decodeStatus[tid] != Idle))
268 if (decodeStatus[tid] != Blocked) {
270 decodeStatus[tid] = Blocked;
295 decodeStatus[tid] = Running;
327 if (decodeStatus[tid] == Blocked ||
328 decodeStatus[ti
[all...]
H A Ddecode.hh98 ThreadStatus decodeStatus[Impl::MaxThreads]; member in class:DefaultDecode

Completed in 4 milliseconds