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

/gem5/src/cpu/o3/
H A Ddyn_inst_impl.hh89 val = (this->dispatchTick == -1) ? 0 : fetch + this->dispatchTick;
119 dispatchTick = -1;
H A Ddyn_inst.hh129 int32_t dispatchTick; member in class:BaseO3DynInst
H A Diew_impl.hh1162 inst->dispatchTick = curTick() - inst->fetchTick;

Completed in 11 milliseconds