ChampSim
|
Functions | |
TEST_CASE ("lg2 correctly identifies powers of 2") | |
TEST_CASE ("bitmask correctly produces lower-order bits") | |
TEST_CASE ("bitmask correctly produces slice masks") | |
TEST_CASE ("splice_bits performs correctly at the limits") | |
TEST_CASE ("splice_bits performs correctly in the middle") | |
TEST_CASE ("lg2 correctly identifies powers of 2 in a constexpr") | |
TEST_CASE ("bitmask correctly produces lower-bit masks in a constexpr") | |
TEST_CASE ("bitmask correctly produces slice masks in a constexpr") | |
TEST_CASE | ( | "bitmask correctly produces lower-bit masks in a constexpr" | ) |
TEST_CASE | ( | "bitmask correctly produces lower-order bits" | ) |
TEST_CASE | ( | "bitmask correctly produces slice masks in a constexpr" | ) |
TEST_CASE | ( | "bitmask correctly produces slice masks" | ) |
TEST_CASE | ( | "lg2 correctly identifies powers of 2 in a constexpr" | ) |
TEST_CASE | ( | "lg2 correctly identifies powers of 2" | ) |
TEST_CASE | ( | "splice_bits performs correctly at the limits" | ) |
TEST_CASE | ( | "splice_bits performs correctly in the middle" | ) |