C# 클래스 SharpOS.AOT.IR.Instructions.Shr

상속: Instruction
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
Process ( Method method ) : void

Processes the specified method.

Shr ( Type type, Register result, Register first, Register second ) : System

Initializes a new instance of the Shr class.

메소드 상세

Process() 공개 메소드

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
리턴 void

Shr() 공개 메소드

Initializes a new instance of the Shr class.
public Shr ( Type type, Register result, Register first, Register second ) : System
type System.Type The type.
result Register The result.
first Register The first.
second Register The second.
리턴 System