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

Intermediate representation of a signed conversion context.
This instruction takes the source operand and converts to the request size maintaining its sign.
Inheritance: Mosa.Compiler.Framework.IR.TwoOperandInstruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
MoveSignExtended ( )

Initializes a new instance of the MoveSignExtended.

Method Details

MoveSignExtended() public method

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