gem5 v23.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Typedefs | Functions | Variables
mat.hh File Reference
#include "arch/arm/types.hh"
#include "arch/arm/matrix.hh"
#include "cpu/reg_class.hh"
#include "debug/MatRegs.hh"

Go to the source code of this file.

Namespaces

namespace  gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 
namespace  gem5::ArmISA
 

Typedefs

using gem5::ArmISA::MatRegContainer = gem5::MatStore< MaxSmeVecLenInBytes, MaxSmeVecLenInBytes >
 
template<typename ElemType >
using gem5::ArmISA::MatTile = gem5::Tile< ElemType, MatRegContainer >
 
template<typename ElemType >
using gem5::ArmISA::MatTileRow = gem5::HorizontalSlice< ElemType, MatRegContainer, true >
 
template<typename ElemType >
using gem5::ArmISA::MatTileCol = gem5::VerticalSlice< ElemType, MatRegContainer, true >
 
template<typename ElemType >
using gem5::ArmISA::MatRow = gem5::HorizontalSlice< ElemType, MatRegContainer, false >
 
template<typename ElemType >
using gem5::ArmISA::MatCol = gem5::VerticalSlice< ElemType, MatRegContainer, false >
 

Functions

template<typename ElemType >
MatTile< ElemType > gem5::ArmISA::getTile (MatRegContainer &reg, uint8_t tile_idx)
 
template<typename ElemType >
MatTileRow< ElemType > gem5::ArmISA::getTileHSlice (MatRegContainer &reg, uint8_t tile_idx, uint8_t row_idx)
 
template<typename ElemType >
MatTileCol< ElemType > gem5::ArmISA::getTileVSlice (MatRegContainer &reg, uint8_t tile_idx, uint8_t col_idx)
 
template<typename ElemType >
MatRow< ElemType > gem5::ArmISA::getHSlice (MatRegContainer &reg, uint8_t row_idx)
 
template<typename ElemType >
MatCol< ElemType > gem5::ArmISA::getVSlice (MatRegContainer &reg, uint8_t col_idx)
 

Variables

const int gem5::ArmISA::NumMatrixRegs = 1
 
static TypedRegClassOps< ArmISA::MatRegContainergem5::ArmISA::matRegClassOps
 
constexpr RegClass gem5::ArmISA::matRegClass
 

Generated on Mon Jul 10 2023 14:24:35 for gem5 by doxygen 1.9.7