gem5
v20.0.0.0
|
Definition of a zero compressor, which compressed data if it is entirely composed of zero bits. 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 | ZeroCompressor |
class | ZeroCompressor::PatternX |
class | ZeroCompressor::PatternZ |
Definition of a zero compressor, which compressed data if it is entirely composed of zero bits.
Definition in file zero.hh.