Searched refs:macroop (Results 1 - 7 of 7) sorted by relevance
/gem5/src/cpu/o3/ |
H A D | dyn_inst_impl.hh | 53 const StaticInstPtr ¯oop, 56 : BaseDynInst<Impl>(staticInst, macroop, pc, predPC, seq_num, cpu) 52 BaseO3DynInst(const StaticInstPtr &staticInst, const StaticInstPtr ¯oop, TheISA::PCState pc, TheISA::PCState predPC, InstSeqNum seq_num, O3CPU *cpu) argument
|
H A D | fetch_impl.hh | 131 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 D | fetch.hh | 442 StaticInstPtr macroop[Impl::MaxThreads]; member in class:DefaultFetch
|
H A D | dyn_inst.hh | 82 ¯oop, TheISA::PCState pc, TheISA::PCState predPC,
|
/gem5/src/cpu/ |
H A D | base_dyn_inst_impl.hh | 69 macroop(_macroop), 85 : staticInst(_staticInst), traceData(NULL), macroop(_macroop)
|
H A D | base_dyn_inst.hh | 204 const StaticInstPtr macroop; member in class:BaseDynInst 420 BaseDynInst(const StaticInstPtr &staticInst, const StaticInstPtr ¯oop, 427 BaseDynInst(const StaticInstPtr &staticInst, const StaticInstPtr ¯oop);
|
/gem5/src/arch/ |
H A D | micro_asm.py | 310 # 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 20 milliseconds