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

Inheritance: IVfpuPrefixCommon
Mostrar archivo Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
ComponentNames string[]
DeclaredPC uint
Enabled bool
UsedCount int
UsedPC uint
Value uint

Public Methods

Method 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

Method Description
Consume ( ) : void

Method Details

CheckPrefixUsage() public method

public CheckPrefixUsage ( uint PC ) : void
PC uint
return void

EnableAndSetValueAndPc() public method

public EnableAndSetValueAndPc ( uint Value, uint PC ) : void
Value uint
PC uint
return void

IsValidIndex() public method

public IsValidIndex ( int Index ) : bool
Index int
return bool

SourceAbsolute() public method

public SourceAbsolute ( int i ) : bool
i int
return bool

SourceAbsolute() public method

public SourceAbsolute ( int i, bool ValueToInsert ) : void
i int
ValueToInsert bool
return void

SourceConstant() public method

public SourceConstant ( int i ) : bool
i int
return bool

SourceConstant() public method

public SourceConstant ( int i, bool ValueToInsert ) : void
i int
ValueToInsert bool
return void

SourceIndex() public method

public SourceIndex ( int i ) : uint
i int
return uint

SourceIndex() public method

public SourceIndex ( int i, uint ValueToInsert ) : void
i int
ValueToInsert uint
return void

SourceNegate() public method

public SourceNegate ( int i ) : bool
i int
return bool

SourceNegate() public method

public SourceNegate ( int i, bool ValueToInsert ) : void
i int
ValueToInsert bool
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

ComponentNames public_oe static_oe property

public static string[] ComponentNames
return string[]

DeclaredPC public_oe property

public uint DeclaredPC
return uint

Enabled public_oe property

public bool Enabled
return bool

UsedCount public_oe property

public int UsedCount
return int

UsedPC public_oe property

public uint UsedPC
return uint

Value public_oe property

public uint Value
return uint