gem5
[DEVELOP-FOR-23.0]
|
#include "arch/amdgpu/vega/insts/gpu_static_inst.hh"
#include "arch/amdgpu/vega/insts/op_encodings.hh"
#include "debug/GPUMem.hh"
#include "gpu-compute/gpu_dyn_inst.hh"
Go to the source code of this file.
Namespaces | |
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. | |
Functions | |
template<typename T , int N> | |
void | gem5::initMemReqHelper (GPUDynInstPtr gpuDynInst, MemCmd mem_req_type, bool is_atomic=false) |
Helper function for instructions declared in op_encodings. More... | |
template<typename T , int N> | |
void | gem5::initMemReqScalarHelper (GPUDynInstPtr gpuDynInst, MemCmd mem_req_type) |
Helper function for scalar instructions declared in op_encodings. More... | |