Go to the documentation of this file.
35 #ifndef __BASE_TYPES_HH__
36 #define __BASE_TYPES_HH__
89 explicit constexpr
Cycles(uint64_t _c) :
c(_c) { }
95 constexpr
operator uint64_t()
const {
return c; }
123 throw std::invalid_argument(
"RHS cycle value larger than LHS");
178 static inline uint32_t
190 static inline uint64_t
249 typedef std::shared_ptr<FaultBase>
Fault;
253 constexpr decltype(
nullptr)
NoFault =
nullptr;
257 #endif // __BASE_TYPES_HH__
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
static float bitsToFloat32(uint32_t val)
constexpr decltype(nullptr) NoFault
int64_t Counter
Statistics counter type.
static uint32_t floatToBits32(float val)
static MicroPC normalMicroPC(MicroPC upc)
static bool isRomMicroPC(MicroPC upc)
Cycles & operator--()
Prefix decrement operator.
const ContextID InvalidContextID
static double bitsToFloat64(uint64_t val)
Cycles & operator++()
Prefix increment operator.
constexpr Cycles operator<<(const int32_t shift) const
const PortID InvalidPortID
constexpr bool operator>(const Cycles &cc) const
Greater than comparison used for > Cycles(0).
Cycles is a wrapper class for representing cycle counts, i.e.
static uint64_t floatToBits(double val)
Cycles()
Default constructor for parameter classes.
std::shared_ptr< FaultBase > Fault
uint64_t Tick
Tick count type.
uint64_t c
Member holding the actual value.
static double bitsToFloat(uint64_t val)
const ThreadID InvalidThreadID
constexpr Cycles operator-(const Cycles &b) const
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
constexpr Cycles(uint64_t _c)
Explicit constructor assigning a value.
constexpr Cycles operator>>(const int32_t shift) const
static uint64_t floatToBits64(double val)
Cycles & operator+=(const Cycles &cc)
In-place addition of cycles.
int ContextID
Globally unique thread context ID.
static MicroPC romMicroPC(MicroPC upc)
static const MicroPC MicroPCRomBit
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
constexpr Cycles operator+(const Cycles &b) const
int16_t ThreadID
Thread index/ID type.
Generated on Wed Jul 13 2022 10:39:12 for gem5 by doxygen 1.8.17