gem5
v20.1.0.0
|
Go to the source code of this file.
Classes | |
class | DecodeCache::AddrMap< Value, CacheChunkShift > |
A sparse map from an Addr to a Value, stored in page chunks. More... | |
struct | DecodeCache::AddrMap< Value, CacheChunkShift >::CacheChunk |
Namespaces | |
DecodeCache | |
Typedefs | |
template<typename EMI > | |
using | DecodeCache::InstMap = std::unordered_map< EMI, StaticInstPtr > |
Hash for decoded instructions. More... | |