gem5  v22.1.0.0
compressors Directory Reference

Directories

directory  encoders
 

Files

file  base.cc [code]
 Definition of a basic cache compressor.
 
file  base.hh [code]
 Definition of a basic cache compressor.
 
file  base_delta.cc [code]
 Implementation of the specialized sub-compressors used by BDI.
 
file  base_delta.hh [code]
 Definition of a base delta immediate compressor.
 
file  base_delta_impl.hh [code]
 Implementation of a base delta immediate compressor.
 
file  base_dictionary_compressor.cc [code]
 Implementation of a base sim object for the templated dictionary-based cache compressor.
 
file  cpack.cc [code]
 Implementation of the CPack cache compressor.
 
file  cpack.hh [code]
 Definition of CPack compression, from "C-Pack: A High-Performance Microprocessor Cache Compression Algorithm".
 
file  dictionary_compressor.hh [code]
 Definition of a dictionary based cache compressor.
 
file  dictionary_compressor_impl.hh [code]
 Implementation of a dictionary based cache compressor.
 
file  fpc.cc [code]
 
file  fpc.hh [code]
 Definition of the Frequent Pattern Compression cache compressor, as described in "Frequent Pattern Compression: A Significance-Based Compression Scheme for L2 Caches".
 
file  fpcd.cc [code]
 Implementation of the FPC-D cache compressor.
 
file  fpcd.hh [code]
 Definition of the Frequent Pattern Compression with limited Dictionary support (FPC-D) cache compressor, as described in "Opportunistic Compression for Direct-Mapped DRAM Caches", by Alameldeen et al.
 
file  frequent_values.cc [code]
 
file  frequent_values.hh [code]
 
file  multi.cc [code]
 Implementation of the a multi compressor that choses the best compression among multiple compressors.
 
file  multi.hh [code]
 Definition of the a multi compressor that choses the best compression among multiple compressors.
 
file  perfect.cc [code]
 Implementation of a perfect compressor, which compresses data to its maximum allowed compression ratio.
 
file  perfect.hh [code]
 Definition of a perfect compressor, that always manages to compress to its maximum compression ratio.
 
file  repeated_qwords.cc [code]
 Implementation of a repeated values compressor, which compresses data if it is entirely composed of repeated qwords.
 
file  repeated_qwords.hh [code]
 Definition of a repeated qwords compressor, which compresses data if it is entirely composed of repeated qwords.
 
file  zero.cc [code]
 Implementation of a zero compressor, which compressed data if it is entirely composed of zero bits.
 
file  zero.hh [code]
 Definition of a zero compressor, which compressed data if it is entirely composed of zero bits.
 

Generated on Wed Dec 21 2022 10:25:13 for gem5 by doxygen 1.9.1