gem5
|
#include <decode_cache.hh>
Public Member Functions | |
StaticInstPtr | decode (TheISA::Decoder *const decoder, TheISA::ExtMachInst mach_inst, Addr addr) |
Decode a machine instruction. More... | |
Private Attributes | |
DecodeCache::InstMap | instMap |
DecodeCache::AddrMap < StaticInstPtr > | decodePages |
Definition at line 47 of file decode_cache.hh.
StaticInstPtr GenericISA::BasicDecodeCache::decode | ( | TheISA::Decoder *const | decoder, |
TheISA::ExtMachInst | mach_inst, | ||
Addr | addr | ||
) |
Decode a machine instruction.
mach_inst | The binary instruction to decode. |
A | pointer to the corresponding StaticInst object. |
Definition at line 42 of file decode_cache.cc.
References decodePages, instMap, StaticInst::machInst, and PowerISA::si.
Referenced by AlphaISA::Decoder::decode(), RiscvISA::Decoder::decode(), MipsISA::Decoder::decode(), PowerISA::Decoder::decode(), SparcISA::Decoder::decode(), and ArmISA::Decoder::decode().
|
private |
Definition at line 51 of file decode_cache.hh.
Referenced by decode().
|
private |
Definition at line 50 of file decode_cache.hh.
Referenced by decode().