C# Class Mosa.Platform.x86.Instructions.Cvtsi2sd

Representations the x86 cvtsi2sd instruction.
Inheritance: TwoOperandInstruction
Datei anzeigen Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Cvtsi2sd ( ) : Mosa.Compiler.Framework

Initializes a new instance of Cvtsi2sd.

Protected Methods

Method Description
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode

Computes the opcode.

Method Details

ComputeOpCode() protected method

Computes the opcode.
protected ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode
destination Operand The destination operand.
source Operand The source operand.
third Operand The third operand.
return OpCode

Cvtsi2sd() public method

Initializes a new instance of Cvtsi2sd.
public Cvtsi2sd ( ) : Mosa.Compiler.Framework
return Mosa.Compiler.Framework