32 #include "arch/registers.hh" 34 #include "config/the_isa.hh" 35 #include "debug/FreeList.hh" 39 : _name(_my_name), regFile(_regFile)
41 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...