Go to the documentation of this file.
30 #ifndef __ARCH_POWER_DECODER_HH__
31 #define __ARCH_POWER_DECODER_HH__
37 #include "debug/Decode.hh"
38 #include "params/PowerDecoder.hh"
80 DPRINTF(Decode,
"Decode: Decoded %s instruction: %#x\n",
81 si->getName(), mach_inst);
99 #endif // __ARCH_POWER_DECODER_HH__
Addr instAddr() const
Returns the memory address of the instruction this PC points to.
StaticInstPtr decode(ExtMachInst mach_inst, Addr addr)
Decode a machine instruction.
static GenericISA::BasicDecodeCache< Decoder, ExtMachInst > defaultCache
A cache of decoded instruction objects.
T gtoh(T value, ByteOrder guest_byte_order)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
void moreBytes(const PCStateBase &pc, Addr fetchPC) override
Feed data to the decoder.
ByteOrder byteOrder() const
Decoder(const PowerDecoderParams &p)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
StaticInstPtr decode(PCStateBase &next_pc) override
Decode an instruction or fetch it from the code cache.
StaticInstPtr decodeInst(ExtMachInst mach_inst)
Generated on Sun Jul 30 2023 01:56:47 for gem5 by doxygen 1.8.17