gem5  v21.0.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
amo.test.cc File Reference
#include <gtest/gtest.h>
#include <string>
#include <array>
#include "base/amo.hh"

Go to the source code of this file.

Functions

void multiply2Op (int *b, int a)
 
void multiply3Op (int *b, int a, int c)
 
void addSubColumns (int *b, const std::array< int, 2 > &a, const std::array< int, 2 > &c)
 
 TEST (AmoTest, AtomicOpMin)
 
 TEST (AmoTest, AtomicOpMax)
 
 TEST (AmoTest, AtomicOpDec)
 
 TEST (AmoTest, AtomicOpInc)
 
 TEST (AmoTest, AtomicOpSub)
 
 TEST (AmoTest, AtomicOpAdd)
 
 TEST (AmoTest, AtomicOpExch)
 
 TEST (AmoTest, AtomicOpXor)
 
 TEST (AmoTest, AtomicOpOr)
 
 TEST (AmoTest, AtomicOpAnd)
 
 TEST (AmoTest, AtomicGeneric2Op)
 
 TEST (AmoTest, AtomicGeneric3Op)
 
 TEST (AmoTest, AtomicGenericPair3Op)
 

Function Documentation

◆ addSubColumns()

void addSubColumns ( int *  b,
const std::array< int, 2 > &  a,
const std::array< int, 2 > &  c 
)

Definition at line 51 of file amo.test.cc.

References ArmISA::a, ArmISA::b, and ArmISA::c.

Referenced by TEST().

◆ multiply2Op()

void multiply2Op ( int *  b,
int  a 
)

Definition at line 39 of file amo.test.cc.

References ArmISA::a, and ArmISA::b.

Referenced by TEST().

◆ multiply3Op()

void multiply3Op ( int *  b,
int  a,
int  c 
)

Definition at line 45 of file amo.test.cc.

References ArmISA::a, ArmISA::b, and ArmISA::c.

Referenced by TEST().

◆ TEST() [1/13]

TEST ( AmoTest  ,
AtomicGeneric2Op   
)

Definition at line 212 of file amo.test.cc.

References TypedAtomicOpFunctor< T >::execute(), and multiply2Op().

◆ TEST() [2/13]

TEST ( AmoTest  ,
AtomicGeneric3Op   
)

Definition at line 223 of file amo.test.cc.

References TypedAtomicOpFunctor< T >::execute(), and multiply3Op().

◆ TEST() [3/13]

TEST ( AmoTest  ,
AtomicGenericPair3Op   
)

◆ TEST() [4/13]

TEST ( AmoTest  ,
AtomicOpAdd   
)

Definition at line 142 of file amo.test.cc.

References TypedAtomicOpFunctor< T >::execute().

◆ TEST() [5/13]

TEST ( AmoTest  ,
AtomicOpAnd   
)

Definition at line 198 of file amo.test.cc.

References TypedAtomicOpFunctor< T >::execute().

◆ TEST() [6/13]

TEST ( AmoTest  ,
AtomicOpDec   
)

Definition at line 100 of file amo.test.cc.

References TypedAtomicOpFunctor< T >::execute().

◆ TEST() [7/13]

TEST ( AmoTest  ,
AtomicOpExch   
)

Definition at line 156 of file amo.test.cc.

References TypedAtomicOpFunctor< T >::execute().

◆ TEST() [8/13]

TEST ( AmoTest  ,
AtomicOpInc   
)

Definition at line 114 of file amo.test.cc.

References TypedAtomicOpFunctor< T >::execute().

◆ TEST() [9/13]

TEST ( AmoTest  ,
AtomicOpMax   
)

Definition at line 79 of file amo.test.cc.

References TypedAtomicOpFunctor< T >::execute().

◆ TEST() [10/13]

TEST ( AmoTest  ,
AtomicOpMin   
)

Definition at line 57 of file amo.test.cc.

References TypedAtomicOpFunctor< T >::execute().

◆ TEST() [11/13]

TEST ( AmoTest  ,
AtomicOpOr   
)

Definition at line 184 of file amo.test.cc.

References TypedAtomicOpFunctor< T >::execute().

◆ TEST() [12/13]

TEST ( AmoTest  ,
AtomicOpSub   
)

Definition at line 128 of file amo.test.cc.

References TypedAtomicOpFunctor< T >::execute().

◆ TEST() [13/13]

TEST ( AmoTest  ,
AtomicOpXor   
)

Definition at line 170 of file amo.test.cc.

References TypedAtomicOpFunctor< T >::execute().


Generated on Tue Jun 22 2021 15:28:33 for gem5 by doxygen 1.8.17