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

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

공개 프로퍼티들

프로퍼티 타입 설명
DeclaredPC uint
Enabled bool
UsedCount int
UsedPC uint
Value uint

공개 메소드들

메소드 설명
CheckPrefixUsage ( uint PC ) : void
DestinationMask ( int i ) : bool
DestinationMask ( int i, bool ValueToInsert ) : void
DestinationSaturation ( int i ) : uint
DestinationSaturation ( int i, uint ValueToInsert ) : void
EnableAndSetValueAndPc ( uint Value, uint PC ) : void
IsValidIndex ( int Index ) : bool
ToString ( ) : string

메소드 상세

CheckPrefixUsage() 공개 메소드

public CheckPrefixUsage ( uint PC ) : void
PC uint
리턴 void

DestinationMask() 공개 메소드

public DestinationMask ( int i ) : bool
i int
리턴 bool

DestinationMask() 공개 메소드

public DestinationMask ( int i, bool ValueToInsert ) : void
i int
ValueToInsert bool
리턴 void

DestinationSaturation() 공개 메소드

public DestinationSaturation ( int i ) : uint
i int
리턴 uint

DestinationSaturation() 공개 메소드

public DestinationSaturation ( int i, uint ValueToInsert ) : void
i int
ValueToInsert uint
리턴 void

EnableAndSetValueAndPc() 공개 메소드

public EnableAndSetValueAndPc ( uint Value, uint PC ) : void
Value uint
PC uint
리턴 void

IsValidIndex() 공개 메소드

public IsValidIndex ( int Index ) : bool
Index int
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

DeclaredPC 공개적으로 프로퍼티

public uint DeclaredPC
리턴 uint

Enabled 공개적으로 프로퍼티

public bool Enabled
리턴 bool

UsedCount 공개적으로 프로퍼티

public int UsedCount
리턴 int

UsedPC 공개적으로 프로퍼티

public uint UsedPC
리턴 uint

Value 공개적으로 프로퍼티

public uint Value
리턴 uint