C# 클래스 Mosa.Platform.x86.Stages.AddressModeConversionStage

상속: BaseTransformationStage, IPipelineStage
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 메소드들

메소드 설명
PopulateVisitationDictionary ( ) : void
Run ( ) : void

비공개 메소드들

메소드 설명
ThreeTwoAddressConversion ( InstructionNode node ) : void

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

메소드 상세

PopulateVisitationDictionary() 보호된 메소드

protected PopulateVisitationDictionary ( ) : void
리턴 void

Run() 보호된 메소드

protected Run ( ) : void
리턴 void