|
gem5 [DEVELOP-FOR-25.1]
|
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) | |
| 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 gem5::ArmISA::a, gem5::ArmISA::b, and gem5::ArmISA::c.
Referenced by TEST().
| void multiply2Op | ( | int * | b, |
| int | a ) |
Definition at line 39 of file amo.test.cc.
References gem5::ArmISA::a, and gem5::ArmISA::b.
Referenced by TEST().
| void multiply3Op | ( | int * | b, |
| int | a, | ||
| int | c ) |
Definition at line 45 of file amo.test.cc.
References gem5::ArmISA::a, gem5::ArmISA::b, and gem5::ArmISA::c.
Referenced by TEST().
| TEST | ( | AmoTest | , |
| AtomicGeneric2Op | ) |
Definition at line 230 of file amo.test.cc.
References multiply2Op().
| TEST | ( | AmoTest | , |
| AtomicGeneric3Op | ) |
Definition at line 241 of file amo.test.cc.
References multiply3Op().
| TEST | ( | AmoTest | , |
| AtomicGenericPair3Op | ) |
Definition at line 252 of file amo.test.cc.
References gem5::ArmISA::a, addSubColumns(), and gem5::ArmISA::c.
| TEST | ( | AmoTest | , |
| AtomicOpAdd | ) |
Definition at line 150 of file amo.test.cc.
| TEST | ( | AmoTest | , |
| AtomicOpAnd | ) |
Definition at line 214 of file amo.test.cc.
| TEST | ( | AmoTest | , |
| AtomicOpDec | ) |
Definition at line 102 of file amo.test.cc.
| TEST | ( | AmoTest | , |
| AtomicOpExch | ) |
Definition at line 166 of file amo.test.cc.
| TEST | ( | AmoTest | , |
| AtomicOpInc | ) |
Definition at line 118 of file amo.test.cc.
| TEST | ( | AmoTest | , |
| AtomicOpMax | ) |
Definition at line 80 of file amo.test.cc.
| TEST | ( | AmoTest | , |
| AtomicOpMin | ) |
Definition at line 57 of file amo.test.cc.
| TEST | ( | AmoTest | , |
| AtomicOpOr | ) |
Definition at line 198 of file amo.test.cc.
| TEST | ( | AmoTest | , |
| AtomicOpSub | ) |
Definition at line 134 of file amo.test.cc.
| TEST | ( | AmoTest | , |
| AtomicOpXor | ) |
Definition at line 182 of file amo.test.cc.