C# 클래스 Mosa.Platform.x86.Instructions.Comisd

Intermediate representation for the x86 comisd instruction.
상속: X86Instruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
Comisd ( ) : System.Diagnostics

Initializes a new instance of Cmp.

보호된 메소드들

메소드 설명
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode

Computes the opcode.

메소드 상세

Comisd() 공개 메소드

Initializes a new instance of Cmp.
public Comisd ( ) : System.Diagnostics
리턴 System.Diagnostics

ComputeOpCode() 보호된 메소드

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.
리턴 OpCode