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

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

Méthodes protégées

Méthode Description
PopulateVisitationDictionary ( ) : void
Run ( ) : void

Private Methods

Méthode Description
ThreeTwoAddressConversion ( InstructionNode node ) : void

Converts the given instruction from three address format to a two address format.

Method Details

PopulateVisitationDictionary() protected méthode

protected PopulateVisitationDictionary ( ) : void
Résultat void

Run() protected méthode

protected Run ( ) : void
Résultat void