Searched refs:getP0Type (Results 1 – 2 of 2) sorted by relevance
731 switch (pElem->getP0Type()) in commitElements()923 switch(pElem->getP0Type()) in commitElemOnEOT()1023 switch (pElem->getP0Type()) in cancelElements()1090 if (pElem->getP0Type() == P0_ATOM) in mispredictAtom()1131 if (pElem->getP0Type() == P0_MARKER) in discardElements()1133 else if (pElem->getP0Type() == P0_MARKER) in discardElements()1161 switch (pElem->getP0Type()) in processTS_CC_EventElem()1417 if (pElem->getP0Type() == P0_CTXT) in processException()1424 if (pElem->getP0Type() != P0_ADDR) in processException()1569 if (pElem->getP0Type() == P0_CTXT) in processQElement()[all …]
82 const p0_elem_t getP0Type() const { return m_P0_type; }; in getP0Type() function