C# 클래스 CSPspEmu.Core.Cpu.VFpu.VfpuRegisterInfo

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Column int
Matrix int
Row int
Size int
Type char

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CheckInvalid ( string Message, bool Check ) : void
CheckRegisterType ( VfpuRegisterType RegisterType ) : void

메소드 상세

FromVfpuRegisterInt() 공개 정적인 메소드

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

GetCellOffset() 공개 메소드

public GetCellOffset ( int Offset ) : VfpuCell
Offset int
리턴 VfpuCell

GetCellOffset() 공개 메소드

public GetCellOffset ( int ColumnOffset, int RowOffset ) : VfpuCell
ColumnOffset int
RowOffset int
리턴 VfpuCell

Parse() 공개 정적인 메소드

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

VfpuRegisterInfo() 공개 메소드

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

프로퍼티 상세

Column 공개적으로 프로퍼티

public int Column
리턴 int

Matrix 공개적으로 프로퍼티

public int Matrix
리턴 int

Row 공개적으로 프로퍼티

public int Row
리턴 int

Size 공개적으로 프로퍼티

public int Size
리턴 int

Type 공개적으로 프로퍼티

public char Type
리턴 char