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

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Localloc ( Register result, Register value ) : System

Initializes a new instance of the Localloc class.

Process ( Method method ) : void

Processes the specified method.

Method Details

Localloc() public method

Initializes a new instance of the Localloc class.
public Localloc ( Register result, Register value ) : System
result Register The result.
value Register The value.
return System

Process() public method

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