|
gem5 [DEVELOP-FOR-25.1]
|
#include <gpu_decoder.hh>
Public Attributes | |
| unsigned int | SBASE: 6 |
| unsigned int | SDATA: 7 |
| unsigned int | pad_13: 1 |
| unsigned int | SOE: 1 |
| unsigned int | NV: 1 |
| unsigned int | GLC: 1 |
| unsigned int | IMM: 1 |
| unsigned int | OP: 8 |
| unsigned int | ENCODING: 6 |
Definition at line 1903 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_SMEM::ENCODING |
Definition at line 1912 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_SMEM::GLC |
Definition at line 1909 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_SMEM::IMM |
Definition at line 1910 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_SMEM::NV |
Definition at line 1908 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_SMEM::OP |
Definition at line 1911 of file gpu_decoder.hh.
Referenced by gem5::VegaISA::Decoder::subDecode_OP_SMEM().
| unsigned int gem5::VegaISA::InFmt_SMEM::pad_13 |
Definition at line 1906 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_SMEM::SBASE |
Definition at line 1904 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_SMEM::SDATA |
Definition at line 1905 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_SMEM::SOE |
Definition at line 1907 of file gpu_decoder.hh.