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

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Stelem ( InternalType type, Register first, Register second, Register value ) : System

Initializes a new instance of the Stelem class.

Method Details

Stelem() public method

Initializes a new instance of the Stelem class.
public Stelem ( InternalType type, Register first, Register second, Register value ) : System
type InternalType The type.
first Register The first.
second Register The second.
value Register The value.
return System