Searched refs:macroop (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/o3/
H A Ddyn_inst_impl.hh53 const StaticInstPtr &macroop,
56 : BaseDynInst<Impl>(staticInst, macroop, pc, predPC, seq_num, cpu)
52 BaseO3DynInst(const StaticInstPtr &staticInst, const StaticInstPtr &macroop, TheISA::PCState pc, TheISA::PCState predPC, InstSeqNum seq_num, O3CPU *cpu) argument
H A Dfetch_impl.hh131 macroop[i] = nullptr;
339 macroop[tid] = NULL;
367 macroop[tid] = NULL;
770 macroop[tid] = squashInst->macroop;
772 macroop[tid] = NULL;
1204 && !inRom && !macroop[tid]) {
1240 StaticInstPtr curMacroop = macroop[tid];
1268 // StaticInst from the rom, the current macroop, or what's already
1319 // Whether we're moving to a new macroop becaus
[all...]
H A Dfetch.hh442 StaticInstPtr macroop[Impl::MaxThreads]; member in class:DefaultFetch
H A Ddyn_inst.hh82 &macroop, TheISA::PCState pc, TheISA::PCState predPC,
/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh69 macroop(_macroop),
85 : staticInst(_staticInst), traceData(NULL), macroop(_macroop)
H A Dbase_dyn_inst.hh204 const StaticInstPtr macroop; member in class:BaseDynInst
420 BaseDynInst(const StaticInstPtr &staticInst, const StaticInstPtr &macroop,
427 BaseDynInst(const StaticInstPtr &staticInst, const StaticInstPtr &macroop);
/gem5/src/arch/
H A Dmicro_asm.py310 # Start symbol for a file which may have more than one macroop or rom
341 # Defines a macroop that jumps to an external label in the ROM
345 print_error("ROM based macroop found, but no ROM macroop class was specified.")
346 raise TypeError, "ROM based macroop found, but no ROM macroop class was specified."
347 macroop = t.parser.rom_macroop_type(t[3], t[5])
348 t.parser.macroops[t[3]] = macroop
351 # Defines a macroop that is combinationally generated
357 print_error("Error creating macroop objec
[all...]

Completed in 12 milliseconds