gem5 v24.1.0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Private Member Functions | List of all members
gem5::AtomicOpOr< T > Class Template Reference

#include <amo.hh>

Inheritance diagram for gem5::AtomicOpOr< T >:
gem5::TypedAtomicOpFunctor< T > gem5::AtomicOpFunctor

Public Member Functions

 AtomicOpOr (T _a)
 
void execute (T *b)
 
AtomicOpFunctorclone ()
 
- Public Member Functions inherited from gem5::TypedAtomicOpFunctor< T >
void operator() (uint8_t *p)
 
- Public Member Functions inherited from gem5::AtomicOpFunctor
virtual ~AtomicOpFunctor ()
 

Public Attributes

a
 

Private Member Functions

template<typename B >
std::enable_if< std::is_integral< B >::value, void >::type executeImpl (B *b)
 
template<typename B >
std::enable_if<!std::is_integral< B >::value, void >::type executeImpl (B *b)
 

Detailed Description

template<typename T>
class gem5::AtomicOpOr< T >

Definition at line 149 of file amo.hh.

Constructor & Destructor Documentation

◆ AtomicOpOr()

template<typename T >
gem5::AtomicOpOr< T >::AtomicOpOr ( _a)
inline

Definition at line 162 of file amo.hh.

Member Function Documentation

◆ clone()

template<typename T >
AtomicOpFunctor * gem5::AtomicOpOr< T >::clone ( )
inlinevirtual

Implements gem5::TypedAtomicOpFunctor< T >.

Definition at line 164 of file amo.hh.

References gem5::AtomicOpOr< T >::a.

◆ execute()

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

Implements gem5::TypedAtomicOpFunctor< T >.

Definition at line 163 of file amo.hh.

References gem5::ArmISA::b.

◆ executeImpl() [1/2]

template<typename T >
template<typename B >
std::enable_if< std::is_integral< B >::value, void >::type gem5::AtomicOpOr< T >::executeImpl ( B *  b)
inlineprivate

Definition at line 154 of file amo.hh.

References gem5::AtomicOpOr< T >::a, and gem5::ArmISA::b.

◆ executeImpl() [2/2]

template<typename T >
template<typename B >
std::enable_if<!std::is_integral< B >::value, void >::type gem5::AtomicOpOr< T >::executeImpl ( B *  b)
inlineprivate

Definition at line 158 of file amo.hh.

Member Data Documentation

◆ a

template<typename T >
T gem5::AtomicOpOr< T >::a

Definition at line 161 of file amo.hh.

Referenced by gem5::AtomicOpOr< T >::clone(), and gem5::AtomicOpOr< T >::executeImpl().


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

Generated on Mon Jan 13 2025 04:28:48 for gem5 by doxygen 1.9.8