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

Inheritance: BaseTransformationStage
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Cdq ( Context context ) : void

Visitation function for IX86Visitor.Cdq instructions.

Div ( Context context ) : void

Visitation function for IX86Visitor.Div instructions.

IDiv ( Context context ) : void

Visitation function for IX86Visitor.IDiv instructions.

IMul ( Context context ) : void

Visitation function for IX86Visitor.IMul instructions.

In ( Context context ) : void

Visitation function for IX86Visitor.In instructions.

Mul ( Context context ) : void

Visitation function for IX86Visitor.Mul instructions.

Out ( Context context ) : void

Visitation function for IX86Visitor.Out instructions.

Rcr ( Context context ) : void

Visitation function for IX86Visitor.Rcr instructions.

Sar ( Context context ) : void

Visitation function for IX86Visitor.Sar instructions.

Shl ( Context context ) : void

Visitation function for IX86Visitor.Shl instructions.

Shld ( Context context ) : void

Visitation function for IX86Visitor.Shld instructions.

Shr ( Context context ) : void

Visitation function for IX86Visitor.Shr instructions.

Shrd ( Context context ) : void

Visitation function for IX86Visitor.Shrd instructions.

Protected Methods

Method Description
PopulateVisitationDictionary ( ) : void

Private Methods

Method Description
HandleShiftOperation ( Context context, BaseInstruction instruction ) : void

Method Details

Cdq() public method

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

Div() public method

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

IDiv() public method

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

IMul() public method

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

In() public method

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

Mul() public method

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

Out() public method

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

PopulateVisitationDictionary() protected method

protected PopulateVisitationDictionary ( ) : void
return void

Rcr() public method

Visitation function for IX86Visitor.Rcr instructions.
public Rcr ( Context context ) : void
context Mosa.Compiler.Framework.Context The context.
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

Shld() public method

Visitation function for IX86Visitor.Shld instructions.
public Shld ( 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

Shrd() public method

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