Go to the documentation of this file.
34 #ifndef __MEM_CACHE_COMPRESSORS_ZERO_HH__
35 #define __MEM_CACHE_COMPRESSORS_ZERO_HH__
47 struct ZeroCompressorParams;
84 static std::map<int, std::string> pattern_names = {
88 return pattern_names[number];
91 std::unique_ptr<Pattern>
93 const int match_location)
const override
95 return PatternFactory::getPattern(bytes, dict_bytes, match_location);
100 std::unique_ptr<Base::CompressionData>
compress(
127 Z, 1, 0, match_location, bytes)
135 #endif //__MEM_CACHE_COMPRESSORS_ZERO_HH__
PatternX(const DictionaryEntry bytes, const int match_location)
A template version of the dictionary compressor that allows to choose the dictionary size.
A pattern that compares masked values to a masked portion of a fixed value.
void addToDictionary(DictionaryEntry data) override
BaseCacheCompressorParams Params
A pattern containing the original uncompressed data.
std::unique_ptr< Base::CompressionData > compress(const std::vector< Base::Chunk > &chunks, Cycles &comp_lat, Cycles &decomp_lat) override
Apply the compression process to the cache line.
Factory< PatternZ, PatternX > PatternFactory
Convenience factory declaration.
uint64_t getNumPatterns() const override
Trick function to get the number of patterns.
Cycles is a wrapper class for representing cycle counts, i.e.
PatternZ(const DictionaryEntry bytes, const int match_location)
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
MaskedValuePattern(const int number, const uint64_t code, const uint64_t metadata_length, const int match_location, const DictionaryEntry bytes, const bool allocate=false)
std::string getName(int number) const override
Get meta-name assigned to the given pattern.
ZeroCompressorParams Params
PatternNumber
The patterns proposed in the paper.
std::unique_ptr< Pattern > getPattern(const DictionaryEntry &bytes, const DictionaryEntry &dict_bytes, const int match_location) const override
DictionaryCompressor< uint64_t >::DictionaryEntry DictionaryEntry
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
UncompressedPattern(const int number, const uint64_t code, const uint64_t metadata_length, const int match_location, const DictionaryEntry bytes)
Generated on Tue Dec 21 2021 11:34:31 for gem5 by doxygen 1.8.17