Lines Matching refs:id
63 operator <<(std::ostream &os, const InstId &id)
65 os << id.threadId << '/' << id.streamSeqNum << '.'
66 << id.predictionSeqNum << '/' << id.lineSeqNum;
69 if (id.fetchSeqNum != 0) {
70 os << '/' << id.fetchSeqNum;
71 if (id.execSeqNum != 0)
72 os << '.' << id.execSeqNum;
110 os << "F;" << id;
112 os << "TF;" << id;
114 os << id;
120 os << inst.id << " pc: 0x"
186 MINORINST(&named_object, "id=F;%s addr=0x%x fault=\"%s\"\n",
187 id, pc.instAddr(), fault->name());
228 MINORINST(&named_object, "id=%s addr=0x%x inst=\"%s\" class=%s"
230 id, pc.instAddr(),