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

/gem5/src/cpu/minor/
H A Dexecute.cc1497 std::vector<MinorDynInstPtr> next_issuable_insts; local
1509 next_issuable_insts.push_back(inst);
1531 for (auto inst : next_issuable_insts) {

Completed in 6 milliseconds