30#ifndef __ARCH_RISCV_DECODER_HH__
31#define __ARCH_RISCV_DECODER_HH__
39#include "debug/Decode.hh"
40#include "params/RiscvDecoder.hh"
75 void reset()
override;
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,...
StaticInstPtr decodeInst(ExtMachInst mach_inst)
void moreBytes(const PCStateBase &pc, Addr fetchPC) override
Feed data to the decoder.
StaticInstPtr decode(ExtMachInst mach_inst, Addr addr)
Decode a machine instruction.
Decoder(const RiscvDecoderParams &p)
decode_cache::InstMap< ExtMachInst > instMap
bool compressed(ExtMachInst inst)
std::unordered_map< EMI, StaticInstPtr > InstMap
Hash for decoded instructions.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.