gem5  v20.1.0.0
Classes | Typedefs | Enumerations
misc.hh File Reference
#include <bitset>
#include <limits>
#include <memory>
#include "base/logging.hh"
#include "sim/clocked_object.hh"

Go to the source code of this file.

Classes

class  WaitClass
 
class  Float16
 

Typedefs

typedef std::bitset< std::numeric_limits< unsigned long long >::digits > VectorMask
 
typedef std::shared_ptr< GPUDynInstGPUDynInstPtr
 

Enumerations

enum  InstMemoryHop : int {
  Initiate = 0, CoalsrSend = 1, CoalsrRecv = 2, GMEnqueue = 3,
  Complete = 4, InstMemoryHopMax = 5
}
 
enum  BlockMemoryHop : int { BlockSend = 0, BlockRecv = 1 }
 

Typedef Documentation

◆ GPUDynInstPtr

typedef std::shared_ptr<GPUDynInst> GPUDynInstPtr

Definition at line 48 of file misc.hh.

◆ VectorMask

typedef std::bitset<std::numeric_limits<unsigned long long>::digits> VectorMask

Definition at line 44 of file misc.hh.

Enumeration Type Documentation

◆ BlockMemoryHop

enum BlockMemoryHop : int
Enumerator
BlockSend 
BlockRecv 

Definition at line 59 of file misc.hh.

◆ InstMemoryHop

enum InstMemoryHop : int
Enumerator
Initiate 
CoalsrSend 
CoalsrRecv 
GMEnqueue 
Complete 
InstMemoryHopMax 

Definition at line 50 of file misc.hh.


Generated on Wed Sep 30 2020 14:02:18 for gem5 by doxygen 1.8.17