C# Class TriAxis.RunSharp.BranchSet

Show file Open project: AqlaSolutions/runsharp Class Usage Examples

Public Properties

Property Type Description
BrTrue OpCode
Inverse BranchSet
Normal BranchSet

Public Methods

Method Description
Get ( BranchInstruction ins, bool unsigned ) : OpCode
GetInverted ( ) : BranchSet

Private Methods

Method Description
BranchSet ( OpCode brTrue, OpCode brFalse, OpCode brEq, OpCode brNe, OpCode brLt, OpCode brLtUn, OpCode brGt, OpCode brGtUn, OpCode brLe, OpCode brLeUn, OpCode brGe, OpCode brGeUn ) : System

Method Details

Get() public method

public Get ( BranchInstruction ins, bool unsigned ) : OpCode
ins BranchInstruction
unsigned bool
return OpCode

GetInverted() public method

public GetInverted ( ) : BranchSet
return BranchSet

Property Details

BrTrue public property

public OpCode BrTrue
return OpCode

Inverse public static property

public static BranchSet,TriAxis.RunSharp Inverse
return BranchSet

Normal public static property

public static BranchSet,TriAxis.RunSharp Normal
return BranchSet