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

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

Méthodes publiques

Méthode Description
Comiss ( ) : System.Diagnostics

Initializes a new instance of Cmp.

Méthodes protégées

Méthode Description
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode

Computes the opcode.

Method Details

Comiss() public méthode

Initializes a new instance of Cmp.
public Comiss ( ) : System.Diagnostics
Résultat System.Diagnostics

ComputeOpCode() protected méthode

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.
Résultat OpCode