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

Inheritance: BaseTransformationStage
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
PopulateVisitationDictionary ( ) : void

Private Methods

Méthode Description
ConvertShiftConstantToByte ( Context context ) : void

Adjusts the shift constant.

Method Details

Call() public méthode

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

Cmp() public méthode

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

PopulateVisitationDictionary() protected méthode

protected PopulateVisitationDictionary ( ) : void
Résultat void

Sar() public méthode

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

Shl() public méthode

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

Shr() public méthode

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