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

/gem5/src/cpu/o3/
H A Ddyn_inst_impl.hh93 val = (this->completeTick == -1) ? 0 : fetch + this->completeTick;
121 completeTick = -1;
H A Ddyn_inst.hh131 int32_t completeTick; member in class:BaseO3DynInst
H A Diew_impl.hh1642 inst->completeTick = curTick() - inst->fetchTick;

Completed in 10 milliseconds