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

Mostra 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_oe property

public int Column
return int

Matrix public_oe property

public int Matrix
return int

Row public_oe property

public int Row
return int

Size public_oe property

public int Size
return int

Type public_oe property

public char Type
return char