|
gem5 [DEVELOP-FOR-25.1]
|
#include <gpu_decoder.hh>
Public Attributes | |
| unsigned int | OFFSET: 13 |
| unsigned int | SVE: 1 |
| unsigned int | SEG: 2 |
| unsigned int | GLC: 1 |
| unsigned int | SLC: 1 |
| unsigned int | OP: 7 |
| unsigned int | pad_25: 1 |
| unsigned int | ENCODING: 6 |
Definition at line 1813 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_FLAT::ENCODING |
Definition at line 1821 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_FLAT::GLC |
Definition at line 1817 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_FLAT::OFFSET |
Definition at line 1814 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_FLAT::OP |
Definition at line 1819 of file gpu_decoder.hh.
Referenced by gem5::VegaISA::Decoder::subDecode_OP_FLAT().
| unsigned int gem5::VegaISA::InFmt_FLAT::pad_25 |
Definition at line 1820 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_FLAT::SEG |
Definition at line 1816 of file gpu_decoder.hh.
Referenced by gem5::VegaISA::Inst_FLAT::Inst_FLAT(), and gem5::VegaISA::Decoder::subDecode_OP_FLAT().
| unsigned int gem5::VegaISA::InFmt_FLAT::SLC |
Definition at line 1818 of file gpu_decoder.hh.
| unsigned int gem5::VegaISA::InFmt_FLAT::SVE |
Definition at line 1815 of file gpu_decoder.hh.