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

Intermediate representation for the x86 cvtsd2ss instruction.
Inheritance: X86Instruction
Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Cvtss2sd ( ) : System

Initializes a new instance of Cvtss2sd.

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 Mosa.Compiler.Framework.Operand The destination operand.
source Mosa.Compiler.Framework.Operand The source operand.
third Mosa.Compiler.Framework.Operand The third operand.
return OpCode

Cvtss2sd() public method

Initializes a new instance of Cvtss2sd.
public Cvtss2sd ( ) : System
return System