C# Class CSPspEmu.Core.Cpu.Table.InstructionTable

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Unknown InstructionInfo
_COP0 CSPspEmu.Core.Cpu.Table.InstructionInfo[]
_FPU CSPspEmu.Core.Cpu.Table.InstructionInfo[]
_VFPU_BRANCH CSPspEmu.Core.Cpu.Table.InstructionInfo[]

Private Methods

Method Description
ID ( String Name, String BinaryEncoding, String AsmEncoding, AddressType AddressType, InstructionType InstructionType ) : InstructionInfo
VM ( string BinaryEncoding ) : String

Property Details

Unknown public static property

public static InstructionInfo,CSPspEmu.Core.Cpu.Table Unknown
return InstructionInfo

_COP0 public static property

public static InstructionInfo[],CSPspEmu.Core.Cpu.Table _COP0
return CSPspEmu.Core.Cpu.Table.InstructionInfo[]

_FPU public static property

public static InstructionInfo[],CSPspEmu.Core.Cpu.Table _FPU
return CSPspEmu.Core.Cpu.Table.InstructionInfo[]

_VFPU_BRANCH public static property

public static InstructionInfo[],CSPspEmu.Core.Cpu.Table _VFPU_BRANCH
return CSPspEmu.Core.Cpu.Table.InstructionInfo[]