Searched refs:thisPC (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/o3/
H A Dfetch_impl.hh1105 StaticInstPtr curMacroop, TheISA::PCState thisPC,
1113 new DynInst(staticInst, curMacroop, thisPC, nextPC, seq, cpu);
1121 "[sn:%lli].\n", tid, thisPC.instAddr(),
1122 thisPC.microPC(), seq);
1126 disassemble(thisPC.instAddr()));
1132 instruction->staticInst, thisPC, curMacroop);
1181 TheISA::PCState thisPC = pc[tid]; local
1184 Addr fetchAddr = (thisPC.instAddr() + pcOffset) & BaseCPU::PCMask;
1186 bool inRom = isRomMicroPC(thisPC.microPC());
1206 "instruction, starting at PC %s.\n", tid, thisPC);
1104 buildInst(ThreadID tid, StaticInstPtr staticInst, StaticInstPtr curMacroop, TheISA::PCState thisPC, TheISA::PCState nextPC, bool trace) argument
1606 TheISA::PCState thisPC = pc[tid]; local
[all...]
H A Dfetch.hh387 StaticInstPtr curMacroop, TheISA::PCState thisPC,

Completed in 11 milliseconds