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

Intermediate representation for the x86 comisd instruction.
Inheritance: Mosa.Platform.x86.Instructions.TwoOperandNoResultInstruction
Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Comiss ( ) : System.Diagnostics

Initializes a new instance of Cmp.

Protected Methods

Method Description
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode

Computes the opcode.

Method Details

Comiss() public method

Initializes a new instance of Cmp.
public Comiss ( ) : System.Diagnostics
return System.Diagnostics

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