gem5
|
#include <decoder.hh>
Public Member Functions | |
InstBytes () | |
Public Attributes | |
StaticInstPtr | si |
std::vector< MachInst > | chunks |
std::vector< MachInst > | masks |
int | lastOffset |
Definition at line 72 of file decoder.hh.
|
inline |
Definition at line 79 of file decoder.hh.
std::vector<MachInst> X86ISA::Decoder::InstBytes::chunks |
Definition at line 75 of file decoder.hh.
Referenced by X86ISA::Decoder::decode(), X86ISA::Decoder::doFromCacheState(), X86ISA::Decoder::doResetState(), X86ISA::Decoder::process(), and X86ISA::Decoder::updateOffsetState().
int X86ISA::Decoder::InstBytes::lastOffset |
Definition at line 77 of file decoder.hh.
Referenced by X86ISA::Decoder::decode(), and X86ISA::Decoder::doFromCacheState().
std::vector<MachInst> X86ISA::Decoder::InstBytes::masks |
Definition at line 76 of file decoder.hh.
Referenced by X86ISA::Decoder::decode(), and X86ISA::Decoder::doFromCacheState().
StaticInstPtr X86ISA::Decoder::InstBytes::si |
Definition at line 74 of file decoder.hh.
Referenced by X86ISA::Decoder::decode(), X86ISA::Decoder::doFromCacheState(), and X86ISA::Decoder::doResetState().