gem5 v24.0.0.0
|
#include <global.h>
Public Member Functions | |
Coeff8 () | |
Coeff8 (const Coeff8 &) | |
void | operator= (const Coeff8 &) |
int | operator== (const Coeff8 &) const |
COEFF | get (int x) const |
void | put (int x, COEFF val) |
Public Attributes | |
COEFF | c [8] |
Coeff8::Coeff8 | ( | ) |
Coeff8::Coeff8 | ( | const Coeff8 & | ) |
COEFF Coeff8::get | ( | int | x | ) | const |
void Coeff8::operator= | ( | const Coeff8 & | ) |
int Coeff8::operator== | ( | const Coeff8 & | ) | const |
void Coeff8::put | ( | int | x, |
COEFF | val ) |