34 #include "arch/registers.hh"
36 #include "config/the_isa.hh"
37 #include "debug/FreeList.hh"
41 : _name(_my_name), regFile(_regFile)
43 DPRINTF(FreeList,
"Creating new free list object.\n");
Simple physical register file class.
UnifiedFreeList(const std::string &_my_name, PhysRegFile *_regFile)
Constructs a free list.
void initFreeList(UnifiedFreeList *freeList)
Initialize the free list.
PhysRegFile * regFile
The register file object is used only to distinguish integer from floating-point physical register in...