gem5
v20.1.0.0
|
#include <iostream>
#include <queue>
#include <vector>
#include "base/logging.hh"
#include "base/trace.hh"
#include "cpu/o3/comm.hh"
#include "cpu/o3/regfile.hh"
#include "debug/FreeList.hh"
Go to the source code of this file.
Classes | |
class | SimpleFreeList |
Free list for a single class of registers (e.g., integer or floating point). More... | |
class | UnifiedFreeList |
FreeList class that simply holds the list of free integer and floating point registers. More... | |