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

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

Public Methods

Method Description
Cvttsd2si ( ) : Mosa.Compiler.Framework

Initializes a new instance of Cvttsd2si.

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

Cvttsd2si() public method

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