gem5 v24.0.0.0
|
#include <algorithm>
#include <array>
#include <iostream>
#include <queue>
#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 | gem5::o3::SimpleFreeList |
Free list for a single class of registers (e.g., integer or floating point). More... | |
class | gem5::o3::UnifiedFreeList |
FreeList class that simply holds the list of free integer and floating point registers. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::o3 |