Searched refs:decompress (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/cache/compressors/
H A Dcpack.hh39 * decompress() function, which decompresses the contents of a pattern.
191 void decompress(const CompressionData* comp_data, uint64_t* data) override;
216 * decompress. Then the new pattern must be added to the PatternFactory
363 virtual bool decompress(const std::array<uint8_t, 4> dict_bytes,
381 bool decompress(const std::array<uint8_t, 4> dict_bytes,
410 bool decompress(const std::array<uint8_t, 4> dict_bytes,
431 bool decompress(const std::array<uint8_t, 4> dict_bytes,
464 bool decompress(const std::array<uint8_t, 4> dict_bytes,
492 bool decompress(const std::array<uint8_t, 4> dict_bytes,
522 bool decompress(cons
[all...]
H A Dbase.hh100 virtual void decompress(const CompressionData* comp_data,
H A Dcpack.cc171 if (pattern->decompress(*entry_it, data)) {
180 CPack::decompress(const CompressionData* comp_data, uint64_t* data) function in class:CPack
H A Dbase.cc94 decompress(comp_data.get(), decomp_data);
H A Dbdi.hh155 void decompress(const BaseCacheCompressor::CompressionData* comp_data,
216 * Get and decompress data at given index.
261 * Get and decompress data at given index. Must always return 0.
295 * Get and decompress data at given index. Must always return the same
337 * Get and decompress data at given index. Must return the same
411 * Get and decompress data at given index.
H A Dbdi.cc262 // We decompress all base-delta pairs that form the 64-bit entry
337 BDI::decompress(const BaseCacheCompressor::CompressionData* comp_data,

Completed in 18 milliseconds