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

/gem5/src/cpu/o3/
H A Dcomm.hh152 unsigned dispatched; member in struct:TimeBufStruct::iewComm
H A Drename_impl.hh481 instsInProgress[tid] -= fromIEW->iewInfo[tid].dispatched;
624 "%i insts dispatched to IQ last cycle.\n",
625 tid, instsInProgress[tid], fromIEW->iewInfo[tid].dispatched);
1190 (instsInProgress[tid] - fromIEW->iewInfo[tid].dispatched);
1202 (instsInProgress[tid] - fromIEW->iewInfo[tid].dispatched);
H A Diew_impl.hh171 .desc("Number of instructions dispatched to IQ");
179 .desc("Number of dispatched load instructions");
183 .desc("Number of dispatched store instructions");
187 .desc("Number of dispatched non-speculative instructions");
489 toRename->iewInfo[tid].dispatched++;
874 toRename->iewInfo[tid].dispatched++;
1016 toRename->iewInfo[tid].dispatched++;
1157 toRename->iewInfo[tid].dispatched++;
1615 DPRINTF(IEW, "[tid:%i], Dispatch dispatched %i instructions.\n",
1616 tid, toRename->iewInfo[tid].dispatched);
[all...]

Completed in 18 milliseconds