gem5 v24.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 | gem5::compression::RepeatedQwords |
class | gem5::compression::RepeatedQwords::PatternX |
class | gem5::compression::RepeatedQwords::PatternM |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::compression |
Definition of a repeated qwords compressor, which compresses data if it is entirely composed of repeated qwords.
Definition in file repeated_qwords.hh.