Searched refs:advance (Results 26 - 41 of 41) sorted by relevance

12

/gem5/src/cpu/
H A Dtimebuf.hh179 advance() function in class:TimeBuffer
/gem5/src/mem/cache/compressors/
H A Dcpack.cc167 std::advance(entry_it, pattern->getMatchLocation());
/gem5/src/arch/riscv/
H A Dtlb.cc393 TLB::index(bool advance)
397 if (advance)
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h625 It &operator+=(difference_type n) { Policy::advance(n); return *this; }
626 It &operator-=(difference_type n) { Policy::advance(-n); return *this; }
664 void advance(ssize_t n) { ptr += n; } function in class:sequence_fast_readonly
685 void advance(ssize_t n) { index += n; } function in class:sequence_slow_readwrite
833 advance();
839 advance();
846 self.advance();
872 void advance() { function in class:iterator
/gem5/src/arch/sparc/insts/
H A Dstatic_inst.cc79 pcState.advance();
/gem5/src/arch/alpha/
H A Dtlb.cc591 TLB::index(bool advance) argument
595 if (advance)
/gem5/src/arch/arm/insts/
H A Dmacromem.hh83 pcState.advance();
104 pcState.advance();
H A Dmem64.hh80 pcState.advance();
H A Dstatic_inst.hh196 pcState.advance();
H A Dmem.hh65 pcState.advance();
H A Dvfp.hh861 pcState.advance();
/gem5/src/cpu/o3/
H A Diew_impl.hh457 issueToExecQueue.advance();
1542 // Also should advance its own time buffers if the stage ran.
1544 issueToExecQueue.advance();
H A Dfetch_impl.hh964 std::advance(tid_itr, random_mt.random<uint8_t>(0, activeThreads->size() - 1));
/gem5/src/arch/sparc/
H A Dfaults.cc824 // We need to explicitly advance the pc, since that's not done for us
827 pc.advance();
/gem5/src/cpu/minor/
H A Dexecute.cc1300 /* Allow the pipeline to advance. If the FU head
1520 fu->advance();
/gem5/src/sim/
H A Dsyscall_emul.hh1624 cpc.advance();

Completed in 64 milliseconds

12