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

/gem5/src/cpu/
H A Dtimebuf.hh43 int past; member in class:TimeBuffer
54 assert (idx >= -past && idx <= future);
141 : past(p), future(f), size(past + future + 1),
144 assert(past >= 0 && future >= 0);
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s179 # We jump to an offset of 16 to either (1) skip past the two noop pairs
180 # at the start of qt_start$TXT, or (2) skip past the two noop pairs
/gem5/src/cpu/minor/
H A Dbuffers.hh180 for (int i = -this->past; i <= this->future; i++) {

Completed in 9 milliseconds