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

Inheritance: BaseTransformationStage, IPipelineStage
Mostra file Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
PopulateVisitationDictionary ( ) : void
Run ( ) : void

Private Methods

Method Description
ThreeTwoAddressConversion ( InstructionNode node ) : void

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

Method Details

PopulateVisitationDictionary() protected method

protected PopulateVisitationDictionary ( ) : void
return void

Run() protected method

protected Run ( ) : void
return void