gem5
v19.0.0.0
|
Go to the source code of this file.
Functions | |
TEST (CondCodes, FindCarryWithNoCarryIn8Bit) | |
TEST (CondCodes, FindNoCarryWithNoCarryIn8Bit) | |
TEST (CondCodes, FindCarryWithCarryIn8Bit) | |
TEST (CondCodes, FindNoCarryWithCarryIn8Bit) | |
TEST (CondCodes, FindCarryWithNoCarryIn32Bit) | |
TEST (CondCodes, FindNoCarryWithNoCarryIn32Bit) | |
TEST (CondCodes, FindCarryWithCarryIn32Bit) | |
TEST (CondCodes, FindCarryWithNoCarryIn64Bit) | |
TEST (CondCodes, FindCarryWithCarryIn64Bit) | |
TEST (CondCodes, FindOverflow8Bit) | |
TEST (CondCodes, FindOverflow32Bit) | |
TEST (CondCodes, FindOverflow64Bit) | |
TEST (CondCodes, OddParity) | |
TEST (CondCodes, EvenParity) | |
TEST (CondCodes, OddParityOverflow) | |
TEST (CondCodes, EvenParityOverflow) | |
TEST (CondCodes, IsNegative) | |
TEST (CondCodes, IsNotNegative) | |
TEST (CondCodes, IsZero) | |
TEST (CondCodes, IsNotZero) | |
TEST (CondCodes, IsZeroOverflow) | |
TEST | ( | CondCodes | , |
FindCarryWithNoCarryIn8Bit | |||
) |
Definition at line 40 of file condcodes.test.cc.
References EXPECT_TRUE, and findCarry().
TEST | ( | CondCodes | , |
FindNoCarryWithNoCarryIn8Bit | |||
) |
Definition at line 49 of file condcodes.test.cc.
References EXPECT_FALSE, and findCarry().
TEST | ( | CondCodes | , |
FindCarryWithCarryIn8Bit | |||
) |
Definition at line 58 of file condcodes.test.cc.
References EXPECT_TRUE, and findCarry().
TEST | ( | CondCodes | , |
FindNoCarryWithCarryIn8Bit | |||
) |
Definition at line 67 of file condcodes.test.cc.
References EXPECT_FALSE, and findCarry().
TEST | ( | CondCodes | , |
FindCarryWithNoCarryIn32Bit | |||
) |
Definition at line 76 of file condcodes.test.cc.
References EXPECT_TRUE, and findCarry().
TEST | ( | CondCodes | , |
FindNoCarryWithNoCarryIn32Bit | |||
) |
Definition at line 85 of file condcodes.test.cc.
References EXPECT_FALSE, and findCarry().
TEST | ( | CondCodes | , |
FindCarryWithCarryIn32Bit | |||
) |
Definition at line 90 of file condcodes.test.cc.
References EXPECT_FALSE, EXPECT_TRUE, and findCarry().
TEST | ( | CondCodes | , |
FindCarryWithNoCarryIn64Bit | |||
) |
Definition at line 105 of file condcodes.test.cc.
References EXPECT_FALSE, EXPECT_TRUE, and findCarry().
TEST | ( | CondCodes | , |
FindCarryWithCarryIn64Bit | |||
) |
Definition at line 137 of file condcodes.test.cc.
References EXPECT_FALSE, EXPECT_TRUE, and findCarry().
TEST | ( | CondCodes | , |
FindOverflow8Bit | |||
) |
Definition at line 173 of file condcodes.test.cc.
References EXPECT_FALSE, EXPECT_TRUE, and findOverflow().
TEST | ( | CondCodes | , |
FindOverflow32Bit | |||
) |
Definition at line 187 of file condcodes.test.cc.
References EXPECT_FALSE, EXPECT_TRUE, and findOverflow().
TEST | ( | CondCodes | , |
FindOverflow64Bit | |||
) |
Definition at line 201 of file condcodes.test.cc.
References EXPECT_FALSE, EXPECT_TRUE, and findOverflow().
TEST | ( | CondCodes | , |
OddParity | |||
) |
Definition at line 220 of file condcodes.test.cc.
References EXPECT_EQ, and findParity().
TEST | ( | CondCodes | , |
EvenParity | |||
) |
Definition at line 225 of file condcodes.test.cc.
References EXPECT_EQ, and findParity().
TEST | ( | CondCodes | , |
OddParityOverflow | |||
) |
Definition at line 230 of file condcodes.test.cc.
References EXPECT_EQ, and findParity().
TEST | ( | CondCodes | , |
EvenParityOverflow | |||
) |
Definition at line 235 of file condcodes.test.cc.
References EXPECT_EQ, and findParity().
TEST | ( | CondCodes | , |
IsNegative | |||
) |
Definition at line 240 of file condcodes.test.cc.
References EXPECT_EQ, and findNegative().
TEST | ( | CondCodes | , |
IsNotNegative | |||
) |
Definition at line 245 of file condcodes.test.cc.
References EXPECT_EQ, and findNegative().
TEST | ( | CondCodes | , |
IsZero | |||
) |
Definition at line 250 of file condcodes.test.cc.
References EXPECT_EQ, and findZero().
TEST | ( | CondCodes | , |
IsNotZero | |||
) |
Definition at line 255 of file condcodes.test.cc.
References EXPECT_EQ, and findZero().
TEST | ( | CondCodes | , |
IsZeroOverflow | |||
) |
Definition at line 260 of file condcodes.test.cc.
References EXPECT_EQ, and findZero().