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

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
Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
StoreFloatR4 ( )

Initializes a new instance of StoreFloatR4.

Method Details

StoreFloatR4() public method

Initializes a new instance of StoreFloatR4.
public StoreFloatR4 ( )