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

/gem5/src/cpu/minor/
H A Dfunc_unit.hh164 std::vector<unsigned int> cantForwardFromFUIndices; member in class:MinorFU
175 cantForwardFromFUIndices(params->cantForwardFromFUIndices),
238 std::vector<bool> cantForwardFromFUIndices; member in class:Minor::FUPipeline
H A Dfunc_unit.cc159 description.cantForwardFromFUIndices;
164 cantForwardFromFUIndices.resize((*i) + 1, false);
165 cantForwardFromFUIndices[*i] = true;
H A DMinorCPU.py118 cantForwardFromFUIndices = VectorParam.Unsigned([], variable in class:MinorFU
H A Dexecute.cc668 &(fu->cantForwardFromFUIndices);
/gem5/configs/common/cores/arm/
H A DHPI.py1307 cantForwardFromFUIndices = [0, 1, 5] # Int1, Int2, Mem variable in class:HPI_IntMulFU
1321 cantForwardFromFUIndices = [5] # Mem (this FU) variable in class:HPI_MemFU

Completed in 16 milliseconds