C# Class Mosa.Compiler.Framework.IR.StoreFloatR8

Stores a value to a memory pointer.
The store instruction stores the value in the given memory pointer with offset. The first operand is the memory base. The second operand is the memory base offset. The third is the value to store.
Inheritance: BaseIRInstruction
显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
StoreFloatR8 ( )

Initializes a new instance of StoreFloatR8.

Method Details

StoreFloatR8() public method

Initializes a new instance of StoreFloatR8.
public StoreFloatR8 ( )