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

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Ldind ( InternalType type, Register result, Register value ) : System

Initializes a new instance of the Ldind class.

Method Details

Ldind() public method

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