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

/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh427 nonSpecInsts.clear();
640 nonSpecInsts[new_inst->seqNum] = new_inst;
949 NonSpecMapIt inst_it = nonSpecInsts.find(inst);
951 assert(inst_it != nonSpecInsts.end());
967 nonSpecInsts.erase(inst_it);
1304 nonSpecInsts.find(squashed_inst->seqNum);
1307 // nonSpecInsts already when they are ready, and so we
1309 if (ns_inst_it == nonSpecInsts.end()) {
1312 // nonSpecInsts, and have not faulted
1319 nonSpecInsts
[all...]
H A Dinst_queue.hh363 std::map<InstSeqNum, DynInstPtr> nonSpecInsts; member in class:InstructionQueue

Completed in 10 milliseconds