31 #include "arch/decoder.hh" 32 #include "arch/types.hh" 33 #include "config/the_isa.hh" 44 if (si && (si->
machInst == mach_inst))
47 auto iter =
instMap.find(mach_inst);
53 si = decoder->decodeInst(mach_inst);
DecodeCache::AddrMap< StaticInstPtr > decodePages
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.
DecodeCache::InstMap< TheISA::ExtMachInst > instMap