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

12

/gem5/src/cpu/minor/
H A Dactivity.hh60 void evaluate() { advance(); }
H A Dfunc_unit.cc185 FUPipeline::advance() function in class:Minor::FUPipeline
199 FUPipelineBase::advance();
H A Dbuffers.hh190 * advance() old) slices with the current (0) one on the left.
279 void evaluate() { buffer.advance(); }
282 /** A pipeline simulating class that will stall (not advance when advance()
284 * The user can clear the stall before calling advance to unstall the
298 /** If true, advance will not advance the pipeline */
325 * the pipeline to advance until advance is called. Pushing twice
326 * without advance
351 advance() function in class:Minor::SelfStallingPipeline
[all...]
H A Dfunc_unit.hh263 void advance();
/gem5/src/arch/power/
H A Dutility.hh48 retPC.advance();
78 pc.advance();
H A Dtlb.hh149 PowerISA::PTE &index(bool advance = true);
H A Dtlb.cc340 TLB::index(bool advance)
344 if (advance)
/gem5/src/cpu/
H A Dactivity.cc72 ActivityRecorder::advance() function in class:ActivityRecorder
88 activityBuffer.advance();
131 activityBuffer.advance();
H A Dactivity.hh66 void advance();
H A Dstatic_inst.cc57 pcState.advance();
/gem5/src/arch/alpha/
H A Dutility.hh49 retPC.advance();
110 pc.advance();
H A Dtlb.hh94 TlbEntry &index(bool advance = true);
/gem5/src/arch/arm/insts/
H A Dbranch64.cc50 pcs.advance();
59 pcs.advance();
68 pcs.advance();
/gem5/src/arch/power/insts/
H A Dstatic_inst.hh70 pcState.advance();
/gem5/src/arch/mips/
H A Dutility.hh51 ret.advance();
120 pc.advance();
H A Dtlb.hh95 MipsISA::PTE &index(bool advance = true);
H A Dtlb.cc340 TLB::index(bool advance)
344 if (advance)
/gem5/src/arch/riscv/insts/
H A Dstatic_inst.hh55 void advancePC(PCState &pc) const override { pc.advance(); }
/gem5/src/arch/generic/
H A Dtypes.hh178 advance() function in class:GenericISA::SimplePCState
247 this->advance();
326 advance() function in class:GenericISA::DelaySlotPCState
424 this->advance();
/gem5/src/arch/riscv/
H A Dtlb.hh94 RiscvISA::PTE &index(bool advance = true);
H A Dutility.hh109 retPC.advance();
/gem5/src/arch/x86/insts/
H A Dstatic_inst.hh182 pcState.advance();
/gem5/src/cpu/o3/
H A Dcpu.cc553 // Now advance the time buffers
554 timeBuffer.advance();
556 fetchQueue.advance();
557 decodeQueue.advance();
558 renameQueue.advance();
559 iewQueue.advance();
561 activityRec.advance();
1004 timeBuffer.advance();
1005 fetchQueue.advance();
1006 decodeQueue.advance();
[all...]
/gem5/src/arch/x86/
H A Dtypes.hh325 advance() function in class:X86ISA::PCState
327 Base::advance();
/gem5/src/arch/arm/
H A Dtypes.hh387 advance() function in class:ArmISA::PCState
389 Base::advance();
420 advance();

Completed in 34 milliseconds

12