ChampSim
bits.h File Reference
#include <cstdint>
#include <limits>
Include dependency graph for bits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 champsim
 
 champsim::msl
 

Functions

constexpr unsigned champsim::msl::lg2 (uint64_t n)
 
constexpr uint64_t champsim::msl::bitmask (std::size_t begin, std::size_t end=0)
 
constexpr uint64_t champsim::msl::splice_bits (uint64_t upper, uint64_t lower, std::size_t bits)