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

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

Public Methods

Method Description
Cvtsd2ss ( ) : System

Initializes a new instance of Cvtsd2ss.

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

Cvtsd2ss() public method

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