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

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

Public Methods

Method Description
Cvttss2si ( ) : Mosa.Compiler.Framework

Initializes a new instance of Cvttss2si.

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

Cvttss2si() public method

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