Searched refs:targetAddr (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/power/insts/
H A Dbranch.hh106 uint32_t targetAddr; member in class:PowerISA::BranchNonPCRel
111 targetAddr(machInst.li << 2)
114 if (targetAddr & 0x2000000) {
115 targetAddr |= 0xfc000000;
215 uint32_t targetAddr; member in class:PowerISA::BranchNonPCRelCond
220 targetAddr(machInst.bd << 2)
223 if (targetAddr & 0x8000) {
224 targetAddr |= 0xffff0000;
H A Dbranch.cc83 return targetAddr;
94 if (symtab && symtab->findSymbol(targetAddr, str))
97 ccprintf(ss, "0x%x", targetAddr);
131 return targetAddr;
145 if (symtab && symtab->findSymbol(targetAddr, str))
148 ccprintf(ss, "0x%x", targetAddr);
/gem5/src/cpu/pred/
H A Dsimple_indirect.hh86 : pcAddr(br_addr), targetAddr(tgt_addr), seqNum(seq_num) { }
88 Addr targetAddr; member in struct:SimpleIndirectPredictor::HistoryEntry
H A Dsimple_indirect.cc189 hist_entry.targetAddr = target.instAddr();
226 hash ^= (t_info.pathHist[i].targetAddr >>

Completed in 7 milliseconds