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

Representations the x86 movsd instruction.
Inheritance: TwoOperandInstruction
Mostrar archivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Movsd ( ) : System

Initializes a new instance of Movsd.

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

Movsd() public method

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