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

/gem5/src/cpu/o3/
H A Ddecode_impl.hh328 decodeStatus[tid] == Unblocking) {
363 decodeStatus[tid] == Unblocking) {
456 if (decodeStatus[tid] == Unblocking) {
541 decodeStatus[tid] = Unblocking;
606 // If status is Unblocking,
625 } else if (decodeStatus[tid] == Unblocking) {
651 int insts_available = decodeStatus[tid] == Unblocking ?
660 } else if (decodeStatus[tid] == Unblocking) {
661 DPRINTF(Decode, "[tid:%i] Unblocking, removing insts from skid "
669 &insts_to_decode = decodeStatus[tid] == Unblocking
[all...]
H A Drename_impl.hh384 renameStatus[tid] == Unblocking) {
497 // If status is Unblocking,
516 } else if (renameStatus[tid] == Unblocking) {
532 } else if (renameStatus[tid] == Unblocking) {
553 int insts_available = renameStatus[tid] == Unblocking ?
564 } else if (renameStatus[tid] == Unblocking) {
613 InstQueue &insts_to_rename = renameStatus[tid] == Unblocking ?
670 if (renameStatus[tid] == Unblocking) {
881 if (renameStatus[tid] == Unblocking) {
924 if (resumeUnblocking || renameStatus[tid] != Unblocking) {
[all...]
H A Ddecode.hh90 Unblocking enumerator in enum:DefaultDecode::ThreadStatus
H A Diew_impl.hh557 dispatchStatus[tid] != Unblocking) {
734 if (dispatchStatus[tid] == Unblocking) {
795 dispatchStatus[tid] == Unblocking) {
825 dispatchStatus[tid] = Unblocking;
917 // If status is Unblocking,
937 } else if (dispatchStatus[tid] == Unblocking) {
966 dispatchStatus[tid] == Unblocking ?
983 if (dispatchStatus[tid] == Unblocking) {
H A Diew.hh113 Unblocking enumerator in enum:DefaultIEW::StageStatus
H A Drename.hh110 Unblocking, enumerator in enum:DefaultRename::ThreadStatus

Completed in 56 milliseconds