gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
AtomicOpCAS< T > Class Template Reference

#include <gpu_dyn_inst.hh>

Inheritance diagram for AtomicOpCAS< T >:
TypedAtomicOpFunctor< T > AtomicOpFunctor

Public Member Functions

 AtomicOpCAS (T _c, T _s, ComputeUnit *compute_unit)
 
void execute (T *b)
 
- Public Member Functions inherited from TypedAtomicOpFunctor< T >
void operator() (uint8_t *p)
 
- Public Member Functions inherited from AtomicOpFunctor
virtual ~AtomicOpFunctor ()
 

Public Attributes

c
 
s
 
ComputeUnitcomputeUnit
 

Detailed Description

template<typename T>
class AtomicOpCAS< T >

Definition at line 78 of file gpu_dyn_inst.hh.

Constructor & Destructor Documentation

template<typename T>
AtomicOpCAS< T >::AtomicOpCAS ( _c,
_s,
ComputeUnit compute_unit 
)
inline

Definition at line 86 of file gpu_dyn_inst.hh.

Member Function Documentation

template<typename T>
void AtomicOpCAS< T >::execute ( T *  b)
inlinevirtual

Member Data Documentation

template<typename T>
T AtomicOpCAS< T >::c

Definition at line 81 of file gpu_dyn_inst.hh.

Referenced by AtomicOpCAS< T >::execute().

template<typename T>
ComputeUnit* AtomicOpCAS< T >::computeUnit

Definition at line 84 of file gpu_dyn_inst.hh.

Referenced by AtomicOpCAS< T >::execute().

template<typename T>
T AtomicOpCAS< T >::s

Definition at line 82 of file gpu_dyn_inst.hh.

Referenced by AtomicOpCAS< T >::execute().


The documentation for this class was generated from the following file:

Generated on Fri Jun 9 2017 13:04:02 for gem5 by doxygen 1.8.6