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

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

Méthodes protégées

Méthode Description
EmitFloatingPointConstants ( InstructionNode node ) : void

Emits the constant operands.

PopulateVisitationDictionary ( ) : void
Run ( ) : void

Method Details

EmitFloatingPointConstants() protected méthode

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

PopulateVisitationDictionary() protected méthode

protected PopulateVisitationDictionary ( ) : void
Résultat void

Run() protected méthode

protected Run ( ) : void
Résultat void