gem5 v24.0.0.0
|
Go to the source code of this file.
Functions | |
TEST (CyclesTest, NoCycles) | |
TEST (CyclesTest, PrefixIncrement) | |
TEST (CyclesTest, PrefixDecrement) | |
TEST (CyclesTest, InPlaceAddition) | |
TEST (CyclesTest, GreaterThanLessThan) | |
TEST (CyclesTest, AddCycles) | |
TEST (CyclesTest, SubtractCycles) | |
TEST (CyclesTest, ShiftRight) | |
TEST (CyclesTest, ShiftLeft) | |
TEST (CyclesTest, OutStream) | |
TEST (MicroPCTest, CheckMicroPCRomBit) | |
TEST (MicroPCTest, RomMicroPCTest) | |
TEST (MicroPCTest, NormalMicroPCTest) | |
TEST (MicroPCTest, IsRomMicroPCTest) | |
TEST (MicroPCTest, IsNotRomMicroPCTest) | |
TEST (TypesTest, FloatToBits32) | |
TEST (TypesTest, floatToBits64) | |
TEST (TypesTest, floatsToBitsDoubleInput) | |
TEST (TypesTest, floatsToBitsFloatInput) | |
TEST | ( | CyclesTest | , |
AddCycles | ) |
Definition at line 89 of file types.test.cc.
TEST | ( | CyclesTest | , |
GreaterThanLessThan | ) |
Definition at line 81 of file types.test.cc.
TEST | ( | CyclesTest | , |
InPlaceAddition | ) |
Definition at line 73 of file types.test.cc.
TEST | ( | CyclesTest | , |
NoCycles | ) |
Definition at line 50 of file types.test.cc.
TEST | ( | CyclesTest | , |
OutStream | ) |
Definition at line 119 of file types.test.cc.
References gem5::ArmISA::ss.
TEST | ( | CyclesTest | , |
PrefixDecrement | ) |
Definition at line 65 of file types.test.cc.
TEST | ( | CyclesTest | , |
PrefixIncrement | ) |
Definition at line 56 of file types.test.cc.
TEST | ( | CyclesTest | , |
ShiftLeft | ) |
Definition at line 112 of file types.test.cc.
TEST | ( | CyclesTest | , |
ShiftRight | ) |
Definition at line 105 of file types.test.cc.
TEST | ( | CyclesTest | , |
SubtractCycles | ) |
Definition at line 97 of file types.test.cc.
TEST | ( | MicroPCTest | , |
CheckMicroPCRomBit | ) |
Definition at line 131 of file types.test.cc.
References gem5::MicroPCRomBit.
TEST | ( | MicroPCTest | , |
IsNotRomMicroPCTest | ) |
Definition at line 151 of file types.test.cc.
References gem5::isRomMicroPC().
TEST | ( | MicroPCTest | , |
IsRomMicroPCTest | ) |
Definition at line 146 of file types.test.cc.
References gem5::isRomMicroPC(), and gem5::MicroPCRomBit.
TEST | ( | MicroPCTest | , |
NormalMicroPCTest | ) |
Definition at line 141 of file types.test.cc.
References gem5::MicroPCRomBit, and gem5::normalMicroPC().
TEST | ( | MicroPCTest | , |
RomMicroPCTest | ) |
Definition at line 136 of file types.test.cc.
References gem5::MicroPCRomBit, and gem5::romMicroPC().
TEST | ( | TypesTest | , |
floatsToBitsDoubleInput | ) |
Definition at line 176 of file types.test.cc.
References gem5::floatToBits(), gem5::floatToBits64(), and gem5::X86ISA::val.
TEST | ( | TypesTest | , |
floatsToBitsFloatInput | ) |
Definition at line 182 of file types.test.cc.
References gem5::floatToBits(), gem5::floatToBits32(), and gem5::X86ISA::val.
TEST | ( | TypesTest | , |
FloatToBits32 | ) |
Definition at line 161 of file types.test.cc.
References gem5::floatToBits32().
TEST | ( | TypesTest | , |
floatToBits64 | ) |
Definition at line 166 of file types.test.cc.
References gem5::floatToBits64().