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

/gem5/src/cpu/minor/
H A Dscoreboard.cc220 const std::vector<bool> *cant_forward_from_fu_indices,
258 cant_forward_from_fu_indices &&
259 index < cant_forward_from_fu_indices->size() &&
260 (*cant_forward_from_fu_indices)[index];
218 canInstIssue(MinorDynInstPtr inst, const std::vector<Cycles> *src_reg_relative_latencies, const std::vector<bool> *cant_forward_from_fu_indices, Cycles now, ThreadContext *thread_context) argument
H A Dscoreboard.hh135 const std::vector<bool> *cant_forward_from_fu_indices,
H A Dexecute.cc667 const std::vector<bool> *cant_forward_from_fu_indices = local
675 src_latencies, cant_forward_from_fu_indices,

Completed in 12 milliseconds