Searched refs:En_bits (Results 1 – 8 of 8) sorted by relevance
64 atom.En_bits = 0; in Clear()113 atom.En_bits = (pHdr & 0x2) ? 0x0 : 0x1; in SetCycleAccAtomFromPHdr()142 atom.En_bits = 0; in SetAtomFromPHdr()145 atom.En_bits <<= 1; in SetAtomFromPHdr()147 atom.En_bits |= 0x1; in SetAtomFromPHdr()210 uint32_t bitpattern = atom.En_bits; // arranged LSBit oldest, MSbit newest in getAtomStr()
148 m_pkt_data.atom.En_bits = (((uint32_t)0x1) << E) - 1; in UpdateAtomFromPHdr()155 m_pkt_data.atom.En_bits = (pHdr & 0x8 ? 0 : 1) | (pHdr & 0x4 ? 0 : 0x2); in UpdateAtomFromPHdr()172 m_pkt_data.atom.En_bits = (((uint32_t)0x1) << E) - 1; in UpdateAtomFromPHdr()187 m_pkt_data.atom.En_bits = pHdr & 0x04 ? 0 : 1; in UpdateAtomFromPHdr()193 m_pkt_data.atom.En_bits = (pHdr & 0x8 ? 0 : 1) | (pHdr & 0x4 ? 0 : 0x2); in UpdateAtomFromPHdr()202 m_pkt_data.atom.En_bits = E; in UpdateAtomFromPHdr()518 uint32_t bitpattern = m_pkt_data.atom.En_bits; // arranged LSBit oldest, MSbit newest in getAtomStr()
266 ocsd_atm_val val = (m_atom.En_bits & 0x1) ? ATOM_E : ATOM_N; in commitOldest()268 m_atom.En_bits >>= 1; in commitOldest()284 if (m_atom.En_bits & mask) in mispredictNewest()285 m_atom.En_bits &= ~mask; in mispredictNewest()287 m_atom.En_bits |= mask; in mispredictNewest()
137 void setAtomPacket(const ocsd_pkt_atm_type type, const uint32_t En_bits, const uint8_t num);328 inline void EtmV4ITrcPacket::setAtomPacket(const ocsd_pkt_atm_type type, const uint32_t En_bits, co… in setAtomPacket() argument332 uint32_t bit_patt = En_bits & 0x1; in setAtomPacket()338 atom.En_bits = bit_patt; in setAtomPacket()341 atom.En_bits = En_bits; in setAtomPacket()
73 return (m_atom.En_bits & 0x1) ? ATOM_E : ATOM_N; in getCurrAtomVal()91 m_atom.En_bits >>=1; in clearAtom()
103 return (m_atom.En_bits & 0x1) ? ATOM_E : ATOM_N; in getCurrAtomVal()196 m_atom.En_bits >>=1; in clearAtom()
90 uint32_t En_bits; member
690 uint32_t bitpattern = atom.En_bits; in atomSeq()