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

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

Méthodes publiques

Свойство Type Description
ComponentNames string[]
DeclaredPC uint
Enabled bool
UsedCount int
UsedPC uint
Value uint

Méthodes publiques

Méthode Description
CheckPrefixUsage ( uint PC ) : void
EnableAndSetValueAndPc ( uint Value, uint PC ) : void
IsValidIndex ( int Index ) : bool
SourceAbsolute ( int i ) : bool
SourceAbsolute ( int i, bool ValueToInsert ) : void
SourceConstant ( int i ) : bool
SourceConstant ( int i, bool ValueToInsert ) : void
SourceIndex ( int i ) : uint
SourceIndex ( int i, uint ValueToInsert ) : void
SourceNegate ( int i ) : bool
SourceNegate ( int i, bool ValueToInsert ) : void
ToString ( ) : string

Private Methods

Méthode Description
Consume ( ) : void

Method Details

CheckPrefixUsage() public méthode

public CheckPrefixUsage ( uint PC ) : void
PC uint
Résultat void

EnableAndSetValueAndPc() public méthode

public EnableAndSetValueAndPc ( uint Value, uint PC ) : void
Value uint
PC uint
Résultat void

IsValidIndex() public méthode

public IsValidIndex ( int Index ) : bool
Index int
Résultat bool

SourceAbsolute() public méthode

public SourceAbsolute ( int i ) : bool
i int
Résultat bool

SourceAbsolute() public méthode

public SourceAbsolute ( int i, bool ValueToInsert ) : void
i int
ValueToInsert bool
Résultat void

SourceConstant() public méthode

public SourceConstant ( int i ) : bool
i int
Résultat bool

SourceConstant() public méthode

public SourceConstant ( int i, bool ValueToInsert ) : void
i int
ValueToInsert bool
Résultat void

SourceIndex() public méthode

public SourceIndex ( int i ) : uint
i int
Résultat uint

SourceIndex() public méthode

public SourceIndex ( int i, uint ValueToInsert ) : void
i int
ValueToInsert uint
Résultat void

SourceNegate() public méthode

public SourceNegate ( int i ) : bool
i int
Résultat bool

SourceNegate() public méthode

public SourceNegate ( int i, bool ValueToInsert ) : void
i int
ValueToInsert bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ComponentNames public_oe static_oe property

public static string[] ComponentNames
Résultat string[]

DeclaredPC public_oe property

public uint DeclaredPC
Résultat uint

Enabled public_oe property

public bool Enabled
Résultat bool

UsedCount public_oe property

public int UsedCount
Résultat int

UsedPC public_oe property

public uint UsedPC
Résultat uint

Value public_oe property

public uint Value
Résultat uint