gem5 v24.1.0.1
|
#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 Arm Limited 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. | |