gem5 v24.0.0.0
|
#include <decoder.hh>
Public Member Functions | |
InstBytes () | |
Public Attributes | |
StaticInstPtr | si |
std::vector< MachInst > | chunks |
std::vector< MachInst > | masks |
int | lastOffset |
Definition at line 80 of file decoder.hh.
|
inline |
Definition at line 87 of file decoder.hh.
std::vector<MachInst> gem5::X86ISA::Decoder::InstBytes::chunks |
Definition at line 83 of file decoder.hh.
Referenced by gem5::X86ISA::Decoder::decode(), gem5::X86ISA::Decoder::doFromCacheState(), gem5::X86ISA::Decoder::doResetState(), gem5::X86ISA::Decoder::process(), and gem5::X86ISA::Decoder::updateOffsetState().
int gem5::X86ISA::Decoder::InstBytes::lastOffset |
Definition at line 85 of file decoder.hh.
Referenced by gem5::X86ISA::Decoder::decode(), and gem5::X86ISA::Decoder::doFromCacheState().
std::vector<MachInst> gem5::X86ISA::Decoder::InstBytes::masks |
Definition at line 84 of file decoder.hh.
Referenced by gem5::X86ISA::Decoder::decode(), and gem5::X86ISA::Decoder::doFromCacheState().
StaticInstPtr gem5::X86ISA::Decoder::InstBytes::si |
Definition at line 82 of file decoder.hh.
Referenced by gem5::X86ISA::Decoder::decode(), gem5::X86ISA::Decoder::doFromCacheState(), and gem5::X86ISA::Decoder::doResetState().