gem5
|
#include <gpu_decoder.hh>
Public Member Functions | |
GPUStaticInst * | decode (MachInst machInst) |
GPUStaticInst * | decode (RawMachInst inst) |
RawMachInst | saveInst (GPUStaticInst *decodedInst) |
Static Private Attributes | |
static std::vector < GPUStaticInst * > | decodedInsts |
Definition at line 53 of file gpu_decoder.hh.
GPUStaticInst* HsailISA::Decoder::decode | ( | MachInst | machInst | ) |
|
inline |
Definition at line 59 of file gpu_decoder.hh.
References decodedInsts.
|
inline |
Definition at line 65 of file gpu_decoder.hh.
References decodedInsts.
|
staticprivate |
Definition at line 73 of file gpu_decoder.hh.
Referenced by decode(), and saveInst().