C# Class SharpOS.AOT.IR.Instructions.Shr

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
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.

Method Details

Process() public method

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

Shr() public method

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.
return System