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