gem5 v24.0.0.0
|
#include <vector>
#include "arch/generic/pcstate.hh"
#include "base/statistics.hh"
#include "base/types.hh"
#include "cpu/pred/branch_type.hh"
#include "cpu/static_inst.hh"
#include "params/ReturnAddrStack.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::branch_prediction::ReturnAddrStack |
Return address stack class, implements a simple RAS. More... | |
class | gem5::branch_prediction::ReturnAddrStack::AddrStack |
Subclass that implements the actual address stack. More... | |
class | gem5::branch_prediction::ReturnAddrStack::RASHistory |
struct | gem5::branch_prediction::ReturnAddrStack::ReturnAddrStackStats |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::branch_prediction |