gem5 v24.0.0.0
|
A compressed value contains its encoding, and the compressed data itself. More...
#include <frequent_values.hh>
Public Member Functions | |
CompressedValue (encoder::Code _code, uint64_t _value) | |
Public Attributes | |
encoder::Code | code |
The codeword. | |
uint64_t | value |
Original value, stored both for when the codeword marks an uncompressed entry, and to verify correctness. | |
A compressed value contains its encoding, and the compressed data itself.
Definition at line 202 of file frequent_values.hh.
|
inline |
Definition at line 213 of file frequent_values.hh.
encoder::Code gem5::compression::FrequentValues::CompData::CompressedValue::code |
The codeword.
Definition at line 205 of file frequent_values.hh.
uint64_t gem5::compression::FrequentValues::CompData::CompressedValue::value |
Original value, stored both for when the codeword marks an uncompressed entry, and to verify correctness.
Definition at line 211 of file frequent_values.hh.