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

/gem5/src/cpu/minor/
H A Dexecute.cc567 /* Number of instructions discarded this cycle in order to enforce a
574 bool discarded = false; local
587 discarded = true;
593 discarded = true;
784 if (!discarded && inst->isInst() &&
798 if (discarded) {
1040 * (committed, discarded, issued to the memory system)
1041 * commit -- The instruction is complete(d), not discarded and has
1318 /* Instruction committed but was discarded due to streamSeqNum
1335 /* Pop issued (to LSQ) and discarded me
[all...]

Completed in 9 milliseconds