Searched defs:isBubble (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/minor/
H A Dpipe_data.cc249 ForwardInstData::isBubble() const function in class:Minor::ForwardInstData
H A Dfunc_unit.hh211 bool isBubble() const { return inst->isBubble(); } function in class:Minor::QueuedInst
H A Dpipe_data.hh150 bool isBubble() const { return reason == NoBranch; } function in class:Minor::BranchData
243 bool isBubble() const { return bubbleFlag; } function in class:Minor::ForwardLineData
H A Ddyn_inst.hh247 bool isBubble() const { return id.fetchSeqNum == 0; } function in class:Minor::MinorDynInst
H A Dbuffers.hh120 static bool isBubble(const ElemType &) { return false; } function in class:Minor::NoBubbleTraits
133 static bool isBubble(const ElemType &elem) function in class:Minor::BubbleTraitsAdaptor
144 static bool isBubble(const PtrType &elem) function in class:Minor::BubbleTraitsPtrAdaptor
[all...]

Completed in 11 milliseconds