gem5
|
#include <unordered_map>
#include "arch/isa_traits.hh"
#include "arch/types.hh"
#include "config/the_isa.hh"
#include "cpu/static_inst_fwd.hh"
Go to the source code of this file.
Classes | |
class | DecodeCache::AddrMap< Value > |
A sparse map from an Addr to a Value, stored in page chunks. More... | |
struct | DecodeCache::AddrMap< Value >::CachePage |
Namespaces | |
TheISA | |
DecodeCache | |
Typedefs | |
typedef std::unordered_map < TheISA::ExtMachInst, StaticInstPtr > | DecodeCache::InstMap |
Hash for decoded instructions. More... | |