C# 클래스 Mosa.Platform.x86.Stages.TweakTransformationStage

상속: BaseTransformationStage
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
PopulateVisitationDictionary ( ) : void

비공개 메소드들

메소드 설명
ConvertShiftConstantToByte ( Context context ) : void

Adjusts the shift constant.

메소드 상세

Call() 공개 메소드

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

Cmp() 공개 메소드

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

PopulateVisitationDictionary() 보호된 메소드

protected PopulateVisitationDictionary ( ) : void
리턴 void

Sar() 공개 메소드

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

Shl() 공개 메소드

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

Shr() 공개 메소드

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