gem5
v20.0.0.0
|
Definition of a repeated qwords compressor, which compresses data if it is entirely composed of repeated qwords. More...
#include <array>
#include <cstdint>
#include <map>
#include <memory>
#include "mem/cache/compressors/dictionary_compressor.hh"
Go to the source code of this file.
Classes | |
class | RepeatedQwordsCompressor |
class | RepeatedQwordsCompressor::PatternX |
class | RepeatedQwordsCompressor::PatternM |
Definition of a repeated qwords compressor, which compresses data if it is entirely composed of repeated qwords.
Definition in file repeated_qwords.hh.