C# Class Mosa.Platform.x86.Stages.TweakTransformationStage

Inheritance: BaseTransformationStage
Mostra file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Call ( Context context ) : void

Visitation function for IX86Visitor.Call instructions.

Cmp ( Context context ) : void

Visitation function for IX86Visitor.Cmp instructions.

Sar ( Context context ) : void

Visitation function for IX86Visitor.Sar instructions.

Shl ( Context context ) : void

Visitation function for IX86Visitor.Shl instructions.

Shr ( Context context ) : void

Visitation function for IX86Visitor.Shr instructions.

Protected Methods

Method Description
PopulateVisitationDictionary ( ) : void

Private Methods

Method Description
ConvertShiftConstantToByte ( Context context ) : void

Adjusts the shift constant.

Method Details

Call() public method

Visitation function for IX86Visitor.Call instructions.
public Call ( Context context ) : void
context Mosa.Compiler.Framework.Context The context.
return void

Cmp() public method

Visitation function for IX86Visitor.Cmp instructions.
public Cmp ( Context context ) : void
context Mosa.Compiler.Framework.Context The context.
return void

PopulateVisitationDictionary() protected method

protected PopulateVisitationDictionary ( ) : void
return void

Sar() public method

Visitation function for IX86Visitor.Sar instructions.
public Sar ( Context context ) : void
context Mosa.Compiler.Framework.Context The context.
return void

Shl() public method

Visitation function for IX86Visitor.Shl instructions.
public Shl ( Context context ) : void
context Mosa.Compiler.Framework.Context The context.
return void

Shr() public method

Visitation function for IX86Visitor.Shr instructions.
public Shr ( Context context ) : void
context Mosa.Compiler.Framework.Context The context.
return void