gem5
v20.1.0.0
|
#include <gpu_decoder.hh>
Public Attributes | |
unsigned int | OFFSET: 12 |
unsigned int | OFFEN: 1 |
unsigned int | IDXEN: 1 |
unsigned int | GLC: 1 |
unsigned int | OP: 4 |
unsigned int | DFMT: 4 |
unsigned int | NFMT: 3 |
unsigned int | ENCODING: 6 |
Definition at line 1434 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF::DFMT |
Definition at line 1440 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF::ENCODING |
Definition at line 1442 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF::GLC |
Definition at line 1438 of file gpu_decoder.hh.
Referenced by Gcn3ISA::Inst_MTBUF::Inst_MTBUF().
unsigned int Gcn3ISA::InFmt_MTBUF::IDXEN |
Definition at line 1437 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF::NFMT |
Definition at line 1441 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF::OFFEN |
Definition at line 1436 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF::OFFSET |
Definition at line 1435 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF::OP |
Definition at line 1439 of file gpu_decoder.hh.
Referenced by Gcn3ISA::Decoder::subDecode_OP_MTBUF().