gem5 v24.0.0.0
|
#include <global.h>
Public Member Functions | |
Matrix64x12 () | |
Matrix64x12 (const Matrix64x12 &) | |
void | operator= (const Matrix64x12 &) |
int | operator== (const Matrix64x12 &) const |
WORD | get (int x) const |
void | put (int x, WORD val) |
Public Attributes | |
WORD | m [64] |
Matrix64x12::Matrix64x12 | ( | ) |
Matrix64x12::Matrix64x12 | ( | const Matrix64x12 & | ) |
WORD Matrix64x12::get | ( | int | x | ) | const |
void Matrix64x12::operator= | ( | const Matrix64x12 & | ) |
int Matrix64x12::operator== | ( | const Matrix64x12 & | ) | const |
void Matrix64x12::put | ( | int | x, |
WORD | val ) |