gem5
v21.2.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 | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::decode_cache | |
Typedefs | |
template<typename EMI > | |
using | gem5::decode_cache::InstMap = std::unordered_map< EMI, StaticInstPtr > |
Hash for decoded instructions. More... | |
Functions | |
gem5::GEM5_DEPRECATED_NAMESPACE (DecodeCache, decode_cache) | |