gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
Matrix64x12 Struct Reference

#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]
 

Detailed Description

Definition at line 104 of file global.h.

Constructor & Destructor Documentation

◆ Matrix64x12() [1/2]

Matrix64x12::Matrix64x12 ( )

◆ Matrix64x12() [2/2]

Matrix64x12::Matrix64x12 ( const Matrix64x12 )

Member Function Documentation

◆ get()

WORD Matrix64x12::get ( int  x) const

◆ operator=()

void Matrix64x12::operator= ( const Matrix64x12 )

◆ operator==()

int Matrix64x12::operator== ( const Matrix64x12 ) const

◆ put()

void Matrix64x12::put ( int  x,
WORD  val 
)

Member Data Documentation

◆ m

WORD Matrix64x12::m[64]

Definition at line 105 of file global.h.


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:27 for gem5 by doxygen 1.8.17