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

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
Column int
Matrix int
Row int
Size int
Type char

Méthodes publiques

Méthode 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

Méthode Description
CheckInvalid ( string Message, bool Check ) : void
CheckRegisterType ( VfpuRegisterType RegisterType ) : void

Method Details

FromVfpuRegisterInt() public static méthode

public static FromVfpuRegisterInt ( VfpuRegisterType Type, int Size, VfpuRegisterInt Register ) : VfpuRegisterInfo
Type VfpuRegisterType
Size int
Register VfpuRegisterInt
Résultat VfpuRegisterInfo

GetCellOffset() public méthode

public GetCellOffset ( int Offset ) : VfpuCell
Offset int
Résultat VfpuCell

GetCellOffset() public méthode

public GetCellOffset ( int ColumnOffset, int RowOffset ) : VfpuCell
ColumnOffset int
RowOffset int
Résultat VfpuCell

Parse() public static méthode

public static Parse ( int Size, string Name ) : VfpuRegisterInfo
Size int
Name string
Résultat VfpuRegisterInfo

VfpuRegisterInfo() public méthode

public VfpuRegisterInfo ( int Size, char Type, int Matrix, int Column, int Row ) : System
Size int
Type char
Matrix int
Column int
Row int
Résultat System

Property Details

Column public_oe property

public int Column
Résultat int

Matrix public_oe property

public int Matrix
Résultat int

Row public_oe property

public int Row
Résultat int

Size public_oe property

public int Size
Résultat int

Type public_oe property

public char Type
Résultat char