gem5
v20.1.0.0
|
#include <gpu_decoder.hh>
Public Attributes | |
unsigned int | VADDR: 8 |
unsigned int | VDATA: 8 |
unsigned int | SRSRC: 5 |
unsigned int | pad_21: 1 |
unsigned int | SLC: 1 |
unsigned int | TFE: 1 |
unsigned int | SOFFSET: 8 |
Definition at line 1445 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF_1::pad_21 |
Definition at line 1449 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF_1::SLC |
Definition at line 1450 of file gpu_decoder.hh.
Referenced by Gcn3ISA::Inst_MTBUF::Inst_MTBUF().
unsigned int Gcn3ISA::InFmt_MTBUF_1::SOFFSET |
Definition at line 1452 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF_1::SRSRC |
Definition at line 1448 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF_1::TFE |
Definition at line 1451 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF_1::VADDR |
Definition at line 1446 of file gpu_decoder.hh.
unsigned int Gcn3ISA::InFmt_MTBUF_1::VDATA |
Definition at line 1447 of file gpu_decoder.hh.