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

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

보호된 메소드들

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

Emits the constant operands.

PopulateVisitationDictionary ( ) : void
Run ( ) : void

메소드 상세

EmitFloatingPointConstants() 보호된 메소드

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

PopulateVisitationDictionary() 보호된 메소드

protected PopulateVisitationDictionary ( ) : void
리턴 void

Run() 보호된 메소드

protected Run ( ) : void
리턴 void