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

Intermediate representation of the floating point division operation.
The instruction is a three-address instruction, where the result receives the value of the first operand (index 0) divided by the second operand (index 1). Both the first and second operand must be the same floating point 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
显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
DivFloatR8 ( )

Initializes a new instance of the DivFloatR8.

Method Details

DivFloatR8() public method

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