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

Intermediate representation of the floating point add operation.
The add instruction is a three-address instruction, where the result receives the value of the first operand (index 0) added with the second operand (index 1). Both the first and second operand must be the same integral type. If the second operand is statically or dynamically equal to or larger than the number of bits in the first operand, the result is undefined.
Inheritance: Mosa.Compiler.Framework.IR.ThreeOperandInstruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
AddFloatR4 ( )

Initializes a new instance of the AddFloatR4.

Method Details

AddFloatR4() public method

Initializes a new instance of the AddFloatR4.
public AddFloatR4 ( )