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

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

Méthodes publiques

Méthode Description
Comisd ( ) : 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

Comisd() public méthode

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

ComputeOpCode() protected méthode

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