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

Inheritance: BaseTransformationStage
显示文件 Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
EmitFloatingPointConstants ( InstructionNode node ) : void

Emits the constant operands.

PopulateVisitationDictionary ( ) : void
Run ( ) : void

Method Details

EmitFloatingPointConstants() protected method

Emits the constant operands.
protected EmitFloatingPointConstants ( InstructionNode node ) : void
node Mosa.Compiler.Framework.InstructionNode The node.
return void

PopulateVisitationDictionary() protected method

protected PopulateVisitationDictionary ( ) : void
return void

Run() protected method

protected Run ( ) : void
return void