gem5 v23.0.0.0
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
namespace | gem5::VegaISA |
classes that represnt vector/scalar operands in VEGA ISA. | |
Typedefs | |
typedef uint64_t | gem5::VegaISA::RawMachInst |
used to represnt a GPU inst in its raw format. | |
typedef InstFormat * | gem5::VegaISA::MachInst |
used to represent the encoding of a VEGA inst. | |