C# Class CSPspEmu.Core.Cpu.VFpu.VfpuRegisterInfo

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Column int
Matrix int
Row int
Size int
Type char

Public Methods

Method Description
FromVfpuRegisterInt ( VfpuRegisterType Type, int Size, VfpuRegisterInt Register ) : VfpuRegisterInfo
GetCellOffset ( int Offset ) : VfpuCell
GetCellOffset ( int ColumnOffset, int RowOffset ) : VfpuCell
Parse ( int Size, string Name ) : VfpuRegisterInfo
VfpuRegisterInfo ( int Size, char Type, int Matrix, int Column, int Row ) : System

Private Methods

Method Description
CheckInvalid ( string Message, bool Check ) : void
CheckRegisterType ( VfpuRegisterType RegisterType ) : void

Method Details

FromVfpuRegisterInt() public static method

public static FromVfpuRegisterInt ( VfpuRegisterType Type, int Size, VfpuRegisterInt Register ) : VfpuRegisterInfo
Type VfpuRegisterType
Size int
Register VfpuRegisterInt
return VfpuRegisterInfo

GetCellOffset() public method

public GetCellOffset ( int Offset ) : VfpuCell
Offset int
return VfpuCell

GetCellOffset() public method

public GetCellOffset ( int ColumnOffset, int RowOffset ) : VfpuCell
ColumnOffset int
RowOffset int
return VfpuCell

Parse() public static method

public static Parse ( int Size, string Name ) : VfpuRegisterInfo
Size int
Name string
return VfpuRegisterInfo

VfpuRegisterInfo() public method

public VfpuRegisterInfo ( int Size, char Type, int Matrix, int Column, int Row ) : System
Size int
Type char
Matrix int
Column int
Row int
return System

Property Details

Column public property

public int Column
return int

Matrix public property

public int Matrix
return int

Row public property

public int Row
return int

Size public property

public int Size
return int

Type public property

public char Type
return char