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

Representations the x86 cvtsi2ss instruction.
Inheritance: TwoOperandInstruction
显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Cvtsi2ss ( ) : Mosa.Compiler.Framework

Initializes a new instance of Cvtsi2ss.

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

Cvtsi2ss() public method

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