gem5 v24.0.0.0
|
#include <unordered_map>
#include "base/bitfield.hh"
#include "base/compiler.hh"
#include "cpu/static_inst_fwd.hh"
Go to the source code of this file.
Classes | |
class | gem5::decode_cache::AddrMap< Value, CacheChunkShift > |
A sparse map from an Addr to a Value, stored in page chunks. More... | |
struct | gem5::decode_cache::AddrMap< Value, CacheChunkShift >::CacheChunk |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::decode_cache |
Typedefs | |
template<typename EMI > | |
using | gem5::decode_cache::InstMap = std::unordered_map<EMI, StaticInstPtr> |
Hash for decoded instructions. | |