33 #include "arch/decoder.hh" 
   34 #include "arch/types.hh" 
   35 #include "config/the_isa.hh" 
   46     if (si && (si->
machInst == mach_inst))
 
   49     DecodeCache::InstMap::iterator iter = 
instMap.find(mach_inst);
 
   55     si = decoder->decodeInst(mach_inst);
 
DecodeCache::AddrMap< StaticInstPtr > decodePages
 
DecodeCache::InstMap instMap
 
const ExtMachInst machInst
The binary machine instruction. 
 
StaticInstPtr decode(TheISA::Decoder *const decoder, TheISA::ExtMachInst mach_inst, Addr addr)
Decode a machine instruction. 
 
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.