Searched refs:curMacroop (Results 1 - 5 of 5) sorted by relevance

/gem5/src/sim/
H A Dmicrocode_rom.cc37 MicrocodeRom::fetchMicroop(MicroPC micropc, StaticInstPtr curMacroop) argument
H A Dmicrocode_rom.hh48 StaticInstPtr fetchMicroop(MicroPC micropc, StaticInstPtr curMacroop);
/gem5/src/arch/x86/
H A Dmicrocode_rom.hh61 fetchMicroop(MicroPC microPC, StaticInstPtr curMacroop) argument
67 return genFuncs[microPC](curMacroop);
/gem5/src/cpu/o3/
H A Dfetch_impl.hh1105 StaticInstPtr curMacroop, TheISA::PCState thisPC,
1113 new DynInst(staticInst, curMacroop, thisPC, nextPC, seq, cpu);
1132 instruction->staticInst, thisPC, curMacroop);
1240 StaticInstPtr curMacroop = macroop[tid]; local
1270 bool needMem = !inRom && !curMacroop &&
1301 if (!(curMacroop || inRom)) {
1309 curMacroop = staticInst;
1323 if (curMacroop || inRom) {
1326 thisPC.microPC(), curMacroop);
1328 staticInst = curMacroop
1104 buildInst(ThreadID tid, StaticInstPtr staticInst, StaticInstPtr curMacroop, TheISA::PCState thisPC, TheISA::PCState nextPC, bool trace) argument
[all...]
H A Dfetch.hh387 StaticInstPtr curMacroop, TheISA::PCState thisPC,

Completed in 12 milliseconds