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

/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc797 TraceInfo* temp_ptr = *dep_trace_itr; local
798 assert(temp_ptr->type != Record::INVALID);
803 if (!temp_ptr->isComp() || temp_ptr->numDepts != 0) {
805 "is as follows:\n", temp_ptr->instNum);
806 if (temp_ptr->isLoad() || temp_ptr->isStore()) {
807 DPRINTFR(ElasticTrace, "\tis a %s\n", temp_ptr->typeToStr());
809 "size %i, flags %i\n", temp_ptr->physAddr,
810 temp_ptr
[all...]

Completed in 6 milliseconds