gem5
v21.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 87 of file types.test.cc.
TEST | ( | CyclesTest | , |
GreaterThanLessThan | |||
) |
Definition at line 79 of file types.test.cc.
TEST | ( | CyclesTest | , |
InPlaceAddition | |||
) |
Definition at line 71 of file types.test.cc.
TEST | ( | CyclesTest | , |
NoCycles | |||
) |
Definition at line 48 of file types.test.cc.
TEST | ( | CyclesTest | , |
OutStream | |||
) |
Definition at line 117 of file types.test.cc.
References ArmISA::ss.
TEST | ( | CyclesTest | , |
PrefixDecrement | |||
) |
Definition at line 63 of file types.test.cc.
TEST | ( | CyclesTest | , |
PrefixIncrement | |||
) |
Definition at line 54 of file types.test.cc.
TEST | ( | CyclesTest | , |
ShiftLeft | |||
) |
Definition at line 110 of file types.test.cc.
References ULL.
TEST | ( | CyclesTest | , |
ShiftRight | |||
) |
Definition at line 103 of file types.test.cc.
References ULL.
TEST | ( | CyclesTest | , |
SubtractCycles | |||
) |
Definition at line 95 of file types.test.cc.
TEST | ( | MicroPCTest | , |
CheckMicroPCRomBit | |||
) |
Definition at line 129 of file types.test.cc.
References MicroPCRomBit.
TEST | ( | MicroPCTest | , |
IsNotRomMicroPCTest | |||
) |
Definition at line 149 of file types.test.cc.
References isRomMicroPC().
TEST | ( | MicroPCTest | , |
IsRomMicroPCTest | |||
) |
Definition at line 144 of file types.test.cc.
References isRomMicroPC(), and MicroPCRomBit.
TEST | ( | MicroPCTest | , |
NormalMicroPCTest | |||
) |
Definition at line 139 of file types.test.cc.
References MicroPCRomBit, and normalMicroPC().
TEST | ( | MicroPCTest | , |
RomMicroPCTest | |||
) |
Definition at line 134 of file types.test.cc.
References MicroPCRomBit, and romMicroPC().
TEST | ( | TypesTest | , |
floatsToBitsDoubleInput | |||
) |
Definition at line 174 of file types.test.cc.
References floatToBits(), floatToBits64(), and X86ISA::val.
TEST | ( | TypesTest | , |
floatsToBitsFloatInput | |||
) |
Definition at line 180 of file types.test.cc.
References floatToBits(), floatToBits32(), and X86ISA::val.
TEST | ( | TypesTest | , |
FloatToBits32 | |||
) |
Definition at line 159 of file types.test.cc.
References floatToBits32().
TEST | ( | TypesTest | , |
floatToBits64 | |||
) |
Definition at line 164 of file types.test.cc.
References floatToBits64().