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

Intermediate representation of the floating point remainder operation.
The instruction is a three-address instruction, where the result receives the remainder of the division of the first operand (index 0) 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
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
RemFloatR4 ( )

Initializes a new instance of the RemFloatR4.

Method Details

RemFloatR4() public méthode

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