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
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
StoreFloatR8 ( )

Initializes a new instance of StoreFloatR8.

Method Details

StoreFloatR8() public méthode

Initializes a new instance of StoreFloatR8.
public StoreFloatR8 ( )