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

/gem5/src/systemc/tests/systemc/misc/synth/bubble/
H A Dtb.h54 BUBBLE bubble; local
64 bubble ("B1", TICK, reset, in_ok, out_ok, instrb, outstrb,
/gem5/src/cpu/minor/
H A Dbuffers.hh75 /** Interface class for data with 'bubble' values. This interface doesn't
122 bubble() function in class:Minor::NoBubbleTraits
124 panic("bubble called but no bubble interface");
136 static ElemType bubble() { return ElemType::bubble(); } function in class:Minor::BubbleTraitsAdaptor
147 static PtrType bubble() { return ElemType::bubble(); } function in class:Minor::BubbleTraitsPtrAdaptor
283 * is called) if a non-bubble value lies at the far end of the pipeline.
320 (*this)[-i] = BubbleTraits::bubble();
366 ElemType bubble = BubbleTraits::bubble(); local
[all...]
H A Dfunc_unit.hh197 * queues have correct bubble behaviour when stepped */
204 QueuedInst(MinorDynInstPtr inst_ = MinorDynInst::bubble()) :
209 /** Report and bubble interfaces */
213 static QueuedInst bubble() function in class:Minor::QueuedInst
214 { return QueuedInst(MinorDynInst::bubble()); }
H A Dpipe_data.hh71 /* Don't branch at all (bubble) */
101 * PC rather than a bubble or branch prediction information */
130 inst(MinorDynInst::bubble())
149 static BranchData bubble() { return BranchData(); } function in class:Minor::BranchData
176 /** This line is a bubble. No other data member is required to be valid
192 /** This line has a fault. The bubble flag will be false and seqNums
224 /** Set fault and possible clear the bubble flag */
242 static ForwardLineData bubble() { return ForwardLineData(); } function in class:Minor::ForwardLineData
280 /** Resize a bubble/empty ForwardInstData and fill with bubbles */
H A Ddyn_inst.hh147 /** Print a short reference to this instruction. '-' for a bubble and a
160 /** A prototypical bubble instruction. You must call MinorDynInst::init
249 /** There is a single bubble inst */
250 static MinorDynInstPtr bubble() { return bubbleInst; } function in class:Minor::MinorDynInst
H A Dpipe_data.cc200 /* Only free lines in non-faulting, non-bubble lines */
258 insts[i] = MinorDynInst::bubble();
H A Dexecute.cc440 MinorDynInst::bubble(), cpu.getContext(thread_id)->pcState(),
1123 MinorDynInst::bubble(), thread->pcState(), branch);
1457 branch = BranchData::bubble();
1478 MinorDynInst::bubble(), TheISA::PCState(0), branch);
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h21 # of bubble cycles.

Completed in 20 milliseconds