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

/gem5/src/cpu/minor/
H A Ddyn_inst.hh195 bool inLSQ; member in class:Minor::MinorDynInst
239 fuIndex(0), inLSQ(false), translationFault(NoFault),
H A Dexecute.cc472 if (inst->inLSQ) {
1112 (inst->inLSQ ? lsq.findResponse(inst) : NULL);
1175 !fu_inst->inLSQ &&
1201 if (!completed_inst && !inst->inLSQ) {
1332 inst->inLSQ = true;
1703 (!inst->inLSQ || (lsq.findResponse(inst) != NULL));
1705 if (!inst->inLSQ) {
1715 !fu_inst->inLSQ &&
H A Dlsq.cc1579 assert(inst->translationFault == NoFault || inst->inLSQ);
1581 if (inst->inLSQ) {
1642 inst->inLSQ = true;

Completed in 9 milliseconds